Interface AttributeType

    • Method Detail

      • getAttributeValueArray

        XmlObject[] getAttributeValueArray()
        Gets array of all "AttributeValue" elements
      • getAttributeValueArray

        XmlObject getAttributeValueArray​(int i)
        Gets ith "AttributeValue" element
      • sizeOfAttributeValueArray

        int sizeOfAttributeValueArray()
        Returns number of "AttributeValue" element
      • setAttributeValueArray

        void setAttributeValueArray​(XmlObject[] attributeValueArray)
        Sets array of all "AttributeValue" element
      • setAttributeValueArray

        void setAttributeValueArray​(int i,
                                    XmlObject attributeValue)
        Sets ith "AttributeValue" element
      • insertNewAttributeValue

        XmlObject insertNewAttributeValue​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AttributeValue" element
      • addNewAttributeValue

        XmlObject addNewAttributeValue()
        Appends and returns a new empty value (as xml) as the last "AttributeValue" element
      • removeAttributeValue

        void removeAttributeValue​(int i)
        Removes the ith "AttributeValue" element