Interface BinaryTemporalOpType

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

    public interface BinaryTemporalOpType
    extends TemporalOpsType
    An XML BinaryTemporalOpType(@http://www.opengis.net/ogc). This is a complex type.
    • Nested Class Summary

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

      • getPropertyNameArray

        PropertyNameType[] getPropertyNameArray()
        Gets array of all "PropertyName" elements
      • getPropertyNameArray

        PropertyNameType getPropertyNameArray​(int i)
        Gets ith "PropertyName" element
      • sizeOfPropertyNameArray

        int sizeOfPropertyNameArray()
        Returns number of "PropertyName" element
      • setPropertyNameArray

        void setPropertyNameArray​(PropertyNameType[] propertyNameArray)
        Sets array of all "PropertyName" element
      • setPropertyNameArray

        void setPropertyNameArray​(int i,
                                  PropertyNameType propertyName)
        Sets ith "PropertyName" element
      • insertNewPropertyName

        PropertyNameType insertNewPropertyName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "PropertyName" element
      • addNewPropertyName

        PropertyNameType addNewPropertyName()
        Appends and returns a new empty value (as xml) as the last "PropertyName" element
      • removePropertyName

        void removePropertyName​(int i)
        Removes the ith "PropertyName" element
      • isSetTimeObject

        boolean isSetTimeObject()
        True if has "_TimeObject" element
      • addNewTimeObject

        AbstractTimeObjectType addNewTimeObject()
        Appends and returns a new empty "_TimeObject" element
      • unsetTimeObject

        void unsetTimeObject()
        Unsets the "_TimeObject" element