Package net.opengis.gml.x32
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/3.2). 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 ResultTypeaddNewResultOf()Appends and returns a new empty "resultOf" elementTargetPropertyTypeaddNewTarget()Appends and returns a new empty "target" elementProcedurePropertyTypeaddNewUsing()Appends and returns a new empty "using" elementTimePrimitivePropertyTypeaddNewValidTime()Appends and returns a new empty "validTime" elementResultTypegetResultOf()Gets the "resultOf" elementTargetPropertyTypegetTarget()Gets the "target" elementProcedurePropertyTypegetUsing()Gets the "using" elementTimePrimitivePropertyTypegetValidTime()Gets the "validTime" elementbooleanisSetTarget()True if has "target" elementbooleanisSetUsing()True if has "using" elementvoidsetResultOf(ResultType resultOf)Sets the "resultOf" elementvoidsetTarget(TargetPropertyType target)Sets the "target" elementvoidsetUsing(ProcedurePropertyType 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.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
-
setValidTime
void setValidTime(TimePrimitivePropertyType validTime)
Sets the "validTime" element
-
addNewValidTime
TimePrimitivePropertyType addNewValidTime()
Appends and returns a new empty "validTime" element
-
getUsing
ProcedurePropertyType getUsing()
Gets the "using" element
-
isSetUsing
boolean isSetUsing()
True if has "using" element
-
setUsing
void setUsing(ProcedurePropertyType using)
Sets the "using" element
-
addNewUsing
ProcedurePropertyType 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
ResultType getResultOf()
Gets the "resultOf" element
-
setResultOf
void setResultOf(ResultType resultOf)
Sets the "resultOf" element
-
addNewResultOf
ResultType addNewResultOf()
Appends and returns a new empty "resultOf" element
-
-