Skip navigation links
org.apache.xml.security.signature

Class ObjectContainer

    • Method Detail

      • setId

        public void setId(String Id)
        Sets the Id attribute
        Parameters:
        Id - Id attribute
      • getId

        public String getId()
        Returns the Id attribute
        Returns:
        the Id attribute
      • setMimeType

        public void setMimeType(String MimeType)
        Sets the MimeType attribute
        Parameters:
        MimeType - the MimeType attribute
      • getMimeType

        public String getMimeType()
        Returns the MimeType attribute
        Returns:
        the MimeType attribute
      • setEncoding

        public void setEncoding(String Encoding)
        Sets the Encoding attribute
        Parameters:
        Encoding - the Encoding attribute
      • getEncoding

        public String getEncoding()
        Returns the Encoding attribute
        Returns:
        the Encoding attribute
      • appendChild

        public Node appendChild(Node node)
        Adds child Node
        Parameters:
        node - child Node
        Returns:
        the new node in the tree.
      • getBaseLocalName

        public String getBaseLocalName()
        Description copied from class: ElementProxy
        Returns the localname of the Elements of the sub-class.
        Specified by:
        getBaseLocalName in class ElementProxy
        Returns:
        the localname of the Elements of the sub-class.

Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.