public interface QueryExpressionTextType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
QueryExpressionTextType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsPrivate()
Gets the "isPrivate" attribute
|
String |
getLanguage()
Gets the "language" attribute
|
List |
getReturnFeatureTypes()
Gets the "returnFeatureTypes" attribute
|
boolean |
isSetIsPrivate()
True if has "isPrivate" attribute
|
void |
setIsPrivate(boolean isPrivate)
Sets the "isPrivate" attribute
|
void |
setLanguage(String language)
Sets the "language" attribute
|
void |
setReturnFeatureTypes(List returnFeatureTypes)
Sets the "returnFeatureTypes" attribute
|
void |
unsetIsPrivate()
Unsets the "isPrivate" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetIsPrivate()
Gets (as xml) the "isPrivate" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetLanguage()
Gets (as xml) the "language" attribute
|
ReturnFeatureTypesListType |
xgetReturnFeatureTypes()
Gets (as xml) the "returnFeatureTypes" attribute
|
void |
xsetIsPrivate(org.apache.xmlbeans.XmlBoolean isPrivate)
Sets (as xml) the "isPrivate" attribute
|
void |
xsetLanguage(org.apache.xmlbeans.XmlAnyURI language)
Sets (as xml) the "language" attribute
|
void |
xsetReturnFeatureTypes(ReturnFeatureTypesListType returnFeatureTypes)
Sets (as xml) the "returnFeatureTypes" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList getReturnFeatureTypes()
ReturnFeatureTypesListType xgetReturnFeatureTypes()
void setReturnFeatureTypes(List returnFeatureTypes)
void xsetReturnFeatureTypes(ReturnFeatureTypesListType returnFeatureTypes)
String getLanguage()
org.apache.xmlbeans.XmlAnyURI xgetLanguage()
void setLanguage(String language)
void xsetLanguage(org.apache.xmlbeans.XmlAnyURI language)
boolean getIsPrivate()
org.apache.xmlbeans.XmlBoolean xgetIsPrivate()
boolean isSetIsPrivate()
void setIsPrivate(boolean isPrivate)
void xsetIsPrivate(org.apache.xmlbeans.XmlBoolean isPrivate)
void unsetIsPrivate()
Copyright © 2016 52north.org. All rights reserved.