public interface GetFeatureType extends BaseRequestType
| Modifier and Type | Interface and Description |
|---|---|
static class |
GetFeatureType.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 |
|---|---|
AbstractQueryExpressionType |
addNewAbstractQueryExpression()
Appends and returns a new empty value (as xml) as the last "AbstractQueryExpression" element
|
AbstractQueryExpressionType[] |
getAbstractQueryExpressionArray()
Gets array of all "AbstractQueryExpression" elements
|
AbstractQueryExpressionType |
getAbstractQueryExpressionArray(int i)
Gets ith "AbstractQueryExpression" element
|
BigInteger |
getCount()
Gets the "count" attribute
|
String |
getOutputFormat()
Gets the "outputFormat" attribute
|
ResolveValueType.Enum |
getResolve()
Gets the "resolve" attribute
|
Object |
getResolveDepth()
Gets the "resolveDepth" attribute
|
BigInteger |
getResolveTimeout()
Gets the "resolveTimeout" attribute
|
ResultTypeType.Enum |
getResultType()
Gets the "resultType" attribute
|
BigInteger |
getStartIndex()
Gets the "startIndex" attribute
|
AbstractQueryExpressionType |
insertNewAbstractQueryExpression(int i)
Inserts and returns a new empty value (as xml) as the ith "AbstractQueryExpression" element
|
boolean |
isSetCount()
True if has "count" attribute
|
boolean |
isSetOutputFormat()
True if has "outputFormat" attribute
|
boolean |
isSetResolve()
True if has "resolve" attribute
|
boolean |
isSetResolveDepth()
True if has "resolveDepth" attribute
|
boolean |
isSetResolveTimeout()
True if has "resolveTimeout" attribute
|
boolean |
isSetResultType()
True if has "resultType" attribute
|
boolean |
isSetStartIndex()
True if has "startIndex" attribute
|
void |
removeAbstractQueryExpression(int i)
Removes the ith "AbstractQueryExpression" element
|
void |
setAbstractQueryExpressionArray(AbstractQueryExpressionType[] abstractQueryExpressionArray)
Sets array of all "AbstractQueryExpression" element
|
void |
setAbstractQueryExpressionArray(int i,
AbstractQueryExpressionType abstractQueryExpression)
Sets ith "AbstractQueryExpression" element
|
void |
setCount(BigInteger count)
Sets the "count" attribute
|
void |
setOutputFormat(String outputFormat)
Sets the "outputFormat" attribute
|
void |
setResolve(ResolveValueType.Enum resolve)
Sets the "resolve" attribute
|
void |
setResolveDepth(Object resolveDepth)
Sets the "resolveDepth" attribute
|
void |
setResolveTimeout(BigInteger resolveTimeout)
Sets the "resolveTimeout" attribute
|
void |
setResultType(ResultTypeType.Enum resultType)
Sets the "resultType" attribute
|
void |
setStartIndex(BigInteger startIndex)
Sets the "startIndex" attribute
|
int |
sizeOfAbstractQueryExpressionArray()
Returns number of "AbstractQueryExpression" element
|
void |
unsetCount()
Unsets the "count" attribute
|
void |
unsetOutputFormat()
Unsets the "outputFormat" attribute
|
void |
unsetResolve()
Unsets the "resolve" attribute
|
void |
unsetResolveDepth()
Unsets the "resolveDepth" attribute
|
void |
unsetResolveTimeout()
Unsets the "resolveTimeout" attribute
|
void |
unsetResultType()
Unsets the "resultType" attribute
|
void |
unsetStartIndex()
Unsets the "startIndex" attribute
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetCount()
Gets (as xml) the "count" attribute
|
org.apache.xmlbeans.XmlString |
xgetOutputFormat()
Gets (as xml) the "outputFormat" attribute
|
ResolveValueType |
xgetResolve()
Gets (as xml) the "resolve" attribute
|
PositiveIntegerWithStar |
xgetResolveDepth()
Gets (as xml) the "resolveDepth" attribute
|
org.apache.xmlbeans.XmlPositiveInteger |
xgetResolveTimeout()
Gets (as xml) the "resolveTimeout" attribute
|
ResultTypeType |
xgetResultType()
Gets (as xml) the "resultType" attribute
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetStartIndex()
Gets (as xml) the "startIndex" attribute
|
void |
xsetCount(org.apache.xmlbeans.XmlNonNegativeInteger count)
Sets (as xml) the "count" attribute
|
void |
xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
Sets (as xml) the "outputFormat" attribute
|
void |
xsetResolve(ResolveValueType resolve)
Sets (as xml) the "resolve" attribute
|
void |
xsetResolveDepth(PositiveIntegerWithStar resolveDepth)
Sets (as xml) the "resolveDepth" attribute
|
void |
xsetResolveTimeout(org.apache.xmlbeans.XmlPositiveInteger resolveTimeout)
Sets (as xml) the "resolveTimeout" attribute
|
void |
xsetResultType(ResultTypeType resultType)
Sets (as xml) the "resultType" attribute
|
void |
xsetStartIndex(org.apache.xmlbeans.XmlNonNegativeInteger startIndex)
Sets (as xml) the "startIndex" attribute
|
getHandle, getService, getVersion, isSetHandle, setHandle, setService, setVersion, unsetHandle, xgetHandle, xgetService, xgetVersion, xsetHandle, xsetService, xsetVersionchangeType, 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, xmlTextAbstractQueryExpressionType[] getAbstractQueryExpressionArray()
AbstractQueryExpressionType getAbstractQueryExpressionArray(int i)
int sizeOfAbstractQueryExpressionArray()
void setAbstractQueryExpressionArray(AbstractQueryExpressionType[] abstractQueryExpressionArray)
void setAbstractQueryExpressionArray(int i,
AbstractQueryExpressionType abstractQueryExpression)
AbstractQueryExpressionType insertNewAbstractQueryExpression(int i)
AbstractQueryExpressionType addNewAbstractQueryExpression()
void removeAbstractQueryExpression(int i)
BigInteger getStartIndex()
org.apache.xmlbeans.XmlNonNegativeInteger xgetStartIndex()
boolean isSetStartIndex()
void setStartIndex(BigInteger startIndex)
void xsetStartIndex(org.apache.xmlbeans.XmlNonNegativeInteger startIndex)
void unsetStartIndex()
BigInteger getCount()
org.apache.xmlbeans.XmlNonNegativeInteger xgetCount()
boolean isSetCount()
void setCount(BigInteger count)
void xsetCount(org.apache.xmlbeans.XmlNonNegativeInteger count)
void unsetCount()
ResultTypeType.Enum getResultType()
ResultTypeType xgetResultType()
boolean isSetResultType()
void setResultType(ResultTypeType.Enum resultType)
void xsetResultType(ResultTypeType resultType)
void unsetResultType()
String getOutputFormat()
org.apache.xmlbeans.XmlString xgetOutputFormat()
boolean isSetOutputFormat()
void setOutputFormat(String outputFormat)
void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
void unsetOutputFormat()
ResolveValueType.Enum getResolve()
ResolveValueType xgetResolve()
boolean isSetResolve()
void setResolve(ResolveValueType.Enum resolve)
void xsetResolve(ResolveValueType resolve)
void unsetResolve()
Object getResolveDepth()
PositiveIntegerWithStar xgetResolveDepth()
boolean isSetResolveDepth()
void setResolveDepth(Object resolveDepth)
void xsetResolveDepth(PositiveIntegerWithStar resolveDepth)
void unsetResolveDepth()
BigInteger getResolveTimeout()
org.apache.xmlbeans.XmlPositiveInteger xgetResolveTimeout()
boolean isSetResolveTimeout()
void setResolveTimeout(BigInteger resolveTimeout)
void xsetResolveTimeout(org.apache.xmlbeans.XmlPositiveInteger resolveTimeout)
void unsetResolveTimeout()
Copyright © 2016 52north.org. All rights reserved.