com.sun.xml.registry.uddi.bindings_v2_2
Class BindingTemplates
java.lang.Object
com.sun.xml.registry.uddi.bindings_v2_2.BindingTemplates
public class BindingTemplates
- extends 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bindingTemplate
protected List<BindingTemplate> bindingTemplate
BindingTemplates
public BindingTemplates()
getBindingTemplate
public 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 © 2005-2013 Oracle Corporation. All Rights Reserved.