Class StartKeyGenerationElement

All Implemented Interfaces:
Serializable, Cloneable, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class StartKeyGenerationElement extends OdfElement
Manifest implementation of OpenDocument element <manifest:start-key-generation>.
See Also:
  • Field Details

    • ELEMENT_NAME

      public static final OdfName ELEMENT_NAME
  • Constructor Details

    • StartKeyGenerationElement

      public StartKeyGenerationElement(OdfFileDom ownerDoc)
      Create the instance of StartKeyGenerationElement
      Parameters:
      ownerDoc - The type is OdfFileDom
  • Method Details

    • getOdfName

      public OdfName getOdfName()
      Get the element name
      Specified by:
      getOdfName in class OdfElement
      Returns:
      return OdfName the name of element <manifest:start-key-generation>.
    • getKeySizeAttribute

      public Integer getKeySizeAttribute()
      Receives the value of the ODFDOM attribute representation KeySizeAttribute , See @manifest:key-size
      Returns:
      - the Integer , the value or null, if the attribute is not set and no default value defined.
    • setKeySizeAttribute

      public void setKeySizeAttribute(Integer keySizeValue)
      Sets the value of ODFDOM attribute representation KeySizeAttribute , See @manifest:key-size
      Parameters:
      keySizeValue - The type is Integer
    • getStartKeyGenerationNameAttribute

      public String getStartKeyGenerationNameAttribute()
      Receives the value of the ODFDOM attribute representation StartKeyGenerationNameAttribute , See @manifest:start-key-generation-name

      Attribute is mandatory.

      Returns:
      - the String , the value or null, if the attribute is not set and no default value defined.
    • setStartKeyGenerationNameAttribute

      public void setStartKeyGenerationNameAttribute(String startKeyGenerationNameValue)
      Sets the value of ODFDOM attribute representation StartKeyGenerationNameAttribute , See @manifest:start-key-generation-name
      Parameters:
      startKeyGenerationNameValue - The type is String