|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.BindingTemplate
Constructor Summary | |
BindingTemplate()
|
|
BindingTemplate(TModelInstanceDetails TModelInstanceDetails,
AccessPoint accessPoint,
org.apache.axis.types.URI bindingKey,
CategoryBag categoryBag,
Description[] description,
HostingRedirector hostingRedirector,
org.apache.axis.types.URI serviceKey)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
AccessPoint |
getAccessPoint()
Gets the accessPoint value for this BindingTemplate. |
org.apache.axis.types.URI |
getBindingKey()
Gets the bindingKey value for this BindingTemplate. |
CategoryBag |
getCategoryBag()
Gets the categoryBag value for this BindingTemplate. |
Description[] |
getDescription()
Gets the description value for this BindingTemplate. |
Description |
getDescription(int i)
|
HostingRedirector |
getHostingRedirector()
Gets the hostingRedirector value for this BindingTemplate. |
org.apache.axis.types.URI |
getServiceKey()
Gets the serviceKey value for this BindingTemplate. |
TModelInstanceDetails |
getTModelInstanceDetails()
Gets the TModelInstanceDetails value for this BindingTemplate. |
int |
hashCode()
|
void |
setAccessPoint(AccessPoint accessPoint)
Sets the accessPoint value for this BindingTemplate. |
void |
setBindingKey(org.apache.axis.types.URI bindingKey)
Sets the bindingKey value for this BindingTemplate. |
void |
setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this BindingTemplate. |
void |
setDescription(Description[] description)
Sets the description value for this BindingTemplate. |
void |
setDescription(int i,
Description _value)
|
void |
setHostingRedirector(HostingRedirector hostingRedirector)
Sets the hostingRedirector value for this BindingTemplate. |
void |
setServiceKey(org.apache.axis.types.URI serviceKey)
Sets the serviceKey value for this BindingTemplate. |
void |
setTModelInstanceDetails(TModelInstanceDetails TModelInstanceDetails)
Sets the TModelInstanceDetails value for this BindingTemplate. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BindingTemplate()
public BindingTemplate(TModelInstanceDetails TModelInstanceDetails, AccessPoint accessPoint, org.apache.axis.types.URI bindingKey, CategoryBag categoryBag, Description[] description, HostingRedirector hostingRedirector, org.apache.axis.types.URI serviceKey)
Method Detail |
public TModelInstanceDetails getTModelInstanceDetails()
public void setTModelInstanceDetails(TModelInstanceDetails TModelInstanceDetails)
TModelInstanceDetails
- public AccessPoint getAccessPoint()
public void setAccessPoint(AccessPoint accessPoint)
accessPoint
- public org.apache.axis.types.URI getBindingKey()
public void setBindingKey(org.apache.axis.types.URI bindingKey)
bindingKey
- 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 HostingRedirector getHostingRedirector()
public void setHostingRedirector(HostingRedirector hostingRedirector)
hostingRedirector
- 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 |