org.apache.ws.scout.model.uddi.v2
Class BindingTemplate

java.lang.Object
  extended by org.apache.ws.scout.model.uddi.v2.BindingTemplate

public class BindingTemplate
extends java.lang.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>
 


Field Summary
protected  AccessPoint accessPoint
           
protected  java.lang.String bindingKey
           
protected  java.util.List<Description> description
           
protected  HostingRedirector hostingRedirector
           
protected  java.lang.String serviceKey
           
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.
 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.
 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 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

description

protected java.util.List<Description> description

accessPoint

protected AccessPoint accessPoint

hostingRedirector

protected HostingRedirector hostingRedirector

tModelInstanceDetails

protected TModelInstanceDetails tModelInstanceDetails

serviceKey

protected java.lang.String serviceKey

bindingKey

protected java.lang.String bindingKey
Constructor Detail

BindingTemplate

public BindingTemplate()
Method Detail

getDescription

public java.util.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

getServiceKey

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

Returns:
possible object is String

setServiceKey

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

Parameters:
value - allowed object is String

getBindingKey

public java.lang.String getBindingKey()
Gets the value of the bindingKey property.

Returns:
possible object is String

setBindingKey

public void setBindingKey(java.lang.String value)
Sets the value of the bindingKey property.

Parameters:
value - allowed object is String


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