Package net.opengis.sos.x10
Interface DescribeFeatureTypeDocument.DescribeFeatureType
-
- All Superinterfaces:
RequestBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DescribeFeatureTypeDocumentImpl.DescribeFeatureTypeImpl
- Enclosing interface:
- DescribeFeatureTypeDocument
public static interface DescribeFeatureTypeDocument.DescribeFeatureType extends RequestBaseType
An XML DescribeFeatureType(@http://www.opengis.net/sos/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDescribeFeatureTypeDocument.DescribeFeatureType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeatureId()Gets the "FeatureId" elementvoidsetFeatureId(String featureId)Sets the "FeatureId" elementorg.apache.xmlbeans.XmlAnyURIxgetFeatureId()Gets (as xml) the "FeatureId" elementvoidxsetFeatureId(org.apache.xmlbeans.XmlAnyURI featureId)Sets (as xml) the "FeatureId" element-
Methods inherited from interface net.opengis.sos.x10.RequestBaseType
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, 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
-
-
-
-
Method Detail
-
getFeatureId
String getFeatureId()
Gets the "FeatureId" element
-
xgetFeatureId
org.apache.xmlbeans.XmlAnyURI xgetFeatureId()
Gets (as xml) the "FeatureId" element
-
setFeatureId
void setFeatureId(String featureId)
Sets the "FeatureId" element
-
xsetFeatureId
void xsetFeatureId(org.apache.xmlbeans.XmlAnyURI featureId)
Sets (as xml) the "FeatureId" element
-
-