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="catalog_name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schema_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
catalogName |
protected String |
schemaName |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalogName()
Gets the value of the catalogName property.
|
String |
getSchemaName()
Gets the value of the schemaName property.
|
void |
setCatalogName(String value)
Sets the value of the catalogName property.
|
void |
setSchemaName(String value)
Sets the value of the schemaName property.
|
Schema |
withCatalogName(String value) |
Schema |
withSchemaName(String value) |
public String getCatalogName()
Stringpublic void setCatalogName(String value)
value - allowed object is
Stringpublic String getSchemaName()
Stringpublic void setSchemaName(String value)
value - allowed object is
StringCopyright © 2017. All Rights Reserved.