|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RangeQueryType
An XML RangeQueryType(@http://www.extreme.indiana.edu/lead/resource-catalog/v2/xsd). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
RangeQueryType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
java.lang.String |
getField()
Gets the "field" attribute |
boolean |
getInclusive()
Gets the "inclusive" attribute |
java.lang.String |
getMaxValue()
Gets the "maxValue" attribute |
java.lang.String |
getMinValue()
Gets the "minValue" attribute |
javax.xml.namespace.QName |
getQueryType()
Gets the "queryType" attribute |
boolean |
isSetInclusive()
True if has "inclusive" attribute |
boolean |
isSetQueryType()
True if has "queryType" attribute |
void |
setField(java.lang.String field)
Sets the "field" attribute |
void |
setInclusive(boolean inclusive)
Sets the "inclusive" attribute |
void |
setMaxValue(java.lang.String maxValue)
Sets the "maxValue" attribute |
void |
setMinValue(java.lang.String minValue)
Sets the "minValue" attribute |
void |
setQueryType(javax.xml.namespace.QName queryType)
Sets the "queryType" attribute |
void |
unsetInclusive()
Unsets the "inclusive" attribute |
void |
unsetQueryType()
Unsets the "queryType" attribute |
DataSourceFieldType |
xgetField()
Gets (as xml) the "field" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetInclusive()
Gets (as xml) the "inclusive" attribute |
org.apache.xmlbeans.XmlNMTOKEN |
xgetMaxValue()
Gets (as xml) the "maxValue" attribute |
org.apache.xmlbeans.XmlNMTOKEN |
xgetMinValue()
Gets (as xml) the "minValue" attribute |
org.apache.xmlbeans.XmlQName |
xgetQueryType()
Gets (as xml) the "queryType" attribute |
void |
xsetField(DataSourceFieldType field)
Sets (as xml) the "field" attribute |
void |
xsetInclusive(org.apache.xmlbeans.XmlBoolean inclusive)
Sets (as xml) the "inclusive" attribute |
void |
xsetMaxValue(org.apache.xmlbeans.XmlNMTOKEN maxValue)
Sets (as xml) the "maxValue" attribute |
void |
xsetMinValue(org.apache.xmlbeans.XmlNMTOKEN minValue)
Sets (as xml) the "minValue" attribute |
void |
xsetQueryType(org.apache.xmlbeans.XmlQName queryType)
Sets (as xml) the "queryType" attribute |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
javax.xml.namespace.QName getQueryType()
getQueryType in interface DataSourceQueryTypeorg.apache.xmlbeans.XmlQName xgetQueryType()
xgetQueryType in interface DataSourceQueryTypeboolean isSetQueryType()
void setQueryType(javax.xml.namespace.QName queryType)
setQueryType in interface DataSourceQueryTypevoid xsetQueryType(org.apache.xmlbeans.XmlQName queryType)
xsetQueryType in interface DataSourceQueryTypevoid unsetQueryType()
java.lang.String getField()
DataSourceFieldType xgetField()
void setField(java.lang.String field)
void xsetField(DataSourceFieldType field)
java.lang.String getMinValue()
org.apache.xmlbeans.XmlNMTOKEN xgetMinValue()
void setMinValue(java.lang.String minValue)
void xsetMinValue(org.apache.xmlbeans.XmlNMTOKEN minValue)
java.lang.String getMaxValue()
org.apache.xmlbeans.XmlNMTOKEN xgetMaxValue()
void setMaxValue(java.lang.String maxValue)
void xsetMaxValue(org.apache.xmlbeans.XmlNMTOKEN maxValue)
boolean getInclusive()
org.apache.xmlbeans.XmlBoolean xgetInclusive()
boolean isSetInclusive()
void setInclusive(boolean inclusive)
void xsetInclusive(org.apache.xmlbeans.XmlBoolean inclusive)
void unsetInclusive()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||