Interface AttributeStatementType

    • Method Detail

      • getAttributeArray

        AttributeType[] getAttributeArray()
        Gets array of all "Attribute" elements
      • getAttributeArray

        AttributeType getAttributeArray​(int i)
        Gets ith "Attribute" element
      • sizeOfAttributeArray

        int sizeOfAttributeArray()
        Returns number of "Attribute" element
      • setAttributeArray

        void setAttributeArray​(AttributeType[] attributeArray)
        Sets array of all "Attribute" element
      • setAttributeArray

        void setAttributeArray​(int i,
                               AttributeType attribute)
        Sets ith "Attribute" element
      • insertNewAttribute

        AttributeType insertNewAttribute​(int i)
        Inserts and returns a new empty value (as xml) as the ith "Attribute" element
      • addNewAttribute

        AttributeType addNewAttribute()
        Appends and returns a new empty value (as xml) as the last "Attribute" element
      • removeAttribute

        void removeAttribute​(int i)
        Removes the ith "Attribute" element