Interface EncryptionPropertiesType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface EncryptionPropertiesType
    extends XmlObject
    An XML EncryptionPropertiesType(@http://www.w3.org/2001/04/xmlenc#). This is a complex type.
    • Method Detail

      • getEncryptionPropertyArray

        EncryptionPropertyType[] getEncryptionPropertyArray()
        Gets array of all "EncryptionProperty" elements
      • getEncryptionPropertyArray

        EncryptionPropertyType getEncryptionPropertyArray​(int i)
        Gets ith "EncryptionProperty" element
      • sizeOfEncryptionPropertyArray

        int sizeOfEncryptionPropertyArray()
        Returns number of "EncryptionProperty" element
      • setEncryptionPropertyArray

        void setEncryptionPropertyArray​(EncryptionPropertyType[] encryptionPropertyArray)
        Sets array of all "EncryptionProperty" element
      • setEncryptionPropertyArray

        void setEncryptionPropertyArray​(int i,
                                        EncryptionPropertyType encryptionProperty)
        Sets ith "EncryptionProperty" element
      • insertNewEncryptionProperty

        EncryptionPropertyType insertNewEncryptionProperty​(int i)
        Inserts and returns a new empty value (as xml) as the ith "EncryptionProperty" element
      • addNewEncryptionProperty

        EncryptionPropertyType addNewEncryptionProperty()
        Appends and returns a new empty value (as xml) as the last "EncryptionProperty" element
      • removeEncryptionProperty

        void removeEncryptionProperty​(int i)
        Removes the ith "EncryptionProperty" element
      • getId

        String getId()
        Gets the "Id" attribute
      • xgetId

        XmlID xgetId()
        Gets (as xml) the "Id" attribute
      • isSetId

        boolean isSetId()
        True if has "Id" attribute
      • setId

        void setId​(String id)
        Sets the "Id" attribute
      • xsetId

        void xsetId​(XmlID id)
        Sets (as xml) the "Id" attribute
      • unsetId

        void unsetId()
        Unsets the "Id" attribute