public class PropertyBinding extends Binding
Java class for PropertyBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyBinding">
<complexContent>
<extension base="{http://www.plasma.org/config}Binding">
<attribute name="property" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
property |
localName, logicalName, physicalName| Constructor and Description |
|---|
PropertyBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty()
Gets the value of the property property.
|
void |
setProperty(String value)
Sets the value of the property property.
|
getLocalName, getLogicalName, getPhysicalName, setLocalName, setLogicalName, setPhysicalNameprotected String property
Copyright © 2015. All rights reserved.