|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.BindingTemplate
Corresponds to UDDI v2.0 'bindingTemplate' element.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
BindingTemplate()
|
Method Summary | |
java.lang.String |
getBindingKey()
Returns the bindingKey of this BindingTemplate. |
DescriptionList |
getDescriptions()
Returns the language annotated list of descriptions of this BindingTemplate. |
EndPoint |
getEndpoint()
Returns the EndPoint of this BindingTemplate. |
java.lang.String |
getServiceKey()
Returns the serviceKey of this BindingTemplate. |
TModelInstanceInfoList |
getTModelInstanceInfos()
Returns the TModelInstanceInfoList of this BindingTemplate. |
void |
setBindingKey(java.lang.String bindingKey)
Sets the bindingKey of this BindingTemplate. |
void |
setDescriptions(DescriptionList descriptions)
Sets the language annotated list of descriptions of this BindingTemplate. |
void |
setEndpoint(EndPoint endpoint)
Sets the EndPoint of this BindingTemplate. |
void |
setServiceKey(java.lang.String serviceKey)
Sets the serviceKey of this BindingTemplate. |
void |
setTModelInstanceInfos(TModelInstanceInfoList tModelInstanceInfos)
Sets the TModelInstanceInfoList of this BindingTemplate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String java_copyright
Constructor Detail |
public BindingTemplate()
Method Detail |
public DescriptionList getDescriptions()
public void setDescriptions(DescriptionList descriptions)
descriptions
- the language annotated list of descriptions of this BindingTemplate.public EndPoint getEndpoint()
EndPoint
of this BindingTemplate. The EndPoint is either an
AccessPoint
or a HostingRedirector
.public void setEndpoint(EndPoint endpoint)
EndPoint
of this BindingTemplate. The EndPoint is either an
AccessPoint
or a HostingRedirector
.the
- EndPoint of this BindingTemplate - either an AccessPoint or a
HostingRedirectorpublic TModelInstanceInfoList getTModelInstanceInfos()
TModelInstanceInfoList
of this BindingTemplate.public void setTModelInstanceInfos(TModelInstanceInfoList tModelInstanceInfos)
TModelInstanceInfoList
of this BindingTemplate.tModelInstanceInfo
- the TModelInstanceInfoList of this BindingTemplate.public java.lang.String getBindingKey()
public void setBindingKey(java.lang.String bindingKey)
bindingKey
- the bindingKey of this BindingTemplate.public java.lang.String getServiceKey()
public void setServiceKey(java.lang.String serviceKey)
serviceKey
- the serviceKey of this BindingTemplate.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |