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
      • getEncryptedAttributeArray

        EncryptedElementType[] getEncryptedAttributeArray()
        Gets array of all "EncryptedAttribute" elements
      • getEncryptedAttributeArray

        EncryptedElementType getEncryptedAttributeArray​(int i)
        Gets ith "EncryptedAttribute" element
      • sizeOfEncryptedAttributeArray

        int sizeOfEncryptedAttributeArray()
        Returns number of "EncryptedAttribute" element
      • setEncryptedAttributeArray

        void setEncryptedAttributeArray​(EncryptedElementType[] encryptedAttributeArray)
        Sets array of all "EncryptedAttribute" element
      • setEncryptedAttributeArray

        void setEncryptedAttributeArray​(int i,
                                        EncryptedElementType encryptedAttribute)
        Sets ith "EncryptedAttribute" element
      • insertNewEncryptedAttribute

        EncryptedElementType insertNewEncryptedAttribute​(int i)
        Inserts and returns a new empty value (as xml) as the ith "EncryptedAttribute" element
      • addNewEncryptedAttribute

        EncryptedElementType addNewEncryptedAttribute()
        Appends and returns a new empty value (as xml) as the last "EncryptedAttribute" element
      • removeEncryptedAttribute

        void removeEncryptedAttribute​(int i)
        Removes the ith "EncryptedAttribute" element