|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.util.jaxb.Schema
public class Schema
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>
| Field Summary | |
|---|---|
protected String |
inputSchema
|
protected String |
outputSchema
|
| Constructor Summary | |
|---|---|
Schema()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String inputSchema
protected String outputSchema
| Constructor Detail |
|---|
public Schema()
| Method Detail |
|---|
public String getInputSchema()
Stringpublic void setInputSchema(String value)
value - allowed object is
Stringpublic String getOutputSchema()
Stringpublic void setOutputSchema(String value)
value - allowed object is
Stringpublic Schema withInputSchema(String value)
public Schema withOutputSchema(String value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||