Interface ObservingCapabilityType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ObservingCapabilityTypeImpl
public interface ObservingCapabilityType extends AbstractFeatureType
An XML ObservingCapabilityType(@http://inspire.ec.europa.eu/schemas/ef/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObservingCapabilityType.FactoryA factory class with static methods for creating instances of this type.static interfaceObservingCapabilityType.ObservingTimeAn XML observingTime(@http://inspire.ec.europa.eu/schemas/ef/4.0).static interfaceObservingCapabilityType.OnlineResourceAn XML onlineResource(@http://inspire.ec.europa.eu/schemas/ef/4.0).
-
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 FeaturePropertyTypeaddNewFeatureOfInterest()Appends and returns a new empty "featureOfInterest" elementReferenceTypeaddNewObservedProperty()Appends and returns a new empty "observedProperty" elementObservingCapabilityType.ObservingTimeaddNewObservingTime()Appends and returns a new empty "observingTime" elementObservingCapabilityType.OnlineResourceaddNewOnlineResource()Appends and returns a new empty "onlineResource" elementOMProcessPropertyTypeaddNewProcedure()Appends and returns a new empty "procedure" elementReferenceTypeaddNewProcessType()Appends and returns a new empty "processType" elementReferenceTypeaddNewResultNature()Appends and returns a new empty "resultNature" elementFeaturePropertyTypegetFeatureOfInterest()Gets the "featureOfInterest" elementReferenceTypegetObservedProperty()Gets the "observedProperty" elementObservingCapabilityType.ObservingTimegetObservingTime()Gets the "observingTime" elementObservingCapabilityType.OnlineResourcegetOnlineResource()Gets the "onlineResource" elementOMProcessPropertyTypegetProcedure()Gets the "procedure" elementReferenceTypegetProcessType()Gets the "processType" elementReferenceTypegetResultNature()Gets the "resultNature" elementbooleanisNilFeatureOfInterest()Tests for nil "featureOfInterest" elementbooleanisNilObservingTime()Tests for nil "observingTime" elementbooleanisNilOnlineResource()Tests for nil "onlineResource" elementbooleanisNilProcessType()Tests for nil "processType" elementbooleanisNilResultNature()Tests for nil "resultNature" elementbooleanisSetFeatureOfInterest()True if has "featureOfInterest" elementbooleanisSetOnlineResource()True if has "onlineResource" elementvoidsetFeatureOfInterest(FeaturePropertyType featureOfInterest)Sets the "featureOfInterest" elementvoidsetNilFeatureOfInterest()Nils the "featureOfInterest" elementvoidsetNilObservingTime()Nils the "observingTime" elementvoidsetNilOnlineResource()Nils the "onlineResource" elementvoidsetNilProcessType()Nils the "processType" elementvoidsetNilResultNature()Nils the "resultNature" elementvoidsetObservedProperty(ReferenceType observedProperty)Sets the "observedProperty" elementvoidsetObservingTime(ObservingCapabilityType.ObservingTime observingTime)Sets the "observingTime" elementvoidsetOnlineResource(ObservingCapabilityType.OnlineResource onlineResource)Sets the "onlineResource" elementvoidsetProcedure(OMProcessPropertyType procedure)Sets the "procedure" elementvoidsetProcessType(ReferenceType processType)Sets the "processType" elementvoidsetResultNature(ReferenceType resultNature)Sets the "resultNature" elementvoidunsetFeatureOfInterest()Unsets the "featureOfInterest" elementvoidunsetOnlineResource()Unsets the "onlineResource" 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
-
getObservingTime
ObservingCapabilityType.ObservingTime getObservingTime()
Gets the "observingTime" element
-
isNilObservingTime
boolean isNilObservingTime()
Tests for nil "observingTime" element
-
setObservingTime
void setObservingTime(ObservingCapabilityType.ObservingTime observingTime)
Sets the "observingTime" element
-
addNewObservingTime
ObservingCapabilityType.ObservingTime addNewObservingTime()
Appends and returns a new empty "observingTime" element
-
setNilObservingTime
void setNilObservingTime()
Nils the "observingTime" element
-
getProcessType
ReferenceType getProcessType()
Gets the "processType" element
-
isNilProcessType
boolean isNilProcessType()
Tests for nil "processType" element
-
setProcessType
void setProcessType(ReferenceType processType)
Sets the "processType" element
-
addNewProcessType
ReferenceType addNewProcessType()
Appends and returns a new empty "processType" element
-
setNilProcessType
void setNilProcessType()
Nils the "processType" element
-
getResultNature
ReferenceType getResultNature()
Gets the "resultNature" element
-
isNilResultNature
boolean isNilResultNature()
Tests for nil "resultNature" element
-
setResultNature
void setResultNature(ReferenceType resultNature)
Sets the "resultNature" element
-
addNewResultNature
ReferenceType addNewResultNature()
Appends and returns a new empty "resultNature" element
-
setNilResultNature
void setNilResultNature()
Nils the "resultNature" element
-
getOnlineResource
ObservingCapabilityType.OnlineResource getOnlineResource()
Gets the "onlineResource" element
-
isNilOnlineResource
boolean isNilOnlineResource()
Tests for nil "onlineResource" element
-
isSetOnlineResource
boolean isSetOnlineResource()
True if has "onlineResource" element
-
setOnlineResource
void setOnlineResource(ObservingCapabilityType.OnlineResource onlineResource)
Sets the "onlineResource" element
-
addNewOnlineResource
ObservingCapabilityType.OnlineResource addNewOnlineResource()
Appends and returns a new empty "onlineResource" element
-
setNilOnlineResource
void setNilOnlineResource()
Nils the "onlineResource" element
-
unsetOnlineResource
void unsetOnlineResource()
Unsets the "onlineResource" element
-
getProcedure
OMProcessPropertyType getProcedure()
Gets the "procedure" element
-
setProcedure
void setProcedure(OMProcessPropertyType procedure)
Sets the "procedure" element
-
addNewProcedure
OMProcessPropertyType addNewProcedure()
Appends and returns a new empty "procedure" element
-
getFeatureOfInterest
FeaturePropertyType getFeatureOfInterest()
Gets the "featureOfInterest" element
-
isNilFeatureOfInterest
boolean isNilFeatureOfInterest()
Tests for nil "featureOfInterest" element
-
isSetFeatureOfInterest
boolean isSetFeatureOfInterest()
True if has "featureOfInterest" element
-
setFeatureOfInterest
void setFeatureOfInterest(FeaturePropertyType featureOfInterest)
Sets the "featureOfInterest" element
-
addNewFeatureOfInterest
FeaturePropertyType addNewFeatureOfInterest()
Appends and returns a new empty "featureOfInterest" element
-
setNilFeatureOfInterest
void setNilFeatureOfInterest()
Nils the "featureOfInterest" element
-
unsetFeatureOfInterest
void unsetFeatureOfInterest()
Unsets the "featureOfInterest" element
-
getObservedProperty
ReferenceType getObservedProperty()
Gets the "observedProperty" element
-
setObservedProperty
void setObservedProperty(ReferenceType observedProperty)
Sets the "observedProperty" element
-
addNewObservedProperty
ReferenceType addNewObservedProperty()
Appends and returns a new empty "observedProperty" element
-
-