com.ibm.uddi.datatypes
Class RelatedBusinessInfo

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.RelatedBusinessInfo
All Implemented Interfaces:
java.io.Serializable

public class RelatedBusinessInfo
extends java.lang.Object
implements java.io.Serializable

Corresponds to UDDI v2.0 'relatedBusinessInfo' element.

See Also:
Serialized Form

Field Summary
static java.lang.String java_copyright
           
 
Constructor Summary
RelatedBusinessInfo()
           
 
Method Summary
 java.lang.String getBusinessKey()
          Returns the businessKey of this RelatedBusinessInfo.
 DescriptionList getDescriptions()
          Returns the DescriptionList of this RelatedBusinessInfo.
 SharedRelationships getFromKeySharedRelationships()
          Returns the fromKey SharedRelationships of this RelatedBusinessInfo.
 NameList getNames()
          Returns the NameList of this RelatedBusinessInfo.
 SharedRelationships getToKeySharedRelationships()
          Returns the toKey SharedRelationships of this RelatedBusinessInfo.
 void setBusinessKey(java.lang.String businessKey)
          Sets the businessKey of this RelatedBusinessInfo.
 void setDescriptions(DescriptionList descriptions)
          Sets the DescriptionList of this RelatedBusinessInfo.
 void setFromKeySharedRelationships(SharedRelationships fromKeySharedRelationships)
          Sets the fromKey SharedRelationships of this RelatedBusinessInfo.
 void setNames(NameList names)
          Sets the NameList of this RelatedBusinessInfo.
 void setToKeySharedRelationships(SharedRelationships toKeySharedRelationships)
          Sets the toKey SharedRelationships of this RelatedBusinessInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

RelatedBusinessInfo

public RelatedBusinessInfo()
Method Detail

getBusinessKey

public java.lang.String getBusinessKey()
Returns the businessKey of this RelatedBusinessInfo.
Returns:
the businessKey of this RelatedBusinessInfo.

setBusinessKey

public void setBusinessKey(java.lang.String businessKey)
Sets the businessKey of this RelatedBusinessInfo.
Parameters:
businessKey - the businessKey of this RelatedBusinessInfo.

getNames

public NameList getNames()
Returns the NameList of this RelatedBusinessInfo.
Returns:
the NameList of this RelatedBusinessInfo.

setNames

public void setNames(NameList names)
Sets the NameList of this RelatedBusinessInfo.
Parameters:
names - the NameList of this RelatedBusinessInfo.

getDescriptions

public DescriptionList getDescriptions()
Returns the DescriptionList of this RelatedBusinessInfo.
Returns:
the DescriptionList of this RelatedBusinessInfo.

setDescriptions

public void setDescriptions(DescriptionList descriptions)
Sets the DescriptionList of this RelatedBusinessInfo.
Parameters:
descriptions - the DescriptionList of this RelatedBusinessInfo.

getFromKeySharedRelationships

public SharedRelationships getFromKeySharedRelationships()
Returns the fromKey SharedRelationships of this RelatedBusinessInfo.
Returns:
the fromKey SharedRelationships of this RelatedBusinessInfo.

setFromKeySharedRelationships

public void setFromKeySharedRelationships(SharedRelationships fromKeySharedRelationships)
Sets the fromKey SharedRelationships of this RelatedBusinessInfo.
Parameters:
fromKeySharedRelationships - the fromKey SharedRelationships of this RelatedBusinessInfo.

getToKeySharedRelationships

public SharedRelationships getToKeySharedRelationships()
Returns the toKey SharedRelationships of this RelatedBusinessInfo.
Returns:
the toKey SharedRelationships of this RelatedBusinessInfo.

setToKeySharedRelationships

public void setToKeySharedRelationships(SharedRelationships toKeySharedRelationships)
Sets the toKey SharedRelationships of this RelatedBusinessInfo.
Parameters:
toKeySharedRelationships - the toKey SharedRelationships of this RelatedBusinessInfo.