|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.config.Customization
org.plasma.config.Binding
public abstract class Binding
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 |
|---|
protected String logicalName
protected String physicalName
protected String localName
| Constructor Detail |
|---|
public Binding()
| Method Detail |
|---|
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()
Stringpublic void setLocalName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||