|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.BindingTemplate
| Constructor Summary | |
BindingTemplate()
|
|
BindingTemplate(AccessPoint accessPoint,
String bindingKey,
Description[] description,
HostingRedirector hostingRedirector,
String serviceKey,
TModelInstanceDetails tModelInstanceDetails)
|
|
| Method Summary | |
Object |
accept(UDDIv2DataModelVisitor v)
Grimoires specific methods and constructors |
boolean |
equals(Object obj)
|
AccessPoint |
getAccessPoint()
Gets the accessPoint value for this BindingTemplate. |
String |
getBindingKey()
Gets the bindingKey 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. |
String |
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(String bindingKey)
Sets the bindingKey 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(String 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(AccessPoint accessPoint,
String bindingKey,
Description[] description,
HostingRedirector hostingRedirector,
String serviceKey,
TModelInstanceDetails tModelInstanceDetails)
| Method Detail |
public Description[] getDescription()
public void setDescription(Description[] description)
description - public Description getDescription(int i)
public void setDescription(int i,
Description _value)
public AccessPoint getAccessPoint()
public void setAccessPoint(AccessPoint accessPoint)
accessPoint - public HostingRedirector getHostingRedirector()
public void setHostingRedirector(HostingRedirector hostingRedirector)
hostingRedirector - public TModelInstanceDetails getTModelInstanceDetails()
public void setTModelInstanceDetails(TModelInstanceDetails tModelInstanceDetails)
tModelInstanceDetails - public String getServiceKey()
public void setServiceKey(String serviceKey)
serviceKey - public String getBindingKey()
public void setBindingKey(String bindingKey)
bindingKey - public boolean equals(Object obj)
public int hashCode()
public Object accept(UDDIv2DataModelVisitor v)
throws Exception
accept in interface UDDIv2DataModelVisitableException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||