|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.BusinessService
Constructor Summary | |
BusinessService()
|
|
BusinessService(BindingTemplates bindingTemplates,
org.apache.axis.types.URI businessKey,
CategoryBag categoryBag,
Description[] description,
Name[] name,
org.apache.axis.types.URI serviceKey)
|
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. |
Description[] |
getDescription()
Gets the description value for this BusinessService. |
Description |
getDescription(int i)
|
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. |
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 |
setDescription(Description[] description)
Sets the description value for this BusinessService. |
void |
setDescription(int i,
Description _value)
|
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. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BusinessService()
public BusinessService(BindingTemplates bindingTemplates, org.apache.axis.types.URI businessKey, CategoryBag categoryBag, Description[] description, Name[] name, org.apache.axis.types.URI serviceKey)
Method Detail |
public BindingTemplates getBindingTemplates()
public void setBindingTemplates(BindingTemplates bindingTemplates)
bindingTemplates
- public org.apache.axis.types.URI getBusinessKey()
public void setBusinessKey(org.apache.axis.types.URI businessKey)
businessKey
- public CategoryBag getCategoryBag()
public void setCategoryBag(CategoryBag categoryBag)
categoryBag
- 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 org.apache.axis.types.URI getServiceKey()
public void setServiceKey(org.apache.axis.types.URI serviceKey)
serviceKey
- 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 |