public class BindingTemplate extends Object
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_v2}description" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element ref="{urn:uddi-org:api_v2}accessPoint"/>
<element ref="{urn:uddi-org:api_v2}hostingRedirector"/>
</choice>
<element ref="{urn:uddi-org:api_v2}tModelInstanceDetails"/>
</sequence>
<attribute name="serviceKey" type="{urn:uddi-org:api_v2}serviceKey" />
<attribute name="bindingKey" use="required" type="{urn:uddi-org:api_v2}bindingKey" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessPoint |
accessPoint |
protected String |
bindingKey |
protected List<Description> |
description |
protected HostingRedirector |
hostingRedirector |
protected String |
serviceKey |
protected TModelInstanceDetails |
tModelInstanceDetails |
| Constructor and Description |
|---|
BindingTemplate() |
| Modifier and Type | Method and Description |
|---|---|
AccessPoint |
getAccessPoint()
Gets the value of the accessPoint property.
|
String |
getBindingKey()
Gets the value of the bindingKey property.
|
List<Description> |
getDescription()
Gets the value of the description property.
|
HostingRedirector |
getHostingRedirector()
Gets the value of the hostingRedirector property.
|
String |
getServiceKey()
Gets the value of the serviceKey property.
|
TModelInstanceDetails |
getTModelInstanceDetails()
Gets the value of the tModelInstanceDetails property.
|
void |
setAccessPoint(AccessPoint value)
Sets the value of the accessPoint property.
|
void |
setBindingKey(String value)
Sets the value of the bindingKey property.
|
void |
setHostingRedirector(HostingRedirector value)
Sets the value of the hostingRedirector property.
|
void |
setServiceKey(String value)
Sets the value of the serviceKey property.
|
void |
setTModelInstanceDetails(TModelInstanceDetails value)
Sets the value of the tModelInstanceDetails property.
|
protected List<Description> description
protected AccessPoint accessPoint
protected HostingRedirector hostingRedirector
protected TModelInstanceDetails tModelInstanceDetails
protected String serviceKey
protected String bindingKey
public 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 String getServiceKey()
Stringpublic void setServiceKey(String value)
value - allowed object is
Stringpublic String getBindingKey()
StringCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.