public abstract class Binding extends Customization
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
localName |
protected String |
logicalName |
protected String |
physicalName |
| Constructor and Description |
|---|
Binding() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String logicalName
protected String physicalName
protected String localName
public String getLogicalName()
Stringpublic void setLogicalName(String value)
value - allowed object is
Stringpublic String getPhysicalName()
Stringpublic void setPhysicalName(String value)
value - allowed object is
Stringpublic String getLocalName()
StringCopyright © 2015. All rights reserved.