public class DBSelection extends ParameterType implements java.io.Serializable
Java class for DBSelection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DBSelection">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Select" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Records" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="DataBase" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dataBase |
protected java.lang.Integer |
records |
protected java.lang.String |
select |
| Constructor and Description |
|---|
DBSelection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataBase()
Gets the value of the dataBase property.
|
java.lang.Integer |
getRecords()
Gets the value of the records property.
|
java.lang.String |
getSelect()
Gets the value of the select property.
|
void |
setDataBase(java.lang.String value)
Sets the value of the dataBase property.
|
void |
setRecords(java.lang.Integer value)
Sets the value of the records property.
|
void |
setSelect(java.lang.String value)
Sets the value of the select property.
|
protected java.lang.String select
protected java.lang.Integer records
protected java.lang.String dataBase
public java.lang.String getSelect()
Stringpublic void setSelect(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getRecords()
Integerpublic void setRecords(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getDataBase()
Stringpublic void setDataBase(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.