|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.BusinessInfo
public class BusinessInfo
Corresponds to UDDI v2.0 'businessInfo' element.
Constructor Summary | |
---|---|
BusinessInfo()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getBusinessKey()
Deprecated. Returns the businessKey of this BusinessInfo. |
DescriptionList |
getDescriptions()
Deprecated. Returns the DescriptionList of this BusinessInfo. |
NameList |
getNames()
Deprecated. Returns the NameList of this BusinessInfo. |
ServiceInfoList |
getServiceInfos()
Deprecated. Returns the ServiceInfoList of this BusinessInfo. |
void |
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this BusinessInfo. |
void |
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this BusinessInfo. |
void |
setNames(NameList names)
Deprecated. Sets the NameList of this BusinessInfo. |
void |
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 |
---|
public BusinessInfo()
Method Detail |
---|
public NameList getNames()
NameList
of this BusinessInfo.
public void setNames(NameList names)
NameList
of this BusinessInfo.
names
- the NameList of this BusinessInfo.public DescriptionList getDescriptions()
DescriptionList
of this BusinessInfo.
public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this BusinessInfo.
descriptions
- the DescriptionList of this BusinessInfo.public ServiceInfoList getServiceInfos()
ServiceInfoList
of this BusinessInfo.
public void setServiceInfos(ServiceInfoList serviceInfos)
ServiceInfoList
of this BusinessInfo.
serviceInfos
- the ServiceInfoList of this BusinessInfo.public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of this BusinessInfo.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |