|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.BindingDetail
Constructor Summary | |
BindingDetail()
|
|
BindingDetail(ListDescription listDescription,
BindingTemplate[] bindingTemplate)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
BindingTemplate[] |
getBindingTemplate()
Gets the bindingTemplate value for this BindingDetail. |
BindingTemplate |
getBindingTemplate(int i)
|
ListDescription |
getListDescription()
Gets the listDescription value for this BindingDetail. |
int |
hashCode()
|
void |
setBindingTemplate(BindingTemplate[] bindingTemplate)
Sets the bindingTemplate value for this BindingDetail. |
void |
setBindingTemplate(int i,
BindingTemplate _value)
|
void |
setListDescription(ListDescription listDescription)
Sets the listDescription value for this BindingDetail. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BindingDetail()
public BindingDetail(ListDescription listDescription, BindingTemplate[] bindingTemplate)
Method Detail |
public ListDescription getListDescription()
public void setListDescription(ListDescription listDescription)
listDescription
- public BindingTemplate[] getBindingTemplate()
public void setBindingTemplate(BindingTemplate[] bindingTemplate)
bindingTemplate
- public BindingTemplate getBindingTemplate(int i)
public void setBindingTemplate(int i, BindingTemplate _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 |