public class Schema extends Object implements Serializable
Java class for Schema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Schema">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="inputSchema" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="outputSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
inputSchema |
protected String |
outputSchema |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputSchema()
Gets the value of the inputSchema property.
|
String |
getOutputSchema()
Gets the value of the outputSchema property.
|
void |
setInputSchema(String value)
Sets the value of the inputSchema property.
|
void |
setOutputSchema(String value)
Sets the value of the outputSchema property.
|
Schema |
withInputSchema(String value) |
Schema |
withOutputSchema(String value) |
public String getInputSchema()
Stringpublic void setInputSchema(String value)
value - allowed object is
Stringpublic String getOutputSchema()
Stringpublic void setOutputSchema(String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.