public interface FeatureTypeType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
FeatureTypeType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
FeatureTypeType.NoCRS
An XML NoCRS(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
AbstractDocument.Abstract |
addNewAbstract()
Appends and returns a new empty value (as xml) as the last "Abstract" element
|
ExtendedDescriptionType |
addNewExtendedDescription()
Appends and returns a new empty "ExtendedDescription" element
|
KeywordsType |
addNewKeywords()
Appends and returns a new empty value (as xml) as the last "Keywords" element
|
MetadataURLType |
addNewMetadataURL()
Appends and returns a new empty value (as xml) as the last "MetadataURL" element
|
FeatureTypeType.NoCRS |
addNewNoCRS()
Appends and returns a new empty "NoCRS" element
|
org.apache.xmlbeans.XmlAnyURI |
addNewOtherCRS()
Appends and returns a new empty value (as xml) as the last "OtherCRS" element
|
OutputFormatListType |
addNewOutputFormats()
Appends and returns a new empty "OutputFormats" element
|
TitleDocument.Title |
addNewTitle()
Appends and returns a new empty value (as xml) as the last "Title" element
|
WGS84BoundingBoxType |
addNewWGS84BoundingBox()
Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" element
|
void |
addOtherCRS(String otherCRS)
Appends the value as the last "OtherCRS" element
|
AbstractDocument.Abstract[] |
getAbstractArray()
Gets array of all "Abstract" elements
|
AbstractDocument.Abstract |
getAbstractArray(int i)
Gets ith "Abstract" element
|
String |
getDefaultCRS()
Gets the "DefaultCRS" element
|
ExtendedDescriptionType |
getExtendedDescription()
Gets the "ExtendedDescription" element
|
KeywordsType[] |
getKeywordsArray()
Gets array of all "Keywords" elements
|
KeywordsType |
getKeywordsArray(int i)
Gets ith "Keywords" element
|
MetadataURLType[] |
getMetadataURLArray()
Gets array of all "MetadataURL" elements
|
MetadataURLType |
getMetadataURLArray(int i)
Gets ith "MetadataURL" element
|
QName |
getName()
Gets the "Name" element
|
FeatureTypeType.NoCRS |
getNoCRS()
Gets the "NoCRS" element
|
String[] |
getOtherCRSArray()
Gets array of all "OtherCRS" elements
|
String |
getOtherCRSArray(int i)
Gets ith "OtherCRS" element
|
OutputFormatListType |
getOutputFormats()
Gets the "OutputFormats" element
|
TitleDocument.Title[] |
getTitleArray()
Gets array of all "Title" elements
|
TitleDocument.Title |
getTitleArray(int i)
Gets ith "Title" element
|
WGS84BoundingBoxType[] |
getWGS84BoundingBoxArray()
Gets array of all "WGS84BoundingBox" elements
|
WGS84BoundingBoxType |
getWGS84BoundingBoxArray(int i)
Gets ith "WGS84BoundingBox" element
|
AbstractDocument.Abstract |
insertNewAbstract(int i)
Inserts and returns a new empty value (as xml) as the ith "Abstract" element
|
KeywordsType |
insertNewKeywords(int i)
Inserts and returns a new empty value (as xml) as the ith "Keywords" element
|
MetadataURLType |
insertNewMetadataURL(int i)
Inserts and returns a new empty value (as xml) as the ith "MetadataURL" element
|
org.apache.xmlbeans.XmlAnyURI |
insertNewOtherCRS(int i)
Inserts and returns a new empty value (as xml) as the ith "OtherCRS" element
|
TitleDocument.Title |
insertNewTitle(int i)
Inserts and returns a new empty value (as xml) as the ith "Title" element
|
WGS84BoundingBoxType |
insertNewWGS84BoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" element
|
void |
insertOtherCRS(int i,
String otherCRS)
Inserts the value as the ith "OtherCRS" element
|
boolean |
isSetDefaultCRS()
True if has "DefaultCRS" element
|
boolean |
isSetExtendedDescription()
True if has "ExtendedDescription" element
|
boolean |
isSetNoCRS()
True if has "NoCRS" element
|
boolean |
isSetOutputFormats()
True if has "OutputFormats" element
|
void |
removeAbstract(int i)
Removes the ith "Abstract" element
|
void |
removeKeywords(int i)
Removes the ith "Keywords" element
|
void |
removeMetadataURL(int i)
Removes the ith "MetadataURL" element
|
void |
removeOtherCRS(int i)
Removes the ith "OtherCRS" element
|
void |
removeTitle(int i)
Removes the ith "Title" element
|
void |
removeWGS84BoundingBox(int i)
Removes the ith "WGS84BoundingBox" element
|
void |
setAbstractArray(AbstractDocument.Abstract[] xabstractArray)
Sets array of all "Abstract" element
|
void |
setAbstractArray(int i,
AbstractDocument.Abstract xabstract)
Sets ith "Abstract" element
|
void |
setDefaultCRS(String defaultCRS)
Sets the "DefaultCRS" element
|
void |
setExtendedDescription(ExtendedDescriptionType extendedDescription)
Sets the "ExtendedDescription" element
|
void |
setKeywordsArray(int i,
KeywordsType keywords)
Sets ith "Keywords" element
|
void |
setKeywordsArray(KeywordsType[] keywordsArray)
Sets array of all "Keywords" element
|
void |
setMetadataURLArray(int i,
MetadataURLType metadataURL)
Sets ith "MetadataURL" element
|
void |
setMetadataURLArray(MetadataURLType[] metadataURLArray)
Sets array of all "MetadataURL" element
|
void |
setName(QName name)
Sets the "Name" element
|
void |
setNoCRS(FeatureTypeType.NoCRS noCRS)
Sets the "NoCRS" element
|
void |
setOtherCRSArray(int i,
String otherCRS)
Sets ith "OtherCRS" element
|
void |
setOtherCRSArray(String[] otherCRSArray)
Sets array of all "OtherCRS" element
|
void |
setOutputFormats(OutputFormatListType outputFormats)
Sets the "OutputFormats" element
|
void |
setTitleArray(int i,
TitleDocument.Title title)
Sets ith "Title" element
|
void |
setTitleArray(TitleDocument.Title[] titleArray)
Sets array of all "Title" element
|
void |
setWGS84BoundingBoxArray(int i,
WGS84BoundingBoxType wgs84BoundingBox)
Sets ith "WGS84BoundingBox" element
|
void |
setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
Sets array of all "WGS84BoundingBox" element
|
int |
sizeOfAbstractArray()
Returns number of "Abstract" element
|
int |
sizeOfKeywordsArray()
Returns number of "Keywords" element
|
int |
sizeOfMetadataURLArray()
Returns number of "MetadataURL" element
|
int |
sizeOfOtherCRSArray()
Returns number of "OtherCRS" element
|
int |
sizeOfTitleArray()
Returns number of "Title" element
|
int |
sizeOfWGS84BoundingBoxArray()
Returns number of "WGS84BoundingBox" element
|
void |
unsetDefaultCRS()
Unsets the "DefaultCRS" element
|
void |
unsetExtendedDescription()
Unsets the "ExtendedDescription" element
|
void |
unsetNoCRS()
Unsets the "NoCRS" element
|
void |
unsetOutputFormats()
Unsets the "OutputFormats" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetDefaultCRS()
Gets (as xml) the "DefaultCRS" element
|
org.apache.xmlbeans.XmlQName |
xgetName()
Gets (as xml) the "Name" element
|
org.apache.xmlbeans.XmlAnyURI[] |
xgetOtherCRSArray()
Gets (as xml) array of all "OtherCRS" elements
|
org.apache.xmlbeans.XmlAnyURI |
xgetOtherCRSArray(int i)
Gets (as xml) ith "OtherCRS" element
|
void |
xsetDefaultCRS(org.apache.xmlbeans.XmlAnyURI defaultCRS)
Sets (as xml) the "DefaultCRS" element
|
void |
xsetName(org.apache.xmlbeans.XmlQName name)
Sets (as xml) the "Name" element
|
void |
xsetOtherCRSArray(int i,
org.apache.xmlbeans.XmlAnyURI otherCRS)
Sets (as xml) ith "OtherCRS" element
|
void |
xsetOtherCRSArray(org.apache.xmlbeans.XmlAnyURI[] otherCRSArray)
Sets (as xml) array of all "OtherCRS" 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, xmlTextQName getName()
org.apache.xmlbeans.XmlQName xgetName()
void setName(QName name)
void xsetName(org.apache.xmlbeans.XmlQName name)
TitleDocument.Title[] getTitleArray()
TitleDocument.Title getTitleArray(int i)
int sizeOfTitleArray()
void setTitleArray(TitleDocument.Title[] titleArray)
void setTitleArray(int i,
TitleDocument.Title title)
TitleDocument.Title insertNewTitle(int i)
TitleDocument.Title addNewTitle()
void removeTitle(int i)
AbstractDocument.Abstract[] getAbstractArray()
AbstractDocument.Abstract getAbstractArray(int i)
int sizeOfAbstractArray()
void setAbstractArray(AbstractDocument.Abstract[] xabstractArray)
void setAbstractArray(int i,
AbstractDocument.Abstract xabstract)
AbstractDocument.Abstract insertNewAbstract(int i)
AbstractDocument.Abstract addNewAbstract()
void removeAbstract(int i)
KeywordsType[] getKeywordsArray()
KeywordsType getKeywordsArray(int i)
int sizeOfKeywordsArray()
void setKeywordsArray(KeywordsType[] keywordsArray)
void setKeywordsArray(int i,
KeywordsType keywords)
KeywordsType insertNewKeywords(int i)
KeywordsType addNewKeywords()
void removeKeywords(int i)
String getDefaultCRS()
org.apache.xmlbeans.XmlAnyURI xgetDefaultCRS()
boolean isSetDefaultCRS()
void setDefaultCRS(String defaultCRS)
void xsetDefaultCRS(org.apache.xmlbeans.XmlAnyURI defaultCRS)
void unsetDefaultCRS()
String[] getOtherCRSArray()
String getOtherCRSArray(int i)
org.apache.xmlbeans.XmlAnyURI[] xgetOtherCRSArray()
org.apache.xmlbeans.XmlAnyURI xgetOtherCRSArray(int i)
int sizeOfOtherCRSArray()
void setOtherCRSArray(String[] otherCRSArray)
void setOtherCRSArray(int i,
String otherCRS)
void xsetOtherCRSArray(org.apache.xmlbeans.XmlAnyURI[] otherCRSArray)
void xsetOtherCRSArray(int i,
org.apache.xmlbeans.XmlAnyURI otherCRS)
void insertOtherCRS(int i,
String otherCRS)
void addOtherCRS(String otherCRS)
org.apache.xmlbeans.XmlAnyURI insertNewOtherCRS(int i)
org.apache.xmlbeans.XmlAnyURI addNewOtherCRS()
void removeOtherCRS(int i)
FeatureTypeType.NoCRS getNoCRS()
boolean isSetNoCRS()
void setNoCRS(FeatureTypeType.NoCRS noCRS)
FeatureTypeType.NoCRS addNewNoCRS()
void unsetNoCRS()
OutputFormatListType getOutputFormats()
boolean isSetOutputFormats()
void setOutputFormats(OutputFormatListType outputFormats)
OutputFormatListType addNewOutputFormats()
void unsetOutputFormats()
WGS84BoundingBoxType[] getWGS84BoundingBoxArray()
WGS84BoundingBoxType getWGS84BoundingBoxArray(int i)
int sizeOfWGS84BoundingBoxArray()
void setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
void setWGS84BoundingBoxArray(int i,
WGS84BoundingBoxType wgs84BoundingBox)
WGS84BoundingBoxType insertNewWGS84BoundingBox(int i)
WGS84BoundingBoxType addNewWGS84BoundingBox()
void removeWGS84BoundingBox(int i)
MetadataURLType[] getMetadataURLArray()
MetadataURLType getMetadataURLArray(int i)
int sizeOfMetadataURLArray()
void setMetadataURLArray(MetadataURLType[] metadataURLArray)
void setMetadataURLArray(int i,
MetadataURLType metadataURL)
MetadataURLType insertNewMetadataURL(int i)
MetadataURLType addNewMetadataURL()
void removeMetadataURL(int i)
ExtendedDescriptionType getExtendedDescription()
boolean isSetExtendedDescription()
void setExtendedDescription(ExtendedDescriptionType extendedDescription)
ExtendedDescriptionType addNewExtendedDescription()
void unsetExtendedDescription()
Copyright © 2016 52north.org. All rights reserved.