cgl.axis.services.uddi.uddi_schema
Class BusinessEntity

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

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

See Also:
Serialized Form

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

BusinessEntity

public BusinessEntity()

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

getBusinessKey

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

Returns:
businessKey

setBusinessKey

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

Parameters:
businessKey -

getBusinessServices

public BusinessServices getBusinessServices()
Gets the businessServices value for this BusinessEntity.

Returns:
businessServices

setBusinessServices

public void setBusinessServices(BusinessServices businessServices)
Sets the businessServices value for this BusinessEntity.

Parameters:
businessServices -

getCategoryBag

public CategoryBag getCategoryBag()
Gets the categoryBag value for this BusinessEntity.

Returns:
categoryBag

setCategoryBag

public void setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this BusinessEntity.

Parameters:
categoryBag -

getContacts

public Contacts getContacts()
Gets the contacts value for this BusinessEntity.

Returns:
contacts

setContacts

public void setContacts(Contacts contacts)
Sets the contacts value for this BusinessEntity.

Parameters:
contacts -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getDiscoveryURLs

public DiscoveryURLs getDiscoveryURLs()
Gets the discoveryURLs value for this BusinessEntity.

Returns:
discoveryURLs

setDiscoveryURLs

public void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
Sets the discoveryURLs value for this BusinessEntity.

Parameters:
discoveryURLs -

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the identifierBag value for this BusinessEntity.

Returns:
identifierBag

setIdentifierBag

public void setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this BusinessEntity.

Parameters:
identifierBag -

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()