com.ibm.uddi.datatypes
Class ServiceList

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.ServiceList
All Implemented Interfaces:
java.io.Serializable

public class ServiceList
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'serviceList' response message.

See Also:
Serialized Form

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
ServiceList()
           
 
Method Summary
 java.lang.String getOperator()
          Returns the operator of the UDDI registry that supplied this data.
 ServiceInfoList getServiceInfos()
          Returns the ServiceInfoList which forms the contents of the ServiceList.
 boolean isTruncated()
          Returns a boolean indicating if the data is truncated.
 void setOperator(java.lang.String operatorName)
          Sets the operator of the UDDI registry that supplied this data.
 void setServiceInfos(ServiceInfoList serviceInfos)
          Sets the ServiceInfoList which forms the contents of the ServiceList.
 void setTruncated(boolean truncated)
          Sets a boolean indicating if the data is truncated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

ServiceList

public ServiceList()
Method Detail

getServiceInfos

public ServiceInfoList getServiceInfos()
Returns the ServiceInfoList which forms the contents of the ServiceList.
Returns:
the ServiceInfoList which forms the contents of the ServiceList.

setServiceInfos

public void setServiceInfos(ServiceInfoList serviceInfos)
Sets the ServiceInfoList which forms the contents of the ServiceList.
Parameters:
serviceInfos - the ServiceInfoList which forms the contents of the ServiceList.

getOperator

public java.lang.String getOperator()
Returns the operator of the UDDI registry that supplied this data.
Returns:
the operator of the UDDI registry that supplied this data.

setOperator

public void setOperator(java.lang.String operatorName)
Sets the operator of the UDDI registry that supplied this data.
Parameters:
operatorName - the operator of the UDDI registry that supplied this data.

isTruncated

public boolean isTruncated()
Returns a boolean indicating if the data is truncated.
Returns:
true if the data has been truncated.

setTruncated

public void setTruncated(boolean truncated)
Sets a boolean indicating if the data is truncated.
Parameters:
truncated - true if the data has been truncated.