|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryType
An XML QueryType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
QueryType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
void |
addElementName(QName elementName)
Appends the value as the last "ElementName" element |
QueryConstraintType |
addNewConstraint()
Appends and returns a new empty "Constraint" element |
org.apache.xmlbeans.XmlQName |
addNewElementName()
Appends and returns a new empty value (as xml) as the last "ElementName" element |
ElementSetNameType |
addNewElementSetName()
Appends and returns a new empty "ElementSetName" element |
SortByType |
addNewSortBy()
Appends and returns a new empty "SortBy" element |
QueryConstraintType |
getConstraint()
Gets the "Constraint" element |
QName[] |
getElementNameArray()
Gets array of all "ElementName" elements |
QName |
getElementNameArray(int i)
Gets ith "ElementName" element |
ElementSetNameType |
getElementSetName()
Gets the "ElementSetName" element |
SortByType |
getSortBy()
Gets the "SortBy" element |
List |
getTypeNames()
Gets the "typeNames" attribute |
void |
insertElementName(int i,
QName elementName)
Inserts the value as the ith "ElementName" element |
org.apache.xmlbeans.XmlQName |
insertNewElementName(int i)
Inserts and returns a new empty value (as xml) as the ith "ElementName" element |
boolean |
isSetConstraint()
True if has "Constraint" element |
boolean |
isSetElementSetName()
True if has "ElementSetName" element |
boolean |
isSetSortBy()
True if has "SortBy" element |
void |
removeElementName(int i)
Removes the ith "ElementName" element |
void |
setConstraint(QueryConstraintType constraint)
Sets the "Constraint" element |
void |
setElementNameArray(int i,
QName elementName)
Sets ith "ElementName" element |
void |
setElementNameArray(QName[] elementNameArray)
Sets array of all "ElementName" element |
void |
setElementSetName(ElementSetNameType elementSetName)
Sets the "ElementSetName" element |
void |
setSortBy(SortByType sortBy)
Sets the "SortBy" element |
void |
setTypeNames(List typeNames)
Sets the "typeNames" attribute |
int |
sizeOfElementNameArray()
Returns number of "ElementName" element |
void |
unsetConstraint()
Unsets the "Constraint" element |
void |
unsetElementSetName()
Unsets the "ElementSetName" element |
void |
unsetSortBy()
Unsets the "SortBy" element |
org.apache.xmlbeans.XmlQName[] |
xgetElementNameArray()
Gets (as xml) array of all "ElementName" elements |
org.apache.xmlbeans.XmlQName |
xgetElementNameArray(int i)
Gets (as xml) ith "ElementName" element |
TypeNameListType |
xgetTypeNames()
Gets (as xml) the "typeNames" attribute |
void |
xsetElementNameArray(int i,
org.apache.xmlbeans.XmlQName elementName)
Sets (as xml) ith "ElementName" element |
void |
xsetElementNameArray(org.apache.xmlbeans.XmlQName[] elementNameArray)
Sets (as xml) array of all "ElementName" element |
void |
xsetTypeNames(TypeNameListType typeNames)
Sets (as xml) the "typeNames" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ElementSetNameType getElementSetName()
boolean isSetElementSetName()
void setElementSetName(ElementSetNameType elementSetName)
ElementSetNameType addNewElementSetName()
void unsetElementSetName()
QName[] getElementNameArray()
QName getElementNameArray(int i)
org.apache.xmlbeans.XmlQName[] xgetElementNameArray()
org.apache.xmlbeans.XmlQName xgetElementNameArray(int i)
int sizeOfElementNameArray()
void setElementNameArray(QName[] elementNameArray)
void setElementNameArray(int i, QName elementName)
void xsetElementNameArray(org.apache.xmlbeans.XmlQName[] elementNameArray)
void xsetElementNameArray(int i, org.apache.xmlbeans.XmlQName elementName)
void insertElementName(int i, QName elementName)
void addElementName(QName elementName)
org.apache.xmlbeans.XmlQName insertNewElementName(int i)
org.apache.xmlbeans.XmlQName addNewElementName()
void removeElementName(int i)
QueryConstraintType getConstraint()
boolean isSetConstraint()
void setConstraint(QueryConstraintType constraint)
QueryConstraintType addNewConstraint()
void unsetConstraint()
SortByType getSortBy()
boolean isSetSortBy()
void setSortBy(SortByType sortBy)
SortByType addNewSortBy()
void unsetSortBy()
List getTypeNames()
TypeNameListType xgetTypeNames()
void setTypeNames(List typeNames)
void xsetTypeNames(TypeNameListType typeNames)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |