Interface ValueArrayPropertyType

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

    public interface ValueArrayPropertyType
    extends org.apache.xmlbeans.XmlObject
    An XML ValueArrayPropertyType(@http://www.opengis.net/gml/3.2). This is a complex type.
    • Field Detail

      • type

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

      • getAbstractValueArray

        org.apache.xmlbeans.XmlObject[] getAbstractValueArray()
        Gets array of all "AbstractValue" elements
      • getAbstractValueArray

        org.apache.xmlbeans.XmlObject getAbstractValueArray​(int i)
        Gets ith "AbstractValue" element
      • sizeOfAbstractValueArray

        int sizeOfAbstractValueArray()
        Returns number of "AbstractValue" element
      • setAbstractValueArray

        void setAbstractValueArray​(org.apache.xmlbeans.XmlObject[] abstractValueArray)
        Sets array of all "AbstractValue" element
      • setAbstractValueArray

        void setAbstractValueArray​(int i,
                                   org.apache.xmlbeans.XmlObject abstractValue)
        Sets ith "AbstractValue" element
      • insertNewAbstractValue

        org.apache.xmlbeans.XmlObject insertNewAbstractValue​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AbstractValue" element
      • addNewAbstractValue

        org.apache.xmlbeans.XmlObject addNewAbstractValue()
        Appends and returns a new empty value (as xml) as the last "AbstractValue" element
      • removeAbstractValue

        void removeAbstractValue​(int i)
        Removes the ith "AbstractValue" element
      • getAbstractGeometryArray

        AbstractGeometryType[] getAbstractGeometryArray()
        Gets array of all "AbstractGeometry" elements
      • getAbstractGeometryArray

        AbstractGeometryType getAbstractGeometryArray​(int i)
        Gets ith "AbstractGeometry" element
      • sizeOfAbstractGeometryArray

        int sizeOfAbstractGeometryArray()
        Returns number of "AbstractGeometry" element
      • setAbstractGeometryArray

        void setAbstractGeometryArray​(AbstractGeometryType[] abstractGeometryArray)
        Sets array of all "AbstractGeometry" element
      • setAbstractGeometryArray

        void setAbstractGeometryArray​(int i,
                                      AbstractGeometryType abstractGeometry)
        Sets ith "AbstractGeometry" element
      • insertNewAbstractGeometry

        AbstractGeometryType insertNewAbstractGeometry​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AbstractGeometry" element
      • addNewAbstractGeometry

        AbstractGeometryType addNewAbstractGeometry()
        Appends and returns a new empty value (as xml) as the last "AbstractGeometry" element
      • removeAbstractGeometry

        void removeAbstractGeometry​(int i)
        Removes the ith "AbstractGeometry" element
      • getAbstractTimeObjectArray

        AbstractTimeObjectType[] getAbstractTimeObjectArray()
        Gets array of all "AbstractTimeObject" elements
      • getAbstractTimeObjectArray

        AbstractTimeObjectType getAbstractTimeObjectArray​(int i)
        Gets ith "AbstractTimeObject" element
      • sizeOfAbstractTimeObjectArray

        int sizeOfAbstractTimeObjectArray()
        Returns number of "AbstractTimeObject" element
      • setAbstractTimeObjectArray

        void setAbstractTimeObjectArray​(AbstractTimeObjectType[] abstractTimeObjectArray)
        Sets array of all "AbstractTimeObject" element
      • setAbstractTimeObjectArray

        void setAbstractTimeObjectArray​(int i,
                                        AbstractTimeObjectType abstractTimeObject)
        Sets ith "AbstractTimeObject" element
      • insertNewAbstractTimeObject

        AbstractTimeObjectType insertNewAbstractTimeObject​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AbstractTimeObject" element
      • addNewAbstractTimeObject

        AbstractTimeObjectType addNewAbstractTimeObject()
        Appends and returns a new empty value (as xml) as the last "AbstractTimeObject" element
      • removeAbstractTimeObject

        void removeAbstractTimeObject​(int i)
        Removes the ith "AbstractTimeObject" element
      • getNullArray

        Object[] getNullArray()
        Gets array of all "Null" elements
      • getNullArray

        Object getNullArray​(int i)
        Gets ith "Null" element
      • xgetNullArray

        NilReasonType[] xgetNullArray()
        Gets (as xml) array of all "Null" elements
      • xgetNullArray

        NilReasonType xgetNullArray​(int i)
        Gets (as xml) ith "Null" element
      • sizeOfNullArray

        int sizeOfNullArray()
        Returns number of "Null" element
      • setNullArray

        void setNullArray​(Object[] xnullArray)
        Sets array of all "Null" element
      • setNullArray

        void setNullArray​(int i,
                          Object xnull)
        Sets ith "Null" element
      • xsetNullArray

        void xsetNullArray​(NilReasonType[] xnullArray)
        Sets (as xml) array of all "Null" element
      • xsetNullArray

        void xsetNullArray​(int i,
                           NilReasonType xnull)
        Sets (as xml) ith "Null" element
      • insertNull

        void insertNull​(int i,
                        Object xnull)
        Inserts the value as the ith "Null" element
      • addNull

        void addNull​(Object xnull)
        Appends the value as the last "Null" element
      • insertNewNull

        NilReasonType insertNewNull​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Null" element
      • addNewNull

        NilReasonType addNewNull()
        Appends and returns a new empty value (as xml) as the last "Null" element
      • removeNull

        void removeNull​(int i)
        Removes the ith "Null" element
      • getOwns

        boolean getOwns()
        Gets the "owns" attribute
      • xgetOwns

        org.apache.xmlbeans.XmlBoolean xgetOwns()
        Gets (as xml) the "owns" attribute
      • isSetOwns

        boolean isSetOwns()
        True if has "owns" attribute
      • setOwns

        void setOwns​(boolean owns)
        Sets the "owns" attribute
      • xsetOwns

        void xsetOwns​(org.apache.xmlbeans.XmlBoolean owns)
        Sets (as xml) the "owns" attribute
      • unsetOwns

        void unsetOwns()
        Unsets the "owns" attribute