public class MappedTable
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Java class for MappedTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappedTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="input" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="output" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
input |
protected java.lang.String |
output |
| Constructor and Description |
|---|
MappedTable() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getInput()
Gets the value of the input property.
|
java.lang.String |
getOutput()
Gets the value of the output property.
|
void |
setInput(java.lang.String value)
Sets the value of the input property.
|
void |
setOutput(java.lang.String value)
Sets the value of the output property.
|
MappedTable |
withInput(java.lang.String value) |
MappedTable |
withOutput(java.lang.String value) |
public java.lang.String getInput()
Stringpublic void setInput(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOutput()
Stringpublic void setOutput(java.lang.String value)
value - allowed object is
Stringpublic MappedTable withInput(java.lang.String value)
public MappedTable withOutput(java.lang.String value)
public java.lang.Object clone()
clone in class java.lang.ObjectCopyright © 2014. All Rights Reserved.