public class DBSchema extends ParameterType implements java.io.Serializable
Java class for DBSchema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DBSchema">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="DBSchemaType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dbSchemaType |
| Constructor and Description |
|---|
DBSchema() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDBSchemaType()
Gets the value of the dbSchemaType property.
|
void |
setDBSchemaType(java.lang.String value)
Sets the value of the dbSchemaType property.
|
public java.lang.String getDBSchemaType()
Stringpublic void setDBSchemaType(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.