cgl.axis.services.uddi.uddi_ext_schema
Class BusinessService

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_schema.BusinessService
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
BusinessService()
           
BusinessService(BindingTemplates bindingTemplates, org.apache.axis.types.URI businessKey, CategoryBag categoryBag, ContextBag contextBag, Description[] description, Lease lease, MetadataBag metadataBag, Name[] name, org.apache.axis.types.URI serviceKey, ServiceType serviceType, org.apache.axis.types.URI[] sessionKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BindingTemplates getBindingTemplates()
          Gets the bindingTemplates value for this BusinessService.
 org.apache.axis.types.URI getBusinessKey()
          Gets the businessKey value for this BusinessService.
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this BusinessService.
 ContextBag getContextBag()
          Gets the contextBag value for this BusinessService.
 Description[] getDescription()
          Gets the description value for this BusinessService.
 Description getDescription(int i)
           
 Lease getLease()
          Gets the lease value for this BusinessService.
 MetadataBag getMetadataBag()
          Gets the metadataBag value for this BusinessService.
 Name[] getName()
          Gets the name value for this BusinessService.
 Name getName(int i)
           
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this BusinessService.
 ServiceType getServiceType()
          Gets the serviceType value for this BusinessService.
 org.apache.axis.types.URI[] getSessionKey()
          Gets the sessionKey value for this BusinessService.
 org.apache.axis.types.URI getSessionKey(int i)
           
 int hashCode()
           
 void setBindingTemplates(BindingTemplates bindingTemplates)
          Sets the bindingTemplates value for this BusinessService.
 void setBusinessKey(org.apache.axis.types.URI businessKey)
          Sets the businessKey value for this BusinessService.
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this BusinessService.
 void setContextBag(ContextBag contextBag)
          Sets the contextBag value for this BusinessService.
 void setDescription(Description[] description)
          Sets the description value for this BusinessService.
 void setDescription(int i, Description _value)
           
 void setLease(Lease lease)
          Sets the lease value for this BusinessService.
 void setMetadataBag(MetadataBag metadataBag)
          Sets the metadataBag value for this BusinessService.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this BusinessService.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this BusinessService.
 void setServiceType(ServiceType serviceType)
          Sets the serviceType value for this BusinessService.
 void setSessionKey(int i, org.apache.axis.types.URI _value)
           
 void setSessionKey(org.apache.axis.types.URI[] sessionKey)
          Sets the sessionKey value for this BusinessService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessService

public BusinessService()

BusinessService

public BusinessService(BindingTemplates bindingTemplates,
                       org.apache.axis.types.URI businessKey,
                       CategoryBag categoryBag,
                       ContextBag contextBag,
                       Description[] description,
                       Lease lease,
                       MetadataBag metadataBag,
                       Name[] name,
                       org.apache.axis.types.URI serviceKey,
                       ServiceType serviceType,
                       org.apache.axis.types.URI[] sessionKey)
Method Detail

getBindingTemplates

public BindingTemplates getBindingTemplates()
Gets the bindingTemplates value for this BusinessService.

Returns:
bindingTemplates

setBindingTemplates

public void setBindingTemplates(BindingTemplates bindingTemplates)
Sets the bindingTemplates value for this BusinessService.

Parameters:
bindingTemplates -

getBusinessKey

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

Returns:
businessKey

setBusinessKey

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

Parameters:
businessKey -

getCategoryBag

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

Returns:
categoryBag

setCategoryBag

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

Parameters:
categoryBag -

getContextBag

public ContextBag getContextBag()
Gets the contextBag value for this BusinessService.

Returns:
contextBag

setContextBag

public void setContextBag(ContextBag contextBag)
Sets the contextBag value for this BusinessService.

Parameters:
contextBag -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getDescription

public Description getDescription(int i)

setDescription

public void setDescription(int i,
                           Description _value)

getLease

public Lease getLease()
Gets the lease value for this BusinessService.

Returns:
lease

setLease

public void setLease(Lease lease)
Sets the lease value for this BusinessService.

Parameters:
lease -

getMetadataBag

public MetadataBag getMetadataBag()
Gets the metadataBag value for this BusinessService.

Returns:
metadataBag

setMetadataBag

public void setMetadataBag(MetadataBag metadataBag)
Sets the metadataBag value for this BusinessService.

Parameters:
metadataBag -

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getServiceKey

public org.apache.axis.types.URI getServiceKey()
Gets the serviceKey value for this BusinessService.

Returns:
serviceKey

setServiceKey

public void setServiceKey(org.apache.axis.types.URI serviceKey)
Sets the serviceKey value for this BusinessService.

Parameters:
serviceKey -

getServiceType

public ServiceType getServiceType()
Gets the serviceType value for this BusinessService.

Returns:
serviceType

setServiceType

public void setServiceType(ServiceType serviceType)
Sets the serviceType value for this BusinessService.

Parameters:
serviceType -

getSessionKey

public org.apache.axis.types.URI[] getSessionKey()
Gets the sessionKey value for this BusinessService.

Returns:
sessionKey

setSessionKey

public void setSessionKey(org.apache.axis.types.URI[] sessionKey)
Sets the sessionKey value for this BusinessService.

Parameters:
sessionKey -

getSessionKey

public org.apache.axis.types.URI getSessionKey(int i)

setSessionKey

public void setSessionKey(int i,
                          org.apache.axis.types.URI _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()