|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.RelatedBusinessInfo
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 |
public RelatedBusinessInfo()
public RelatedBusinessInfo(org.apache.axis.types.URI businessKey, Name[] name, Description[] description, SharedRelationships[] sharedRelationships)
Method Detail |
public org.apache.axis.types.URI getBusinessKey()
public void setBusinessKey(org.apache.axis.types.URI businessKey)
businessKey
- public Name[] getName()
public void setName(Name[] name)
name
- public Name getName(int i)
public void setName(int i, Name _value)
public Description[] getDescription()
public void setDescription(Description[] description)
description
- public Description getDescription(int i)
public void setDescription(int i, Description _value)
public SharedRelationships[] getSharedRelationships()
public void setSharedRelationships(SharedRelationships[] sharedRelationships)
sharedRelationships
- public SharedRelationships getSharedRelationships(int i)
public void setSharedRelationships(int i, SharedRelationships _value)
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |