java.lang.Object
org.apache.juddi.datatype.response.ServiceDetail
- All Implemented Interfaces:
- org.apache.juddi.datatype.RegistryObject, java.io.Serializable
- public class ServiceDetail
- extends java.lang.Object
- implements org.apache.juddi.datatype.RegistryObject
"This structure contains full details for zero or more businessService
structures. It is returned in response to a get_serviceDetail message,
and optionally in response to the save_binding and save_service messages."
"Note that the businessKey value is supplied in this message because the
container does not provide a link to the parent businessEntity structure"
XML Structure Reference. (The businessKey in the businessService must
be populated).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generic
java.lang.String generic
operator
java.lang.String operator
truncated
boolean truncated
serviceVector
java.util.Vector serviceVector
ServiceDetail
public ServiceDetail()
- default constructor
setGeneric
public void setGeneric(java.lang.String genericValue)
getGeneric
public java.lang.String getGeneric()
setOperator
public void setOperator(java.lang.String operator)
getOperator
public java.lang.String getOperator()
isTruncated
public boolean isTruncated()
setTruncated
public void setTruncated(boolean val)
addBusinessService
public void addBusinessService(org.apache.juddi.datatype.service.BusinessService service)
setBusinessServiceVector
public void setBusinessServiceVector(java.util.Vector services)
getBusinessServiceVector
public java.util.Vector getBusinessServiceVector()