com.ibm.uddi.datatypes

Class RelatedBusinessInfo

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.RelatedBusinessInfo
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class RelatedBusinessInfo
  2. extends java.lang.Object
  3. implements java.io.Serializable
Corresponds to UDDI v2.0 'relatedBusinessInfo' element.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
RelatedBusinessInfo()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBusinessKey()
Deprecated. Returns the businessKey of this RelatedBusinessInfo.
  1. DescriptionList
getDescriptions()
Deprecated. Returns the DescriptionList of this RelatedBusinessInfo.
  1. SharedRelationships
getFromKeySharedRelationships()
Deprecated. Returns the fromKey SharedRelationships of this RelatedBusinessInfo.
  1. NameList
getNames()
Deprecated. Returns the NameList of this RelatedBusinessInfo.
  1. SharedRelationships
getToKeySharedRelationships()
Deprecated. Returns the toKey SharedRelationships of this RelatedBusinessInfo.
  1. void
setBusinessKey(java.lang.String businessKey)
Deprecated. Sets the businessKey of this RelatedBusinessInfo.
  1. void
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the DescriptionList of this RelatedBusinessInfo.
  1. void
setFromKeySharedRelationships(SharedRelationships fromKeySharedRelationships)
Deprecated. Sets the fromKey SharedRelationships of this RelatedBusinessInfo.
  1. void
setNames(NameList names)
Deprecated. Sets the NameList of this RelatedBusinessInfo.
  1. void
setToKeySharedRelationships(SharedRelationships toKeySharedRelationships)
Deprecated. 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

Constructor Detail

RelatedBusinessInfo

  1. public RelatedBusinessInfo()
Deprecated.

Method Detail

getBusinessKey

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

setBusinessKey

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

getNames

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

setNames

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

getDescriptions

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

setDescriptions

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

getFromKeySharedRelationships

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

setFromKeySharedRelationships

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

getToKeySharedRelationships

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

setToKeySharedRelationships

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