Interface TimePeriodType

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    TimePeriodTypeImpl

    public interface TimePeriodType
    extends org.apache.xmlbeans.XmlObject
    An XML TimePeriodType(@http://www.opengis.net/wcs/1.1). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  TimePeriodType.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
    • Field Detail

      • type

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

      • getBeginPosition

        TimePositionType getBeginPosition()
        Gets the "BeginPosition" element
      • setBeginPosition

        void setBeginPosition​(TimePositionType beginPosition)
        Sets the "BeginPosition" element
      • addNewBeginPosition

        TimePositionType addNewBeginPosition()
        Appends and returns a new empty "BeginPosition" element
      • getEndPosition

        TimePositionType getEndPosition()
        Gets the "EndPosition" element
      • setEndPosition

        void setEndPosition​(TimePositionType endPosition)
        Sets the "EndPosition" element
      • addNewEndPosition

        TimePositionType addNewEndPosition()
        Appends and returns a new empty "EndPosition" element
      • getTimeResolution

        Object getTimeResolution()
        Gets the "TimeResolution" element
      • xgetTimeResolution

        TimeDurationType xgetTimeResolution()
        Gets (as xml) the "TimeResolution" element
      • isSetTimeResolution

        boolean isSetTimeResolution()
        True if has "TimeResolution" element
      • setTimeResolution

        void setTimeResolution​(Object timeResolution)
        Sets the "TimeResolution" element
      • xsetTimeResolution

        void xsetTimeResolution​(TimeDurationType timeResolution)
        Sets (as xml) the "TimeResolution" element
      • unsetTimeResolution

        void unsetTimeResolution()
        Unsets the "TimeResolution" element
      • getFrame

        String getFrame()
        Gets the "frame" attribute
      • xgetFrame

        org.apache.xmlbeans.XmlAnyURI xgetFrame()
        Gets (as xml) the "frame" attribute
      • isSetFrame

        boolean isSetFrame()
        True if has "frame" attribute
      • setFrame

        void setFrame​(String frame)
        Sets the "frame" attribute
      • xsetFrame

        void xsetFrame​(org.apache.xmlbeans.XmlAnyURI frame)
        Sets (as xml) the "frame" attribute
      • unsetFrame

        void unsetFrame()
        Unsets the "frame" attribute