org.plasma.config
Class PropertyBinding
java.lang.Object
org.plasma.config.Customization
org.plasma.config.Binding
org.plasma.config.PropertyBinding
public class PropertyBinding
- extends Binding
Provides a name binding customization mechanism for an SDO Property
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
property
protected String property
PropertyBinding
public PropertyBinding()
getProperty
public String getProperty()
- Gets the value of the property property.
- Returns:
- possible object is
String
setProperty
public void setProperty(String value)
- Sets the value of the property property.
- Parameters:
value - allowed object is
String
Copyright © 2013. All rights reserved.