public class BindingTemplate extends Object implements Serializable
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>
Modifier and Type | Field and Description |
---|---|
protected AccessPoint |
accessPoint |
protected String |
bindingKey |
protected CategoryBag |
categoryBag |
protected List<Description> |
description |
protected HostingRedirector |
hostingRedirector |
protected String |
serviceKey |
protected List<SignatureType> |
signature |
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.
|
CategoryBag |
getCategoryBag()
Gets the value of the categoryBag 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.
|
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(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(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 CategoryBag categoryBag
protected List<SignatureType> signature
protected String bindingKey
protected String serviceKey
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()
AccessPoint
public void setAccessPoint(AccessPoint value)
value
- allowed object is
AccessPoint
public HostingRedirector getHostingRedirector()
HostingRedirector
public void setHostingRedirector(HostingRedirector value)
value
- allowed object is
HostingRedirector
public TModelInstanceDetails getTModelInstanceDetails()
TModelInstanceDetails
public void setTModelInstanceDetails(TModelInstanceDetails value)
value
- allowed object is
TModelInstanceDetails
public CategoryBag getCategoryBag()
CategoryBag
public void setCategoryBag(CategoryBag value)
value
- allowed object is
CategoryBag
public 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 String getBindingKey()
String
public void setBindingKey(String value)
value
- allowed object is
String
public String getServiceKey()
String
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.