|
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.RelatedBusinessesList
public class RelatedBusinessesList
Corresponds to UDDI v2.0 'relatedBusinessesList' response message.
Constructor Summary | |
---|---|
RelatedBusinessesList()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getBusinessKey()
Deprecated. Returns the businessKey of the RelatedBusinessesList. |
java.lang.String |
getOperator()
Deprecated. Returns the operator of the UDDI registry that supplied this data. |
RelatedBusinessInfoList |
getRelatedBusinessInfos()
Deprecated. Returns the RelatedBusinessInfoList of the RelatedBusinessesList. |
boolean |
isTruncated()
Deprecated. Returns a boolean indicating if the data is truncated. |
void |
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of the RelatedBusinessesList. |
void |
setOperator(java.lang.String operatorName)
Deprecated. Sets the operator of the UDDI registry that supplied this data. |
void |
setRelatedBusinessInfos(RelatedBusinessInfoList relatedBusinessInfos)
Deprecated. Sets the RelatedBusinessInfoList of the RelatedBusinessesList. |
void |
setTruncated(boolean truncated)
Deprecated. Sets a boolean indicating if the data is truncated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelatedBusinessesList()
Method Detail |
---|
public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of the RelatedBusinessesList.public RelatedBusinessInfoList getRelatedBusinessInfos()
RelatedBusinessInfoList
of the RelatedBusinessesList.
public void setRelatedBusinessInfos(RelatedBusinessInfoList relatedBusinessInfos)
RelatedBusinessInfoList
of the RelatedBusinessesList.
relatedBusinessInfos
- the RelatedBusinessInfoList of the RelatedBusinessesList.public java.lang.String getOperator()
public void setOperator(java.lang.String operatorName)
operatorName
- the operator of the UDDI registry that supplied this data.public boolean isTruncated()
boolean
indicating if the data is truncated.
true
if the data has been truncated.public void setTruncated(boolean truncated)
boolean
indicating if the data is truncated.
truncated
- true
if the data has been truncated.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |