Interface TemporalOperatorsType

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

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

      Nested Classes 
      Modifier and Type Interface Description
      static class  TemporalOperatorsType.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

      • getTemporalOperatorArray

        TemporalOperatorType[] getTemporalOperatorArray()
        Gets array of all "TemporalOperator" elements
      • getTemporalOperatorArray

        TemporalOperatorType getTemporalOperatorArray​(int i)
        Gets ith "TemporalOperator" element
      • sizeOfTemporalOperatorArray

        int sizeOfTemporalOperatorArray()
        Returns number of "TemporalOperator" element
      • setTemporalOperatorArray

        void setTemporalOperatorArray​(TemporalOperatorType[] temporalOperatorArray)
        Sets array of all "TemporalOperator" element
      • setTemporalOperatorArray

        void setTemporalOperatorArray​(int i,
                                      TemporalOperatorType temporalOperator)
        Sets ith "TemporalOperator" element
      • insertNewTemporalOperator

        TemporalOperatorType insertNewTemporalOperator​(int i)
        Inserts and returns a new empty value (as xml) as the ith "TemporalOperator" element
      • addNewTemporalOperator

        TemporalOperatorType addNewTemporalOperator()
        Appends and returns a new empty value (as xml) as the last "TemporalOperator" element
      • removeTemporalOperator

        void removeTemporalOperator​(int i)
        Removes the ith "TemporalOperator" element