public class TypeBinding extends Binding
Java class for TypeBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TypeBinding">
<complexContent>
<extension base="{http://www.plasma.org/config}Binding">
<sequence>
<element name="PropertyBinding" type="{http://www.plasma.org/config}PropertyBinding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyBinding> |
propertyBindings |
protected String |
type |
localName, logicalName, physicalName| Constructor and Description |
|---|
TypeBinding() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyBinding> |
getPropertyBindings()
Gets the value of the propertyBindings property.
|
String |
getType()
Gets the value of the type property.
|
void |
setType(String value)
Sets the value of the type property.
|
getLocalName, getLogicalName, getPhysicalName, setLocalName, setLogicalName, setPhysicalNameprotected List<PropertyBinding> propertyBindings
protected String type
public List<PropertyBinding> getPropertyBindings()
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 propertyBindings property.
For example, to add a new item, do as follows:
getPropertyBindings().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyBinding
public String getType()
StringCopyright © 2015. All rights reserved.