cgl.axis.services.uddi.uddi_schema
Class RelatedBusinessInfo

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

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

See Also:
Serialized Form

Constructor Summary
RelatedBusinessInfo()
           
RelatedBusinessInfo(org.apache.axis.types.URI businessKey, Name[] name, Description[] description, SharedRelationships[] sharedRelationships)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getBusinessKey()
          Gets the businessKey value for this RelatedBusinessInfo.
 Description[] getDescription()
          Gets the description value for this RelatedBusinessInfo.
 Description getDescription(int i)
           
 Name[] getName()
          Gets the name value for this RelatedBusinessInfo.
 Name getName(int i)
           
 SharedRelationships[] getSharedRelationships()
          Gets the sharedRelationships value for this RelatedBusinessInfo.
 SharedRelationships getSharedRelationships(int i)
           
 int hashCode()
           
 void setBusinessKey(org.apache.axis.types.URI businessKey)
          Sets the businessKey value for this RelatedBusinessInfo.
 void setDescription(Description[] description)
          Sets the description value for this RelatedBusinessInfo.
 void setDescription(int i, Description _value)
           
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this RelatedBusinessInfo.
 void setSharedRelationships(int i, SharedRelationships _value)
           
 void setSharedRelationships(SharedRelationships[] sharedRelationships)
          Sets the sharedRelationships value for this RelatedBusinessInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatedBusinessInfo

public RelatedBusinessInfo()

RelatedBusinessInfo

public RelatedBusinessInfo(org.apache.axis.types.URI businessKey,
                           Name[] name,
                           Description[] description,
                           SharedRelationships[] sharedRelationships)
Method Detail

getBusinessKey

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

Returns:
businessKey

setBusinessKey

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

Parameters:
businessKey -

getName

public Name[] getName()
Gets the name value for this RelatedBusinessInfo.

Returns:
name

setName

public void setName(Name[] name)
Sets the name value for this RelatedBusinessInfo.

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getDescription

public Description[] getDescription()
Gets the description value for this RelatedBusinessInfo.

Returns:
description

setDescription

public void setDescription(Description[] description)
Sets the description value for this RelatedBusinessInfo.

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getSharedRelationships

public SharedRelationships[] getSharedRelationships()
Gets the sharedRelationships value for this RelatedBusinessInfo.

Returns:
sharedRelationships

setSharedRelationships

public void setSharedRelationships(SharedRelationships[] sharedRelationships)
Sets the sharedRelationships value for this RelatedBusinessInfo.

Parameters:
sharedRelationships -

getSharedRelationships

public SharedRelationships getSharedRelationships(int i)

setSharedRelationships

public void setSharedRelationships(int i,
                                   SharedRelationships _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()