org.apache.juddi.datatype.response
Class ServiceList
java.lang.Object
org.apache.juddi.datatype.response.ServiceList
- All Implemented Interfaces:
- RegistryObject, java.io.Serializable
- public class ServiceList
- extends java.lang.Object
- implements RegistryObject
"This structure contains abbreviated information about registered
businessService information. This message contains zero or more
serviceInfo structures. It is returned in response to a find_service
message."
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Constructor Summary |
ServiceList()
default constructor, creates empty BindingTemplates list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceList
public ServiceList()
- default constructor, creates empty BindingTemplates list.
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue
-
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI generic value.
setOperator
public void setOperator(java.lang.String operator)
getOperator
public java.lang.String getOperator()
isTruncated
public boolean isTruncated()
setTruncated
public void setTruncated(boolean val)
addServiceInfo
public void addServiceInfo(ServiceInfo info)
setServiceInfos
public void setServiceInfos(ServiceInfos infos)
getServiceInfos
public ServiceInfos getServiceInfos()
Copyright ? 2003 Apache Software Foundation. All rights reserved.