Class BindingTemplate
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.BindingTemplate
-
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="bindingKey" use="required" type="{urn:uddi-org:api_v2}bindingKey" /> <attribute name="serviceKey" type="{urn:uddi-org:api_v2}serviceKey" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AccessPointaccessPointprotected StringbindingKeyprotected List<Description>descriptionprotected HostingRedirectorhostingRedirectorprotected StringserviceKeyprotected TModelInstanceDetailstModelInstanceDetails
-
Constructor Summary
Constructors Constructor Description BindingTemplate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessPointgetAccessPoint()Gets the value of the accessPoint property.StringgetBindingKey()Gets the value of the bindingKey property.List<Description>getDescription()Gets the value of the description property.HostingRedirectorgetHostingRedirector()Gets the value of the hostingRedirector property.StringgetServiceKey()Gets the value of the serviceKey property.TModelInstanceDetailsgetTModelInstanceDetails()Gets the value of the tModelInstanceDetails property.voidsetAccessPoint(AccessPoint value)Sets the value of the accessPoint property.voidsetBindingKey(String value)Sets the value of the bindingKey property.voidsetHostingRedirector(HostingRedirector value)Sets the value of the hostingRedirector property.voidsetServiceKey(String value)Sets the value of the serviceKey property.voidsetTModelInstanceDetails(TModelInstanceDetails value)Sets the value of the tModelInstanceDetails property.
-
-
-
Field Detail
-
description
protected List<Description> description
-
accessPoint
protected AccessPoint accessPoint
-
hostingRedirector
protected HostingRedirector hostingRedirector
-
tModelInstanceDetails
protected TModelInstanceDetails tModelInstanceDetails
-
bindingKey
protected String bindingKey
-
serviceKey
protected String serviceKey
-
-
Method Detail
-
getDescription
public List<Description> getDescription()
Gets the value of the description property.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
setmethod 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
-
getAccessPoint
public AccessPoint getAccessPoint()
Gets the value of the accessPoint property.- Returns:
- possible object is
AccessPoint
-
setAccessPoint
public void setAccessPoint(AccessPoint value)
Sets the value of the accessPoint property.- Parameters:
value- allowed object isAccessPoint
-
getHostingRedirector
public HostingRedirector getHostingRedirector()
Gets the value of the hostingRedirector property.- Returns:
- possible object is
HostingRedirector
-
setHostingRedirector
public void setHostingRedirector(HostingRedirector value)
Sets the value of the hostingRedirector property.- Parameters:
value- allowed object isHostingRedirector
-
getTModelInstanceDetails
public TModelInstanceDetails getTModelInstanceDetails()
Gets the value of the tModelInstanceDetails property.- Returns:
- possible object is
TModelInstanceDetails
-
setTModelInstanceDetails
public void setTModelInstanceDetails(TModelInstanceDetails value)
Sets the value of the tModelInstanceDetails property.- Parameters:
value- allowed object isTModelInstanceDetails
-
getBindingKey
public String getBindingKey()
Gets the value of the bindingKey property.- Returns:
- possible object is
String
-
setBindingKey
public void setBindingKey(String value)
Sets the value of the bindingKey property.- Parameters:
value- allowed object isString
-
getServiceKey
public String getServiceKey()
Gets the value of the serviceKey property.- Returns:
- possible object is
String
-
-