|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.BindingTemplate
public class BindingTemplate
Java class for bindingTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bindingTemplate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}description" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element ref="{urn:uddi-org:api_v3}accessPoint"/>
<element ref="{urn:uddi-org:api_v3}hostingRedirector"/>
</choice>
<element ref="{urn:uddi-org:api_v3}tModelInstanceDetails" minOccurs="0"/>
<element ref="{urn:uddi-org:api_v3}categoryBag" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="bindingKey" type="{urn:uddi-org:api_v3}bindingKey" />
<attribute name="serviceKey" type="{urn:uddi-org:api_v3}serviceKey" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AccessPoint |
accessPoint
|
protected java.lang.String |
bindingKey
|
protected CategoryBag |
categoryBag
|
protected java.util.List<Description> |
description
|
protected HostingRedirector |
hostingRedirector
|
protected java.lang.String |
serviceKey
|
protected java.util.List<SignatureType> |
signature
|
protected TModelInstanceDetails |
tModelInstanceDetails
|
| Constructor Summary | |
|---|---|
BindingTemplate()
|
|
| Method Summary | |
|---|---|
AccessPoint |
getAccessPoint()
Gets the value of the accessPoint property. |
java.lang.String |
getBindingKey()
Gets the value of the bindingKey property. |
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag property. |
java.util.List<Description> |
getDescription()
Gets the value of the description property. |
HostingRedirector |
getHostingRedirector()
Gets the value of the hostingRedirector property. |
java.lang.String |
getServiceKey()
Gets the value of the serviceKey property. |
java.util.List<SignatureType> |
getSignature()
Gets the value of the signature property. |
TModelInstanceDetails |
getTModelInstanceDetails()
Gets the value of the tModelInstanceDetails property. |
void |
setAccessPoint(AccessPoint value)
Sets the value of the accessPoint property. |
void |
setBindingKey(java.lang.String value)
Sets the value of the bindingKey property. |
void |
setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property. |
void |
setHostingRedirector(HostingRedirector value)
Sets the value of the hostingRedirector property. |
void |
setServiceKey(java.lang.String value)
Sets the value of the serviceKey property. |
void |
setTModelInstanceDetails(TModelInstanceDetails value)
Sets the value of the tModelInstanceDetails property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Description> description
protected AccessPoint accessPoint
protected HostingRedirector hostingRedirector
protected TModelInstanceDetails tModelInstanceDetails
protected CategoryBag categoryBag
protected java.util.List<SignatureType> signature
protected java.lang.String bindingKey
protected java.lang.String serviceKey
| Constructor Detail |
|---|
public BindingTemplate()
| Method Detail |
|---|
public java.util.List<Description> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
Description
public AccessPoint getAccessPoint()
AccessPointpublic void setAccessPoint(AccessPoint value)
value - allowed object is
AccessPointpublic HostingRedirector getHostingRedirector()
HostingRedirectorpublic void setHostingRedirector(HostingRedirector value)
value - allowed object is
HostingRedirectorpublic TModelInstanceDetails getTModelInstanceDetails()
TModelInstanceDetailspublic void setTModelInstanceDetails(TModelInstanceDetails value)
value - allowed object is
TModelInstanceDetailspublic CategoryBag getCategoryBag()
CategoryBagpublic void setCategoryBag(CategoryBag value)
value - allowed object is
CategoryBagpublic java.util.List<SignatureType> getSignature()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureType
public java.lang.String getBindingKey()
Stringpublic void setBindingKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceKey()
Stringpublic void setServiceKey(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||