|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.BusinessEntity
Constructor Summary | |
BusinessEntity()
|
|
BusinessEntity(org.apache.axis.types.URI businessKey,
BusinessServices businessServices,
CategoryBag categoryBag,
Contacts contacts,
Description[] description,
DiscoveryURLs discoveryURLs,
IdentifierBag identifierBag,
Name[] name)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.types.URI |
getBusinessKey()
Gets the businessKey value for this BusinessEntity. |
BusinessServices |
getBusinessServices()
Gets the businessServices value for this BusinessEntity. |
CategoryBag |
getCategoryBag()
Gets the categoryBag value for this BusinessEntity. |
Contacts |
getContacts()
Gets the contacts value for this BusinessEntity. |
Description[] |
getDescription()
Gets the description value for this BusinessEntity. |
Description |
getDescription(int i)
|
DiscoveryURLs |
getDiscoveryURLs()
Gets the discoveryURLs value for this BusinessEntity. |
IdentifierBag |
getIdentifierBag()
Gets the identifierBag value for this BusinessEntity. |
Name[] |
getName()
Gets the name value for this BusinessEntity. |
Name |
getName(int i)
|
int |
hashCode()
|
void |
setBusinessKey(org.apache.axis.types.URI businessKey)
Sets the businessKey value for this BusinessEntity. |
void |
setBusinessServices(BusinessServices businessServices)
Sets the businessServices value for this BusinessEntity. |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this BusinessEntity. |
void |
setContacts(Contacts contacts)
Sets the contacts value for this BusinessEntity. |
void |
setDescription(Description[] description)
Sets the description value for this BusinessEntity. |
void |
setDescription(int i,
Description _value)
|
void |
setDiscoveryURLs(DiscoveryURLs discoveryURLs)
Sets the discoveryURLs value for this BusinessEntity. |
void |
setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this BusinessEntity. |
void |
setName(int i,
Name _value)
|
void |
setName(Name[] name)
Sets the name value for this BusinessEntity. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusinessEntity()
public BusinessEntity(org.apache.axis.types.URI businessKey, BusinessServices businessServices, CategoryBag categoryBag, Contacts contacts, Description[] description, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, Name[] name)
Method Detail |
public org.apache.axis.types.URI getBusinessKey()
public void setBusinessKey(org.apache.axis.types.URI businessKey)
businessKey
- public BusinessServices getBusinessServices()
public void setBusinessServices(BusinessServices businessServices)
businessServices
- public CategoryBag getCategoryBag()
public void setCategoryBag(CategoryBag categoryBag)
categoryBag
- public Contacts getContacts()
public void setContacts(Contacts contacts)
contacts
- public Description[] getDescription()
public void setDescription(Description[] description)
description
- public Description getDescription(int i)
public void setDescription(int i, Description _value)
public DiscoveryURLs getDiscoveryURLs()
public void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
discoveryURLs
- public IdentifierBag getIdentifierBag()
public void setIdentifierBag(IdentifierBag identifierBag)
identifierBag
- public Name[] getName()
public void setName(Name[] name)
name
- public Name getName(int i)
public void setName(int i, Name _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 |