Package org.cxml

Class XadesDataObjectFormat

java.lang.Object
org.cxml.XadesDataObjectFormat

public class XadesDataObjectFormat extends Object
  • Field Details

    • objectReference

      protected String objectReference
    • xadesDescription

      protected String xadesDescription
    • xadesObjectIdentifier

      protected XadesObjectIdentifier xadesObjectIdentifier
    • xadesMimeType

      protected String xadesMimeType
    • xadesEncoding

      protected String xadesEncoding
  • Constructor Details

    • XadesDataObjectFormat

      public XadesDataObjectFormat()
  • Method Details

    • getObjectReference

      public String getObjectReference()
      Gets the value of the objectReference property.
      Returns:
      possible object is String
    • setObjectReference

      public void setObjectReference(String value)
      Sets the value of the objectReference property.
      Parameters:
      value - allowed object is String
    • getXadesDescription

      public String getXadesDescription()
      Gets the value of the xadesDescription property.
      Returns:
      possible object is String
    • setXadesDescription

      public void setXadesDescription(String value)
      Sets the value of the xadesDescription property.
      Parameters:
      value - allowed object is String
    • getXadesObjectIdentifier

      public XadesObjectIdentifier getXadesObjectIdentifier()
      Gets the value of the xadesObjectIdentifier property.
      Returns:
      possible object is XadesObjectIdentifier
    • setXadesObjectIdentifier

      public void setXadesObjectIdentifier(XadesObjectIdentifier value)
      Sets the value of the xadesObjectIdentifier property.
      Parameters:
      value - allowed object is XadesObjectIdentifier
    • getXadesMimeType

      public String getXadesMimeType()
      Gets the value of the xadesMimeType property.
      Returns:
      possible object is String
    • setXadesMimeType

      public void setXadesMimeType(String value)
      Sets the value of the xadesMimeType property.
      Parameters:
      value - allowed object is String
    • getXadesEncoding

      public String getXadesEncoding()
      Gets the value of the xadesEncoding property.
      Returns:
      possible object is String
    • setXadesEncoding

      public void setXadesEncoding(String value)
      Sets the value of the xadesEncoding property.
      Parameters:
      value - allowed object is String