Interface NilValuesType

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

    public interface NilValuesType
    extends AbstractSWEType
    An XML NilValuesType(@http://www.opengis.net/swe/2.0). This is a complex type.
    • Nested Class Summary

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

      • getNilValueArray

        NilValue[] getNilValueArray()
        Gets array of all "nilValue" elements
      • getNilValueArray

        NilValue getNilValueArray​(int i)
        Gets ith "nilValue" element
      • sizeOfNilValueArray

        int sizeOfNilValueArray()
        Returns number of "nilValue" element
      • setNilValueArray

        void setNilValueArray​(NilValue[] nilValueArray)
        Sets array of all "nilValue" element
      • setNilValueArray

        void setNilValueArray​(int i,
                              NilValue nilValue)
        Sets ith "nilValue" element
      • insertNewNilValue

        NilValue insertNewNilValue​(int i)
        Inserts and returns a new empty value (as xml) as the ith "nilValue" element
      • addNewNilValue

        NilValue addNewNilValue()
        Appends and returns a new empty value (as xml) as the last "nilValue" element
      • removeNilValue

        void removeNilValue​(int i)
        Removes the ith "nilValue" element