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"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
catalogName |
protected String |
comment |
protected String |
schemaName |
Constructor and Description |
---|
Schema() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getCatalogName()
Gets the value of the catalogName property.
|
String |
getComment()
Gets the value of the comment property.
|
String |
getSchemaName()
Gets the value of the schemaName property.
|
int |
hashCode() |
void |
setCatalogName(String value)
Sets the value of the catalogName property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setSchemaName(String value)
Sets the value of the schemaName property.
|
String |
toString() |
Schema |
withCatalogName(String value) |
Schema |
withComment(String value) |
Schema |
withSchemaName(String value) |
protected String catalogName
protected String schemaName
protected String comment
public String getCatalogName()
String
public void setCatalogName(String value)
value
- allowed object is
String
public String getSchemaName()
String
public void setSchemaName(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
Copyright © 2019. All rights reserved.