cgl.axis.services.uddi.uddi_schema
Class BusinessInfo

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

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

See Also:
Serialized Form

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

BusinessInfo

public BusinessInfo()

BusinessInfo

public BusinessInfo(org.apache.axis.types.URI businessKey,
                    Description[] description,
                    Name[] name,
                    ServiceInfos serviceInfos)
Method Detail

getBusinessKey

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

Returns:
businessKey

setBusinessKey

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

Parameters:
businessKey -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getServiceInfos

public ServiceInfos getServiceInfos()
Gets the serviceInfos value for this BusinessInfo.

Returns:
serviceInfos

setServiceInfos

public void setServiceInfos(ServiceInfos serviceInfos)
Sets the serviceInfos value for this BusinessInfo.

Parameters:
serviceInfos -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()