Interface FeatureListType

    • Field Detail

      • type

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

      • getFeatureArray

        FeaturePropertyType[] getFeatureArray()
        Gets array of all "feature" elements
      • sizeOfFeatureArray

        int sizeOfFeatureArray()
        Returns number of "feature" element
      • setFeatureArray

        void setFeatureArray​(FeaturePropertyType[] featureArray)
        Sets array of all "feature" element
      • setFeatureArray

        void setFeatureArray​(int i,
                             FeaturePropertyType feature)
        Sets ith "feature" element
      • insertNewFeature

        FeaturePropertyType insertNewFeature​(int i)
        Inserts and returns a new empty value (as xml) as the ith "feature" element
      • addNewFeature

        FeaturePropertyType addNewFeature()
        Appends and returns a new empty value (as xml) as the last "feature" element
      • removeFeature

        void removeFeature​(int i)
        Removes the ith "feature" element