public class MappedTable extends Object implements Serializable, 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 String |
input |
protected String |
output |
Constructor and Description |
---|
MappedTable() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
String |
getInput()
Gets the value of the input property.
|
String |
getOutput()
Gets the value of the output property.
|
void |
setInput(String value)
Sets the value of the input property.
|
void |
setOutput(String value)
Sets the value of the output property.
|
MappedTable |
withInput(String value) |
MappedTable |
withOutput(String value) |
public String getInput()
String
public void setInput(String value)
value
- allowed object is
String
public String getOutput()
String
public void setOutput(String value)
value
- allowed object is
String
public MappedTable withInput(String value)
public MappedTable withOutput(String value)
Copyright © 2014. All Rights Reserved.