com.ibm.uddi.datatypes
Class BusinessInfo
- java.lang.Object
com.ibm.uddi.datatypes.BusinessInfo
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class BusinessInfo
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
BusinessInfo()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessInfo.
|
getDescriptions()
Deprecated. Returns the
DescriptionList of this BusinessInfo.
|
|
getNames()
Deprecated. Returns the
NameList of this BusinessInfo.
|
|
getServiceInfos()
Deprecated. Returns the
ServiceInfoList of this BusinessInfo.
|
|
|
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessInfo.
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this BusinessInfo.
|
|
setNames(NameList names)
Deprecated. Sets the
NameList of this BusinessInfo.
|
|
setServiceInfos(ServiceInfoList serviceInfos)
Deprecated. Sets the
ServiceInfoList of this BusinessInfo.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
BusinessInfo
- public BusinessInfo()
Deprecated.
Method Detail
getNames
- public NameList getNames()
Deprecated.
Returns:
the NameList of this BusinessInfo.
setNames
- public void setNames(NameList names)
Deprecated.
Sets the
NameList
of this BusinessInfo.
Parameters:
names
- the NameList of this BusinessInfo. getDescriptions
- public DescriptionList getDescriptions( )
Deprecated.
Returns the
DescriptionList
of this BusinessInfo.
Returns:
the DescriptionList of this BusinessInfo.
setDescriptions
- public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList
of this BusinessInfo.
Parameters:
descriptions
- the DescriptionList of this BusinessInfo. getServiceInfos
- public ServiceInfoList getServiceInfos( )
Deprecated.
Returns the
ServiceInfoList
of this BusinessInfo.
Returns:
the ServiceInfoList of this BusinessInfo.
setServiceInfos
- public void setServiceInfos(ServiceInfoList serviceInfos)
Deprecated.
Sets the
ServiceInfoList
of this BusinessInfo.
Parameters:
serviceInfos
- the ServiceInfoList of this BusinessInfo. getBusinessKey
- public java.lang.String getBusinessKey( )
Deprecated.
Returns the businessKey of this BusinessInfo.
Returns:
the businessKey of this BusinessInfo.
setBusinessKey
- public void setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this BusinessInfo.
Parameters:
businessKey
- the businessKey of this BusinessInfo.
NameList
of this BusinessInfo.