public class Schema
extends java.lang.Object
implements java.io.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 java.lang.String |
catalogName |
protected java.lang.String |
schemaName |
Constructor and Description |
---|
Schema() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCatalogName()
Gets the value of the catalogName property.
|
java.lang.String |
getSchemaName()
Gets the value of the schemaName property.
|
void |
setCatalogName(java.lang.String value)
Sets the value of the catalogName property.
|
void |
setSchemaName(java.lang.String value)
Sets the value of the schemaName property.
|
Schema |
withCatalogName(java.lang.String value) |
Schema |
withSchemaName(java.lang.String value) |
protected java.lang.String catalogName
protected java.lang.String schemaName
public java.lang.String getCatalogName()
String
public void setCatalogName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSchemaName()
String
public void setSchemaName(java.lang.String value)
value
- allowed object is
String
public Schema withCatalogName(java.lang.String value)
public Schema withSchemaName(java.lang.String value)
Copyright © 2018. All Rights Reserved.