com.ibm.uddi.datatypes
Class BusinessInfo
java.lang.Object
|
+--com.ibm.uddi.datatypes.BusinessInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class BusinessInfo
- extends java.lang.Object
- implements java.io.Serializable
Corresponds to UDDI v2.0 'businessInfo' element.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
BusinessInfo
public BusinessInfo()
getNames
public NameList getNames()
- Returns the
NameList
of this BusinessInfo.
- Returns:
- the NameList of this BusinessInfo.
setNames
public void setNames(NameList names)
- Sets the
NameList
of this BusinessInfo.
- Parameters:
names
- the NameList of this BusinessInfo.
getDescriptions
public DescriptionList getDescriptions()
- Returns the
DescriptionList
of this BusinessInfo.
- Returns:
- the DescriptionList of this BusinessInfo.
setDescriptions
public void setDescriptions(DescriptionList descriptions)
- Sets the
DescriptionList
of this BusinessInfo.
- Parameters:
descriptions
- the DescriptionList of this BusinessInfo.
getServiceInfos
public ServiceInfoList getServiceInfos()
- Returns the
ServiceInfoList
of this BusinessInfo.
- Returns:
- the ServiceInfoList of this BusinessInfo.
setServiceInfos
public void setServiceInfos(ServiceInfoList serviceInfos)
- Sets the
ServiceInfoList
of this BusinessInfo.
- Parameters:
serviceInfos
- the ServiceInfoList of this BusinessInfo.
getBusinessKey
public java.lang.String getBusinessKey()
- Returns the businessKey of this BusinessInfo.
- Returns:
- the businessKey of this BusinessInfo.
setBusinessKey
public void setBusinessKey(java.lang.String businessKey)
- Sets the businessKey of this BusinessInfo.
- Parameters:
businessKey
- the businessKey of this BusinessInfo.