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

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

public class BindingTemplates
extends java.lang.Object

Java class for bindingTemplates complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="bindingTemplates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v2}bindingTemplate" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<BindingTemplate> bindingTemplate
           
 
Constructor Summary
BindingTemplates()
           
 
Method Summary
 java.util.List<BindingTemplate> getBindingTemplate()
          Gets the value of the bindingTemplate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindingTemplate

protected java.util.List<BindingTemplate> bindingTemplate
Constructor Detail

BindingTemplates

public BindingTemplates()
Method Detail

getBindingTemplate

public java.util.List<BindingTemplate> getBindingTemplate()
Gets the value of the bindingTemplate 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 bindingTemplate property.

For example, to add a new item, do as follows:

    getBindingTemplate().add(newItem);
 

Objects of the following type(s) are allowed in the list BindingTemplate



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