Class ObjectContainer


public class ObjectContainer extends SignatureElementProxy
Handles <ds:Object> elements Object Element supply facility which can contain any kind data
Author:
Christian Geuer-Pollmann $todo$ if we remove childen, the boolean values are not updated
  • Constructor Details

  • Method Details

    • 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 childe Node
      Parameters:
      node - childe 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.