Package net.opengis.om.x20.impl
Class OMObservationTypeImpl
- java.lang.Object
-
- org.apache.xmlbeans.impl.values.XmlObjectBase
-
- org.apache.xmlbeans.impl.values.XmlComplexContentImpl
-
- net.opengis.gml.x32.impl.AbstractGMLTypeImpl
-
- net.opengis.gml.x32.impl.AbstractFeatureTypeImpl
-
- net.opengis.om.x20.impl.OMObservationTypeImpl
-
- All Implemented Interfaces:
Serializable,AbstractFeatureType,AbstractGMLType,OMObservationType,org.apache.xmlbeans.impl.values.TypeStoreUser,org.apache.xmlbeans.SimpleValue,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
public class OMObservationTypeImpl extends AbstractFeatureTypeImpl implements OMObservationType
An XML OM_ObservationType(@http://www.opengis.net/om/2.0). This is a complex type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractFeatureType
AbstractFeatureType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.gml.x32.AbstractGMLType
AbstractGMLType.Factory
-
Nested classes/interfaces inherited from interface net.opengis.om.x20.OMObservationType
OMObservationType.Factory
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, KIND_SETTERHELPER_ARRAYITEM, KIND_SETTERHELPER_SINGLETON, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
-
Fields inherited from interface net.opengis.gml.x32.AbstractFeatureType
type
-
Fields inherited from interface net.opengis.gml.x32.AbstractGMLType
type
-
Fields inherited from interface net.opengis.om.x20.OMObservationType
type
-
-
Constructor Summary
Constructors Constructor Description OMObservationTypeImpl(org.apache.xmlbeans.SchemaType sType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeaturePropertyTypeaddNewFeatureOfInterest()Appends and returns a new empty "featureOfInterest" elementMDMetadataPropertyTypeaddNewMetadata()Appends and returns a new empty "metadata" elementReferenceTypeaddNewObservedProperty()Appends and returns a new empty "observedProperty" elementNamedValuePropertyTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementTimeObjectPropertyTypeaddNewPhenomenonTime()Appends and returns a new empty "phenomenonTime" elementOMProcessPropertyTypeaddNewProcedure()Appends and returns a new empty "procedure" elementObservationContextPropertyTypeaddNewRelatedObservation()Appends and returns a new empty value (as xml) as the last "relatedObservation" elementorg.apache.xmlbeans.XmlObjectaddNewResult()Appends and returns a new empty "result" elementDQElementPropertyTypeaddNewResultQuality()Appends and returns a new empty value (as xml) as the last "resultQuality" elementTimeInstantPropertyTypeaddNewResultTime()Appends and returns a new empty "resultTime" elementReferenceTypeaddNewType()Appends and returns a new empty "type" elementTimePeriodPropertyTypeaddNewValidTime()Appends and returns a new empty "validTime" elementFeaturePropertyTypegetFeatureOfInterest()Gets the "featureOfInterest" elementMDMetadataPropertyTypegetMetadata()Gets the "metadata" elementReferenceTypegetObservedProperty()Gets the "observedProperty" elementNamedValuePropertyType[]getParameterArray()Gets array of all "parameter" elementsNamedValuePropertyTypegetParameterArray(int i)Gets ith "parameter" elementTimeObjectPropertyTypegetPhenomenonTime()Gets the "phenomenonTime" elementOMProcessPropertyTypegetProcedure()Gets the "procedure" elementObservationContextPropertyType[]getRelatedObservationArray()Gets array of all "relatedObservation" elementsObservationContextPropertyTypegetRelatedObservationArray(int i)Gets ith "relatedObservation" elementorg.apache.xmlbeans.XmlObjectgetResult()Gets the "result" elementDQElementPropertyType[]getResultQualityArray()Gets array of all "resultQuality" elementsDQElementPropertyTypegetResultQualityArray(int i)Gets ith "resultQuality" elementTimeInstantPropertyTypegetResultTime()Gets the "resultTime" elementReferenceTypegetType()Gets the "type" elementTimePeriodPropertyTypegetValidTime()Gets the "validTime" elementNamedValuePropertyTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementObservationContextPropertyTypeinsertNewRelatedObservation(int i)Inserts and returns a new empty value (as xml) as the ith "relatedObservation" elementDQElementPropertyTypeinsertNewResultQuality(int i)Inserts and returns a new empty value (as xml) as the ith "resultQuality" elementbooleanisNilFeatureOfInterest()Tests for nil "featureOfInterest" elementbooleanisNilObservedProperty()Tests for nil "observedProperty" elementbooleanisNilProcedure()Tests for nil "procedure" elementbooleanisSetMetadata()True if has "metadata" elementbooleanisSetType()True if has "type" elementbooleanisSetValidTime()True if has "validTime" elementvoidremoveParameter(int i)Removes the ith "parameter" elementvoidremoveRelatedObservation(int i)Removes the ith "relatedObservation" elementvoidremoveResultQuality(int i)Removes the ith "resultQuality" elementvoidsetFeatureOfInterest(FeaturePropertyType featureOfInterest)Sets the "featureOfInterest" elementvoidsetMetadata(MDMetadataPropertyType metadata)Sets the "metadata" elementvoidsetNilFeatureOfInterest()Nils the "featureOfInterest" elementvoidsetNilObservedProperty()Nils the "observedProperty" elementvoidsetNilProcedure()Nils the "procedure" elementvoidsetObservedProperty(ReferenceType observedProperty)Sets the "observedProperty" elementvoidsetParameterArray(int i, NamedValuePropertyType parameter)Sets ith "parameter" elementvoidsetParameterArray(NamedValuePropertyType[] parameterArray)Sets array of all "parameter" elementvoidsetPhenomenonTime(TimeObjectPropertyType phenomenonTime)Sets the "phenomenonTime" elementvoidsetProcedure(OMProcessPropertyType procedure)Sets the "procedure" elementvoidsetRelatedObservationArray(int i, ObservationContextPropertyType relatedObservation)Sets ith "relatedObservation" elementvoidsetRelatedObservationArray(ObservationContextPropertyType[] relatedObservationArray)Sets array of all "relatedObservation" elementvoidsetResult(org.apache.xmlbeans.XmlObject result)Sets the "result" elementvoidsetResultQualityArray(int i, DQElementPropertyType resultQuality)Sets ith "resultQuality" elementvoidsetResultQualityArray(DQElementPropertyType[] resultQualityArray)Sets array of all "resultQuality" elementvoidsetResultTime(TimeInstantPropertyType resultTime)Sets the "resultTime" elementvoidsetType(ReferenceType type)Sets the "type" elementvoidsetValidTime(TimePeriodPropertyType validTime)Sets the "validTime" elementintsizeOfParameterArray()Returns number of "parameter" elementintsizeOfRelatedObservationArray()Returns number of "relatedObservation" elementintsizeOfResultQualityArray()Returns number of "resultQuality" elementvoidunsetMetadata()Unsets the "metadata" elementvoidunsetType()Unsets the "type" elementvoidunsetValidTime()Unsets the "validTime" element-
Methods inherited from class net.opengis.gml.x32.impl.AbstractFeatureTypeImpl
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from class net.opengis.gml.x32.impl.AbstractGMLTypeImpl
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
-
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, generatedSetterHelperImpl, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate, validate, validate_now, validate_simpleval, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
getType
public ReferenceType getType()
Gets the "type" element- Specified by:
getTypein interfaceOMObservationType
-
isSetType
public boolean isSetType()
True if has "type" element- Specified by:
isSetTypein interfaceOMObservationType
-
setType
public void setType(ReferenceType type)
Sets the "type" element- Specified by:
setTypein interfaceOMObservationType
-
addNewType
public ReferenceType addNewType()
Appends and returns a new empty "type" element- Specified by:
addNewTypein interfaceOMObservationType
-
unsetType
public void unsetType()
Unsets the "type" element- Specified by:
unsetTypein interfaceOMObservationType
-
getMetadata
public MDMetadataPropertyType getMetadata()
Gets the "metadata" element- Specified by:
getMetadatain interfaceOMObservationType
-
isSetMetadata
public boolean isSetMetadata()
True if has "metadata" element- Specified by:
isSetMetadatain interfaceOMObservationType
-
setMetadata
public void setMetadata(MDMetadataPropertyType metadata)
Sets the "metadata" element- Specified by:
setMetadatain interfaceOMObservationType
-
addNewMetadata
public MDMetadataPropertyType addNewMetadata()
Appends and returns a new empty "metadata" element- Specified by:
addNewMetadatain interfaceOMObservationType
-
unsetMetadata
public void unsetMetadata()
Unsets the "metadata" element- Specified by:
unsetMetadatain interfaceOMObservationType
-
getRelatedObservationArray
public ObservationContextPropertyType[] getRelatedObservationArray()
Gets array of all "relatedObservation" elements- Specified by:
getRelatedObservationArrayin interfaceOMObservationType
-
getRelatedObservationArray
public ObservationContextPropertyType getRelatedObservationArray(int i)
Gets ith "relatedObservation" element- Specified by:
getRelatedObservationArrayin interfaceOMObservationType
-
sizeOfRelatedObservationArray
public int sizeOfRelatedObservationArray()
Returns number of "relatedObservation" element- Specified by:
sizeOfRelatedObservationArrayin interfaceOMObservationType
-
setRelatedObservationArray
public void setRelatedObservationArray(ObservationContextPropertyType[] relatedObservationArray)
Sets array of all "relatedObservation" element- Specified by:
setRelatedObservationArrayin interfaceOMObservationType
-
setRelatedObservationArray
public void setRelatedObservationArray(int i, ObservationContextPropertyType relatedObservation)Sets ith "relatedObservation" element- Specified by:
setRelatedObservationArrayin interfaceOMObservationType
-
insertNewRelatedObservation
public ObservationContextPropertyType insertNewRelatedObservation(int i)
Inserts and returns a new empty value (as xml) as the ith "relatedObservation" element- Specified by:
insertNewRelatedObservationin interfaceOMObservationType
-
addNewRelatedObservation
public ObservationContextPropertyType addNewRelatedObservation()
Appends and returns a new empty value (as xml) as the last "relatedObservation" element- Specified by:
addNewRelatedObservationin interfaceOMObservationType
-
removeRelatedObservation
public void removeRelatedObservation(int i)
Removes the ith "relatedObservation" element- Specified by:
removeRelatedObservationin interfaceOMObservationType
-
getPhenomenonTime
public TimeObjectPropertyType getPhenomenonTime()
Gets the "phenomenonTime" element- Specified by:
getPhenomenonTimein interfaceOMObservationType
-
setPhenomenonTime
public void setPhenomenonTime(TimeObjectPropertyType phenomenonTime)
Sets the "phenomenonTime" element- Specified by:
setPhenomenonTimein interfaceOMObservationType
-
addNewPhenomenonTime
public TimeObjectPropertyType addNewPhenomenonTime()
Appends and returns a new empty "phenomenonTime" element- Specified by:
addNewPhenomenonTimein interfaceOMObservationType
-
getResultTime
public TimeInstantPropertyType getResultTime()
Gets the "resultTime" element- Specified by:
getResultTimein interfaceOMObservationType
-
setResultTime
public void setResultTime(TimeInstantPropertyType resultTime)
Sets the "resultTime" element- Specified by:
setResultTimein interfaceOMObservationType
-
addNewResultTime
public TimeInstantPropertyType addNewResultTime()
Appends and returns a new empty "resultTime" element- Specified by:
addNewResultTimein interfaceOMObservationType
-
getValidTime
public TimePeriodPropertyType getValidTime()
Gets the "validTime" element- Specified by:
getValidTimein interfaceOMObservationType
-
isSetValidTime
public boolean isSetValidTime()
True if has "validTime" element- Specified by:
isSetValidTimein interfaceOMObservationType
-
setValidTime
public void setValidTime(TimePeriodPropertyType validTime)
Sets the "validTime" element- Specified by:
setValidTimein interfaceOMObservationType
-
addNewValidTime
public TimePeriodPropertyType addNewValidTime()
Appends and returns a new empty "validTime" element- Specified by:
addNewValidTimein interfaceOMObservationType
-
unsetValidTime
public void unsetValidTime()
Unsets the "validTime" element- Specified by:
unsetValidTimein interfaceOMObservationType
-
getProcedure
public OMProcessPropertyType getProcedure()
Gets the "procedure" element- Specified by:
getProcedurein interfaceOMObservationType
-
isNilProcedure
public boolean isNilProcedure()
Tests for nil "procedure" element- Specified by:
isNilProcedurein interfaceOMObservationType
-
setProcedure
public void setProcedure(OMProcessPropertyType procedure)
Sets the "procedure" element- Specified by:
setProcedurein interfaceOMObservationType
-
addNewProcedure
public OMProcessPropertyType addNewProcedure()
Appends and returns a new empty "procedure" element- Specified by:
addNewProcedurein interfaceOMObservationType
-
setNilProcedure
public void setNilProcedure()
Nils the "procedure" element- Specified by:
setNilProcedurein interfaceOMObservationType
-
getParameterArray
public NamedValuePropertyType[] getParameterArray()
Gets array of all "parameter" elements- Specified by:
getParameterArrayin interfaceOMObservationType
-
getParameterArray
public NamedValuePropertyType getParameterArray(int i)
Gets ith "parameter" element- Specified by:
getParameterArrayin interfaceOMObservationType
-
sizeOfParameterArray
public int sizeOfParameterArray()
Returns number of "parameter" element- Specified by:
sizeOfParameterArrayin interfaceOMObservationType
-
setParameterArray
public void setParameterArray(NamedValuePropertyType[] parameterArray)
Sets array of all "parameter" element- Specified by:
setParameterArrayin interfaceOMObservationType
-
setParameterArray
public void setParameterArray(int i, NamedValuePropertyType parameter)Sets ith "parameter" element- Specified by:
setParameterArrayin interfaceOMObservationType
-
insertNewParameter
public NamedValuePropertyType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element- Specified by:
insertNewParameterin interfaceOMObservationType
-
addNewParameter
public NamedValuePropertyType addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element- Specified by:
addNewParameterin interfaceOMObservationType
-
removeParameter
public void removeParameter(int i)
Removes the ith "parameter" element- Specified by:
removeParameterin interfaceOMObservationType
-
getObservedProperty
public ReferenceType getObservedProperty()
Gets the "observedProperty" element- Specified by:
getObservedPropertyin interfaceOMObservationType
-
isNilObservedProperty
public boolean isNilObservedProperty()
Tests for nil "observedProperty" element- Specified by:
isNilObservedPropertyin interfaceOMObservationType
-
setObservedProperty
public void setObservedProperty(ReferenceType observedProperty)
Sets the "observedProperty" element- Specified by:
setObservedPropertyin interfaceOMObservationType
-
addNewObservedProperty
public ReferenceType addNewObservedProperty()
Appends and returns a new empty "observedProperty" element- Specified by:
addNewObservedPropertyin interfaceOMObservationType
-
setNilObservedProperty
public void setNilObservedProperty()
Nils the "observedProperty" element- Specified by:
setNilObservedPropertyin interfaceOMObservationType
-
getFeatureOfInterest
public FeaturePropertyType getFeatureOfInterest()
Gets the "featureOfInterest" element- Specified by:
getFeatureOfInterestin interfaceOMObservationType
-
isNilFeatureOfInterest
public boolean isNilFeatureOfInterest()
Tests for nil "featureOfInterest" element- Specified by:
isNilFeatureOfInterestin interfaceOMObservationType
-
setFeatureOfInterest
public void setFeatureOfInterest(FeaturePropertyType featureOfInterest)
Sets the "featureOfInterest" element- Specified by:
setFeatureOfInterestin interfaceOMObservationType
-
addNewFeatureOfInterest
public FeaturePropertyType addNewFeatureOfInterest()
Appends and returns a new empty "featureOfInterest" element- Specified by:
addNewFeatureOfInterestin interfaceOMObservationType
-
setNilFeatureOfInterest
public void setNilFeatureOfInterest()
Nils the "featureOfInterest" element- Specified by:
setNilFeatureOfInterestin interfaceOMObservationType
-
getResultQualityArray
public DQElementPropertyType[] getResultQualityArray()
Gets array of all "resultQuality" elements- Specified by:
getResultQualityArrayin interfaceOMObservationType
-
getResultQualityArray
public DQElementPropertyType getResultQualityArray(int i)
Gets ith "resultQuality" element- Specified by:
getResultQualityArrayin interfaceOMObservationType
-
sizeOfResultQualityArray
public int sizeOfResultQualityArray()
Returns number of "resultQuality" element- Specified by:
sizeOfResultQualityArrayin interfaceOMObservationType
-
setResultQualityArray
public void setResultQualityArray(DQElementPropertyType[] resultQualityArray)
Sets array of all "resultQuality" element- Specified by:
setResultQualityArrayin interfaceOMObservationType
-
setResultQualityArray
public void setResultQualityArray(int i, DQElementPropertyType resultQuality)Sets ith "resultQuality" element- Specified by:
setResultQualityArrayin interfaceOMObservationType
-
insertNewResultQuality
public DQElementPropertyType insertNewResultQuality(int i)
Inserts and returns a new empty value (as xml) as the ith "resultQuality" element- Specified by:
insertNewResultQualityin interfaceOMObservationType
-
addNewResultQuality
public DQElementPropertyType addNewResultQuality()
Appends and returns a new empty value (as xml) as the last "resultQuality" element- Specified by:
addNewResultQualityin interfaceOMObservationType
-
removeResultQuality
public void removeResultQuality(int i)
Removes the ith "resultQuality" element- Specified by:
removeResultQualityin interfaceOMObservationType
-
getResult
public org.apache.xmlbeans.XmlObject getResult()
Gets the "result" element- Specified by:
getResultin interfaceOMObservationType
-
setResult
public void setResult(org.apache.xmlbeans.XmlObject result)
Sets the "result" element- Specified by:
setResultin interfaceOMObservationType
-
addNewResult
public org.apache.xmlbeans.XmlObject addNewResult()
Appends and returns a new empty "result" element- Specified by:
addNewResultin interfaceOMObservationType
-
-