Package net.opengis.gml.x32
Interface DynamicFeatureType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
DynamicFeatureCollectionType
- All Known Implementing Classes:
DynamicFeatureCollectionTypeImpl,DynamicFeatureTypeImpl
public interface DynamicFeatureType extends AbstractFeatureType
An XML DynamicFeatureType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDynamicFeatureType.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 StringOrRefTypeaddNewDataSource()Appends and returns a new empty "dataSource" elementReferenceTypeaddNewDataSourceReference()Appends and returns a new empty "dataSourceReference" elementHistoryPropertyTypeaddNewHistory()Appends and returns a new empty "history" elementTimePrimitivePropertyTypeaddNewValidTime()Appends and returns a new empty "validTime" elementStringOrRefTypegetDataSource()Gets the "dataSource" elementReferenceTypegetDataSourceReference()Gets the "dataSourceReference" elementHistoryPropertyTypegetHistory()Gets the "history" elementTimePrimitivePropertyTypegetValidTime()Gets the "validTime" elementbooleanisSetDataSource()True if has "dataSource" elementbooleanisSetDataSourceReference()True if has "dataSourceReference" elementbooleanisSetHistory()True if has "history" elementbooleanisSetValidTime()True if has "validTime" elementvoidsetDataSource(StringOrRefType dataSource)Sets the "dataSource" elementvoidsetDataSourceReference(ReferenceType dataSourceReference)Sets the "dataSourceReference" elementvoidsetHistory(HistoryPropertyType history)Sets the "history" elementvoidsetValidTime(TimePrimitivePropertyType validTime)Sets the "validTime" elementvoidunsetDataSource()Unsets the "dataSource" elementvoidunsetDataSourceReference()Unsets the "dataSourceReference" elementvoidunsetHistory()Unsets the "history" elementvoidunsetValidTime()Unsets the "validTime" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
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
-
getValidTime
TimePrimitivePropertyType getValidTime()
Gets the "validTime" element
-
isSetValidTime
boolean isSetValidTime()
True if has "validTime" element
-
setValidTime
void setValidTime(TimePrimitivePropertyType validTime)
Sets the "validTime" element
-
addNewValidTime
TimePrimitivePropertyType addNewValidTime()
Appends and returns a new empty "validTime" element
-
unsetValidTime
void unsetValidTime()
Unsets the "validTime" element
-
getHistory
HistoryPropertyType getHistory()
Gets the "history" element
-
isSetHistory
boolean isSetHistory()
True if has "history" element
-
setHistory
void setHistory(HistoryPropertyType history)
Sets the "history" element
-
addNewHistory
HistoryPropertyType addNewHistory()
Appends and returns a new empty "history" element
-
unsetHistory
void unsetHistory()
Unsets the "history" element
-
getDataSource
StringOrRefType getDataSource()
Gets the "dataSource" element
-
isSetDataSource
boolean isSetDataSource()
True if has "dataSource" element
-
setDataSource
void setDataSource(StringOrRefType dataSource)
Sets the "dataSource" element
-
addNewDataSource
StringOrRefType addNewDataSource()
Appends and returns a new empty "dataSource" element
-
unsetDataSource
void unsetDataSource()
Unsets the "dataSource" element
-
getDataSourceReference
ReferenceType getDataSourceReference()
Gets the "dataSourceReference" element
-
isSetDataSourceReference
boolean isSetDataSourceReference()
True if has "dataSourceReference" element
-
setDataSourceReference
void setDataSourceReference(ReferenceType dataSourceReference)
Sets the "dataSourceReference" element
-
addNewDataSourceReference
ReferenceType addNewDataSourceReference()
Appends and returns a new empty "dataSourceReference" element
-
unsetDataSourceReference
void unsetDataSourceReference()
Unsets the "dataSourceReference" element
-
-