org.plasma.config
Class Binding

java.lang.Object
  extended by org.plasma.config.Customization
      extended by org.plasma.config.Binding
Direct Known Subclasses:
PropertyBinding, TypeBinding

public abstract class Binding
extends Customization

Superclass for binding customizations

Java class for Binding complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Binding">
   <complexContent>
     <extension base="{http://www.plasma.org/config}Customization">
       <attribute name="logicalName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="physicalName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="localName" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


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

Field Detail

logicalName

protected String logicalName

physicalName

protected String physicalName

localName

protected String localName
Constructor Detail

Binding

public Binding()
Method Detail

getLogicalName

public String getLogicalName()
Gets the value of the logicalName property.

Returns:
possible object is String

setLogicalName

public void setLogicalName(String value)
Sets the value of the logicalName property.

Parameters:
value - allowed object is String

getPhysicalName

public String getPhysicalName()
Gets the value of the physicalName property.

Returns:
possible object is String

setPhysicalName

public void setPhysicalName(String value)
Sets the value of the physicalName property.

Parameters:
value - allowed object is String

getLocalName

public String getLocalName()
Gets the value of the localName property.

Returns:
possible object is String

setLocalName

public void setLocalName(String value)
Sets the value of the localName property.

Parameters:
value - allowed object is String


Copyright © 2014. All rights reserved.