|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.BusinessInfo
Constructor Summary | |
BusinessInfo()
|
|
BusinessInfo(org.apache.axis.types.URI businessKey,
Description[] description,
Name[] name,
ServiceInfos serviceInfos)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.URI |
getBusinessKey()
Gets the businessKey value for this BusinessInfo. |
Description[] |
getDescription()
Gets the description value for this BusinessInfo. |
Description |
getDescription(int i)
|
Name[] |
getName()
Gets the name value for this BusinessInfo. |
Name |
getName(int i)
|
ServiceInfos |
getServiceInfos()
Gets the serviceInfos value for this BusinessInfo. |
int |
hashCode()
|
void |
setBusinessKey(org.apache.axis.types.URI businessKey)
Sets the businessKey value for this BusinessInfo. |
void |
setDescription(Description[] description)
Sets the description value for this BusinessInfo. |
void |
setDescription(int i,
Description _value)
|
void |
setName(int i,
Name _value)
|
void |
setName(Name[] name)
Sets the name value for this BusinessInfo. |
void |
setServiceInfos(ServiceInfos serviceInfos)
Sets the serviceInfos value for this BusinessInfo. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusinessInfo()
public BusinessInfo(org.apache.axis.types.URI businessKey, Description[] description, Name[] name, ServiceInfos serviceInfos)
Method Detail |
public org.apache.axis.types.URI getBusinessKey()
public void setBusinessKey(org.apache.axis.types.URI businessKey)
businessKey
- public Description[] getDescription()
public void setDescription(Description[] description)
description
- public Description getDescription(int i)
public void setDescription(int i, Description _value)
public Name[] getName()
public void setName(Name[] name)
name
- public Name getName(int i)
public void setName(int i, Name _value)
public ServiceInfos getServiceInfos()
public void setServiceInfos(ServiceInfos serviceInfos)
serviceInfos
- 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 |