Package net.opengis.gml
Interface ObservationType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
DirectedObservationAtDistanceType,DirectedObservationType
- All Known Implementing Classes:
DirectedObservationAtDistanceTypeImpl,DirectedObservationTypeImpl,ObservationTypeImpl
public interface ObservationType extends AbstractFeatureType
An XML ObservationType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObservationType.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 AssociationTypeaddNewResultOf()Appends and returns a new empty "resultOf" elementTargetPropertyTypeaddNewTarget()Appends and returns a new empty "target" elementFeaturePropertyTypeaddNewUsing()Appends and returns a new empty "using" elementTimePrimitivePropertyTypeaddNewValidTime()Appends and returns a new empty "validTime" elementAssociationTypegetResultOf()Gets the "resultOf" elementTargetPropertyTypegetTarget()Gets the "target" elementFeaturePropertyTypegetUsing()Gets the "using" elementTimePrimitivePropertyTypegetValidTime()Gets the "validTime" elementbooleanisSetTarget()True if has "target" elementbooleanisSetUsing()True if has "using" elementvoidsetResultOf(AssociationType resultOf)Sets the "resultOf" elementvoidsetTarget(TargetPropertyType target)Sets the "target" elementvoidsetUsing(FeaturePropertyType using)Sets the "using" elementvoidsetValidTime(TimePrimitivePropertyType validTime)Sets the "validTime" elementvoidunsetTarget()Unsets the "target" elementvoidunsetUsing()Unsets the "using" element-
Methods inherited from interface net.opengis.gml.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, 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
-
setValidTime
void setValidTime(TimePrimitivePropertyType validTime)
Sets the "validTime" element
-
addNewValidTime
TimePrimitivePropertyType addNewValidTime()
Appends and returns a new empty "validTime" element
-
getUsing
FeaturePropertyType getUsing()
Gets the "using" element
-
isSetUsing
boolean isSetUsing()
True if has "using" element
-
setUsing
void setUsing(FeaturePropertyType using)
Sets the "using" element
-
addNewUsing
FeaturePropertyType addNewUsing()
Appends and returns a new empty "using" element
-
unsetUsing
void unsetUsing()
Unsets the "using" element
-
getTarget
TargetPropertyType getTarget()
Gets the "target" element
-
isSetTarget
boolean isSetTarget()
True if has "target" element
-
setTarget
void setTarget(TargetPropertyType target)
Sets the "target" element
-
addNewTarget
TargetPropertyType addNewTarget()
Appends and returns a new empty "target" element
-
unsetTarget
void unsetTarget()
Unsets the "target" element
-
getResultOf
AssociationType getResultOf()
Gets the "resultOf" element
-
setResultOf
void setResultOf(AssociationType resultOf)
Sets the "resultOf" element
-
addNewResultOf
AssociationType addNewResultOf()
Appends and returns a new empty "resultOf" element
-
-