Interface EventType.Time

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    EventTypeImpl.TimeImpl
    Enclosing interface:
    EventType

    public static interface EventType.Time
    extends org.apache.xmlbeans.XmlObject
    An XML time(@http://www.opengis.net/sensorml/2.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  EventType.Time.Factory
      A factory class with static methods for creating instances of this type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TimeInstantType addNewTimeInstant()
      Appends and returns a new empty "TimeInstant" element
      TimePeriodType addNewTimePeriod()
      Appends and returns a new empty "TimePeriod" element
      TimeInstantType getTimeInstant()
      Gets the "TimeInstant" element
      TimePeriodType getTimePeriod()
      Gets the "TimePeriod" element
      boolean isSetTimeInstant()
      True if has "TimeInstant" element
      boolean isSetTimePeriod()
      True if has "TimePeriod" element
      void setTimeInstant​(TimeInstantType timeInstant)
      Sets the "TimeInstant" element
      void setTimePeriod​(TimePeriodType timePeriod)
      Sets the "TimePeriod" element
      void unsetTimeInstant()
      Unsets the "TimeInstant" element
      void unsetTimePeriod()
      Unsets the "TimePeriod" element
      • 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
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • getTimePeriod

        TimePeriodType getTimePeriod()
        Gets the "TimePeriod" element
      • isSetTimePeriod

        boolean isSetTimePeriod()
        True if has "TimePeriod" element
      • setTimePeriod

        void setTimePeriod​(TimePeriodType timePeriod)
        Sets the "TimePeriod" element
      • addNewTimePeriod

        TimePeriodType addNewTimePeriod()
        Appends and returns a new empty "TimePeriod" element
      • unsetTimePeriod

        void unsetTimePeriod()
        Unsets the "TimePeriod" element
      • getTimeInstant

        TimeInstantType getTimeInstant()
        Gets the "TimeInstant" element
      • isSetTimeInstant

        boolean isSetTimeInstant()
        True if has "TimeInstant" element
      • setTimeInstant

        void setTimeInstant​(TimeInstantType timeInstant)
        Sets the "TimeInstant" element
      • addNewTimeInstant

        TimeInstantType addNewTimeInstant()
        Appends and returns a new empty "TimeInstant" element
      • unsetTimeInstant

        void unsetTimeInstant()
        Unsets the "TimeInstant" element