public interface FeatureTypeListType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
FeatureTypeListType.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 |
|---|---|
FeatureTypeType |
addNewFeatureType()
Appends and returns a new empty value (as xml) as the last "FeatureType" element
|
FeatureTypeType[] |
getFeatureTypeArray()
Gets array of all "FeatureType" elements
|
FeatureTypeType |
getFeatureTypeArray(int i)
Gets ith "FeatureType" element
|
FeatureTypeType |
insertNewFeatureType(int i)
Inserts and returns a new empty value (as xml) as the ith "FeatureType" element
|
void |
removeFeatureType(int i)
Removes the ith "FeatureType" element
|
void |
setFeatureTypeArray(FeatureTypeType[] featureTypeArray)
Sets array of all "FeatureType" element
|
void |
setFeatureTypeArray(int i,
FeatureTypeType featureType)
Sets ith "FeatureType" element
|
int |
sizeOfFeatureTypeArray()
Returns number of "FeatureType" element
|
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, xmlTextFeatureTypeType[] getFeatureTypeArray()
FeatureTypeType getFeatureTypeArray(int i)
int sizeOfFeatureTypeArray()
void setFeatureTypeArray(FeatureTypeType[] featureTypeArray)
void setFeatureTypeArray(int i,
FeatureTypeType featureType)
FeatureTypeType insertNewFeatureType(int i)
FeatureTypeType addNewFeatureType()
void removeFeatureType(int i)
Copyright © 2016 52north.org. All rights reserved.