uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class ServiceList

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.ServiceList
All Implemented Interfaces:
Serializable, UDDIv2DataModelVisitable

public class ServiceList
extends Object
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
ServiceList()
           
ServiceList(String generic, String operator, ServiceInfos serviceInfos, Truncated truncated)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getGeneric()
          Gets the generic value for this ServiceList.
 String getOperator()
          Gets the operator value for this ServiceList.
 ServiceInfos getServiceInfos()
          Gets the serviceInfos value for this ServiceList.
 Truncated getTruncated()
          Gets the truncated value for this ServiceList.
 int hashCode()
           
 void setGeneric(String generic)
          Sets the generic value for this ServiceList.
 void setOperator(String operator)
          Sets the operator value for this ServiceList.
 void setServiceInfos(ServiceInfos serviceInfos)
          Sets the serviceInfos value for this ServiceList.
 void setTruncated(Truncated truncated)
          Sets the truncated value for this ServiceList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceList

public ServiceList()

ServiceList

public ServiceList(String generic,
                   String operator,
                   ServiceInfos serviceInfos,
                   Truncated truncated)
Method Detail

getServiceInfos

public ServiceInfos getServiceInfos()
Gets the serviceInfos value for this ServiceList.

Returns:
serviceInfos

setServiceInfos

public void setServiceInfos(ServiceInfos serviceInfos)
Sets the serviceInfos value for this ServiceList.

Parameters:
serviceInfos -

getGeneric

public String getGeneric()
Gets the generic value for this ServiceList.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this ServiceList.

Parameters:
generic -

getOperator

public String getOperator()
Gets the operator value for this ServiceList.

Returns:
operator

setOperator

public void setOperator(String operator)
Sets the operator value for this ServiceList.

Parameters:
operator -

getTruncated

public Truncated getTruncated()
Gets the truncated value for this ServiceList.

Returns:
truncated

setTruncated

public void setTruncated(Truncated truncated)
Sets the truncated value for this ServiceList.

Parameters:
truncated -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception