org.apache.juddi.datatype.response
Class ServiceDetail
java.lang.Object
org.apache.juddi.datatype.response.ServiceDetail
- All Implemented Interfaces:
- java.io.Serializable, RegistryObject
public class ServiceDetail
- extends java.lang.Object
- implements 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).
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceDetail
public ServiceDetail()
- default constructor
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)
addBusinessService
public void addBusinessService(BusinessService service)
setBusinessServiceVector
public void setBusinessServiceVector(java.util.Vector services)
getBusinessServiceVector
public java.util.Vector getBusinessServiceVector()
Copyright © 2004-2007 null. All Rights Reserved.