org.uddi.api_v3
Class BindingTemplate

java.lang.Object
  extended by org.uddi.api_v3.BindingTemplate
All Implemented Interfaces:
Serializable

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>
 

See Also:
Serialized Form

Field Summary
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 Summary
BindingTemplate()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Description> description

accessPoint

protected AccessPoint accessPoint

hostingRedirector

protected HostingRedirector hostingRedirector

tModelInstanceDetails

protected TModelInstanceDetails tModelInstanceDetails

categoryBag

protected CategoryBag categoryBag

signature

protected List<SignatureType> signature

bindingKey

protected String bindingKey

serviceKey

protected String serviceKey
Constructor Detail

BindingTemplate

public BindingTemplate()
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 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


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 is AccessPoint

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 is HostingRedirector

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 is TModelInstanceDetails

getCategoryBag

public CategoryBag getCategoryBag()
Gets the value of the categoryBag property.

Returns:
possible object is CategoryBag

setCategoryBag

public void setCategoryBag(CategoryBag value)
Sets the value of the categoryBag property.

Parameters:
value - allowed object is CategoryBag

getSignature

public List<SignatureType> getSignature()
Gets the value of the signature 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 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


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 is String

getServiceKey

public String getServiceKey()
Gets the value of the serviceKey property.

Returns:
possible object is String

setServiceKey

public void setServiceKey(String value)
Sets the value of the serviceKey property.

Parameters:
value - allowed object is String


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.