org.plasma.config
Class PropertyBinding

java.lang.Object
  extended by org.plasma.config.Customization
      extended by org.plasma.config.Binding
          extended by 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>
 


Field Summary
protected  String property
           
 
Fields inherited from class org.plasma.config.Binding
localName, logicalName, physicalName
 
Constructor Summary
PropertyBinding()
           
 
Method Summary
 String getProperty()
          Gets the value of the property property.
 void setProperty(String value)
          Sets the value of the property property.
 
Methods inherited from class org.plasma.config.Binding
getLocalName, getLogicalName, getPhysicalName, setLocalName, setLogicalName, setPhysicalName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property

protected String property
Constructor Detail

PropertyBinding

public PropertyBinding()
Method Detail

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.