public interface DescribeFeatureTypeType extends BaseRequestType
| Modifier and Type | Interface and Description |
|---|---|
static class |
DescribeFeatureTypeType.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 |
|---|---|
org.apache.xmlbeans.XmlQName |
addNewTypeName()
Appends and returns a new empty value (as xml) as the last "TypeName" element
|
void |
addTypeName(QName typeName)
Appends the value as the last "TypeName" element
|
String |
getOutputFormat()
Gets the "outputFormat" attribute
|
QName[] |
getTypeNameArray()
Gets array of all "TypeName" elements
|
QName |
getTypeNameArray(int i)
Gets ith "TypeName" element
|
org.apache.xmlbeans.XmlQName |
insertNewTypeName(int i)
Inserts and returns a new empty value (as xml) as the ith "TypeName" element
|
void |
insertTypeName(int i,
QName typeName)
Inserts the value as the ith "TypeName" element
|
boolean |
isSetOutputFormat()
True if has "outputFormat" attribute
|
void |
removeTypeName(int i)
Removes the ith "TypeName" element
|
void |
setOutputFormat(String outputFormat)
Sets the "outputFormat" attribute
|
void |
setTypeNameArray(int i,
QName typeName)
Sets ith "TypeName" element
|
void |
setTypeNameArray(QName[] typeNameArray)
Sets array of all "TypeName" element
|
int |
sizeOfTypeNameArray()
Returns number of "TypeName" element
|
void |
unsetOutputFormat()
Unsets the "outputFormat" attribute
|
org.apache.xmlbeans.XmlString |
xgetOutputFormat()
Gets (as xml) the "outputFormat" attribute
|
org.apache.xmlbeans.XmlQName[] |
xgetTypeNameArray()
Gets (as xml) array of all "TypeName" elements
|
org.apache.xmlbeans.XmlQName |
xgetTypeNameArray(int i)
Gets (as xml) ith "TypeName" element
|
void |
xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
Sets (as xml) the "outputFormat" attribute
|
void |
xsetTypeNameArray(int i,
org.apache.xmlbeans.XmlQName typeName)
Sets (as xml) ith "TypeName" element
|
void |
xsetTypeNameArray(org.apache.xmlbeans.XmlQName[] typeNameArray)
Sets (as xml) array of all "TypeName" element
|
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, xmlTextQName[] getTypeNameArray()
QName getTypeNameArray(int i)
org.apache.xmlbeans.XmlQName[] xgetTypeNameArray()
org.apache.xmlbeans.XmlQName xgetTypeNameArray(int i)
int sizeOfTypeNameArray()
void setTypeNameArray(QName[] typeNameArray)
void setTypeNameArray(int i,
QName typeName)
void xsetTypeNameArray(org.apache.xmlbeans.XmlQName[] typeNameArray)
void xsetTypeNameArray(int i,
org.apache.xmlbeans.XmlQName typeName)
void insertTypeName(int i,
QName typeName)
void addTypeName(QName typeName)
org.apache.xmlbeans.XmlQName insertNewTypeName(int i)
org.apache.xmlbeans.XmlQName addNewTypeName()
void removeTypeName(int i)
String getOutputFormat()
org.apache.xmlbeans.XmlString xgetOutputFormat()
boolean isSetOutputFormat()
void setOutputFormat(String outputFormat)
void xsetOutputFormat(org.apache.xmlbeans.XmlString outputFormat)
void unsetOutputFormat()
Copyright © 2016 52north.org. All rights reserved.