Class TimeseriesMetadataTypeImpl

  • All Implemented Interfaces:
    Serializable, TimeseriesMetadataType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

    public class TimeseriesMetadataTypeImpl
    extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
    implements TimeseriesMetadataType
    An XML TimeseriesMetadataType(@http://www.opengis.net/tsml/1.0). This is a complex type.
    See Also:
    Serialized Form
    • 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 org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL, type
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TimeInstantPropertyType addNewAccumulationAnchorTime()
      Appends and returns a new empty "accumulationAnchorTime" element
      TimePositionType addNewBaseTime()
      Appends and returns a new empty "baseTime" element
      CommentBlockPropertyType addNewCommentBlock()
      Appends and returns a new empty value (as xml) as the last "commentBlock" element
      TimePositionType addNewEndAnchorPoint()
      Appends and returns a new empty "endAnchorPoint" element
      TimePeriodPropertyType addNewIntendedObservationSpacing()
      Appends and returns a new empty "intendedObservationSpacing" element
      NamedValuePropertyType addNewParameter()
      Appends and returns a new empty value (as xml) as the last "parameter" element
      ReferenceType addNewSampledMedium()
      Appends and returns a new empty "sampledMedium" element
      TimePositionType addNewStartAnchorPoint()
      Appends and returns a new empty "startAnchorPoint" element
      ReferenceType addNewStatus()
      Appends and returns a new empty "status" element
      TimePeriodPropertyType addNewTemporalExtent()
      Appends and returns a new empty "temporalExtent" element
      TimeInstantPropertyType getAccumulationAnchorTime()
      Gets the "accumulationAnchorTime" element
      org.apache.xmlbeans.GDuration getAccumulationIntervalLength()
      Gets the "accumulationIntervalLength" element
      TimePositionType getBaseTime()
      Gets the "baseTime" element
      CommentBlockPropertyType[] getCommentBlockArray()
      Gets array of all "commentBlock" elements
      CommentBlockPropertyType getCommentBlockArray​(int i)
      Gets ith "commentBlock" element
      boolean getCumulative()
      Gets the "cumulative" element
      TimePositionType getEndAnchorPoint()
      Gets the "endAnchorPoint" element
      TimePeriodPropertyType getIntendedObservationSpacing()
      Gets the "intendedObservationSpacing" element
      org.apache.xmlbeans.GDuration getMaxGapPeriod()
      Gets the "maxGapPeriod" element
      NamedValuePropertyType[] getParameterArray()
      Gets array of all "parameter" elements
      NamedValuePropertyType getParameterArray​(int i)
      Gets ith "parameter" element
      ReferenceType getSampledMedium()
      Gets the "sampledMedium" element
      org.apache.xmlbeans.GDuration getSpacing()
      Gets the "spacing" element
      TimePositionType getStartAnchorPoint()
      Gets the "startAnchorPoint" element
      ReferenceType getStatus()
      Gets the "status" element
      TimePeriodPropertyType getTemporalExtent()
      Gets the "temporalExtent" element
      CommentBlockPropertyType insertNewCommentBlock​(int i)
      Inserts and returns a new empty value (as xml) as the ith "commentBlock" element
      NamedValuePropertyType insertNewParameter​(int i)
      Inserts and returns a new empty value (as xml) as the ith "parameter" element
      boolean isSetAccumulationAnchorTime()
      True if has "accumulationAnchorTime" element
      boolean isSetAccumulationIntervalLength()
      True if has "accumulationIntervalLength" element
      boolean isSetBaseTime()
      True if has "baseTime" element
      boolean isSetCumulative()
      True if has "cumulative" element
      boolean isSetEndAnchorPoint()
      True if has "endAnchorPoint" element
      boolean isSetIntendedObservationSpacing()
      True if has "intendedObservationSpacing" element
      boolean isSetMaxGapPeriod()
      True if has "maxGapPeriod" element
      boolean isSetSampledMedium()
      True if has "sampledMedium" element
      boolean isSetSpacing()
      True if has "spacing" element
      boolean isSetStartAnchorPoint()
      True if has "startAnchorPoint" element
      boolean isSetStatus()
      True if has "status" element
      boolean isSetTemporalExtent()
      True if has "temporalExtent" element
      void removeCommentBlock​(int i)
      Removes the ith "commentBlock" element
      void removeParameter​(int i)
      Removes the ith "parameter" element
      void setAccumulationAnchorTime​(TimeInstantPropertyType accumulationAnchorTime)
      Sets the "accumulationAnchorTime" element
      void setAccumulationIntervalLength​(org.apache.xmlbeans.GDuration accumulationIntervalLength)
      Sets the "accumulationIntervalLength" element
      void setBaseTime​(TimePositionType baseTime)
      Sets the "baseTime" element
      void setCommentBlockArray​(int i, CommentBlockPropertyType commentBlock)
      Sets ith "commentBlock" element
      void setCommentBlockArray​(CommentBlockPropertyType[] commentBlockArray)
      Sets array of all "commentBlock" element
      void setCumulative​(boolean cumulative)
      Sets the "cumulative" element
      void setEndAnchorPoint​(TimePositionType endAnchorPoint)
      Sets the "endAnchorPoint" element
      void setIntendedObservationSpacing​(TimePeriodPropertyType intendedObservationSpacing)
      Sets the "intendedObservationSpacing" element
      void setMaxGapPeriod​(org.apache.xmlbeans.GDuration maxGapPeriod)
      Sets the "maxGapPeriod" element
      void setParameterArray​(int i, NamedValuePropertyType parameter)
      Sets ith "parameter" element
      void setParameterArray​(NamedValuePropertyType[] parameterArray)
      Sets array of all "parameter" element
      void setSampledMedium​(ReferenceType sampledMedium)
      Sets the "sampledMedium" element
      void setSpacing​(org.apache.xmlbeans.GDuration spacing)
      Sets the "spacing" element
      void setStartAnchorPoint​(TimePositionType startAnchorPoint)
      Sets the "startAnchorPoint" element
      void setStatus​(ReferenceType status)
      Sets the "status" element
      void setTemporalExtent​(TimePeriodPropertyType temporalExtent)
      Sets the "temporalExtent" element
      int sizeOfCommentBlockArray()
      Returns number of "commentBlock" element
      int sizeOfParameterArray()
      Returns number of "parameter" element
      void unsetAccumulationAnchorTime()
      Unsets the "accumulationAnchorTime" element
      void unsetAccumulationIntervalLength()
      Unsets the "accumulationIntervalLength" element
      void unsetBaseTime()
      Unsets the "baseTime" element
      void unsetCumulative()
      Unsets the "cumulative" element
      void unsetEndAnchorPoint()
      Unsets the "endAnchorPoint" element
      void unsetIntendedObservationSpacing()
      Unsets the "intendedObservationSpacing" element
      void unsetMaxGapPeriod()
      Unsets the "maxGapPeriod" element
      void unsetSampledMedium()
      Unsets the "sampledMedium" element
      void unsetSpacing()
      Unsets the "spacing" element
      void unsetStartAnchorPoint()
      Unsets the "startAnchorPoint" element
      void unsetStatus()
      Unsets the "status" element
      void unsetTemporalExtent()
      Unsets the "temporalExtent" element
      org.apache.xmlbeans.XmlDuration xgetAccumulationIntervalLength()
      Gets (as xml) the "accumulationIntervalLength" element
      org.apache.xmlbeans.XmlBoolean xgetCumulative()
      Gets (as xml) the "cumulative" element
      org.apache.xmlbeans.XmlDuration xgetMaxGapPeriod()
      Gets (as xml) the "maxGapPeriod" element
      org.apache.xmlbeans.XmlDuration xgetSpacing()
      Gets (as xml) the "spacing" element
      void xsetAccumulationIntervalLength​(org.apache.xmlbeans.XmlDuration accumulationIntervalLength)
      Sets (as xml) the "accumulationIntervalLength" element
      void xsetCumulative​(org.apache.xmlbeans.XmlBoolean cumulative)
      Sets (as xml) the "cumulative" element
      void xsetMaxGapPeriod​(org.apache.xmlbeans.XmlDuration maxGapPeriod)
      Sets (as xml) the "maxGapPeriod" element
      void xsetSpacing​(org.apache.xmlbeans.XmlDuration spacing)
      Sets (as xml) the "spacing" element
      • 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 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