cgl.axis.services.uddi.uddi_schema
Class RelatedBusinessesList

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.RelatedBusinessesList
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
RelatedBusinessesList()
           
RelatedBusinessesList(ListDescription listDescription, org.apache.axis.types.URI businessKey, RelatedBusinessInfos relatedBusinessInfos)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getBusinessKey()
          Gets the businessKey value for this RelatedBusinessesList.
 ListDescription getListDescription()
          Gets the listDescription value for this RelatedBusinessesList.
 RelatedBusinessInfos getRelatedBusinessInfos()
          Gets the relatedBusinessInfos value for this RelatedBusinessesList.
 int hashCode()
           
 void setBusinessKey(org.apache.axis.types.URI businessKey)
          Sets the businessKey value for this RelatedBusinessesList.
 void setListDescription(ListDescription listDescription)
          Sets the listDescription value for this RelatedBusinessesList.
 void setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
          Sets the relatedBusinessInfos value for this RelatedBusinessesList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedBusinessesList

public RelatedBusinessesList()

RelatedBusinessesList

public RelatedBusinessesList(ListDescription listDescription,
                             org.apache.axis.types.URI businessKey,
                             RelatedBusinessInfos relatedBusinessInfos)
Method Detail

getListDescription

public ListDescription getListDescription()
Gets the listDescription value for this RelatedBusinessesList.

Returns:
listDescription

setListDescription

public void setListDescription(ListDescription listDescription)
Sets the listDescription value for this RelatedBusinessesList.

Parameters:
listDescription -

getBusinessKey

public org.apache.axis.types.URI getBusinessKey()
Gets the businessKey value for this RelatedBusinessesList.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(org.apache.axis.types.URI businessKey)
Sets the businessKey value for this RelatedBusinessesList.

Parameters:
businessKey -

getRelatedBusinessInfos

public RelatedBusinessInfos getRelatedBusinessInfos()
Gets the relatedBusinessInfos value for this RelatedBusinessesList.

Returns:
relatedBusinessInfos

setRelatedBusinessInfos

public void setRelatedBusinessInfos(RelatedBusinessInfos relatedBusinessInfos)
Sets the relatedBusinessInfos value for this RelatedBusinessesList.

Parameters:
relatedBusinessInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()