Class DataObjectReferenceType

java.lang.Object
eu.europa.esig.asic.manifest.jaxb.DataObjectReferenceType

public class DataObjectReferenceType extends Object

Java class for DataObjectReferenceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DataObjectReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
         <element name="DataObjectReferenceExtensions" type="{http://uri.etsi.org/02918/v1.2.1#}ExtensionsListType" minOccurs="0"/>
       </sequence>
       <attribute name="URI" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Rootfile" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • digestMethod

      protected DigestMethodType digestMethod
    • digestValue

      protected byte[] digestValue
    • dataObjectReferenceExtensions

      protected ExtensionsListType dataObjectReferenceExtensions
    • uri

      protected String uri
    • mimeType

      protected String mimeType
    • rootfile

      protected Boolean rootfile
  • Constructor Details

    • DataObjectReferenceType

      public DataObjectReferenceType()
  • Method Details

    • getDigestMethod

      public DigestMethodType getDigestMethod()
      Gets the value of the digestMethod property.
      Returns:
      possible object is DigestMethodType
    • setDigestMethod

      public void setDigestMethod(DigestMethodType value)
      Sets the value of the digestMethod property.
      Parameters:
      value - allowed object is DigestMethodType
    • getDigestValue

      public byte[] getDigestValue()
      Gets the value of the digestValue property.
      Returns:
      possible object is byte[]
    • setDigestValue

      public void setDigestValue(byte[] value)
      Sets the value of the digestValue property.
      Parameters:
      value - allowed object is byte[]
    • getDataObjectReferenceExtensions

      public ExtensionsListType getDataObjectReferenceExtensions()
      Gets the value of the dataObjectReferenceExtensions property.
      Returns:
      possible object is ExtensionsListType
    • setDataObjectReferenceExtensions

      public void setDataObjectReferenceExtensions(ExtensionsListType value)
      Sets the value of the dataObjectReferenceExtensions property.
      Parameters:
      value - allowed object is ExtensionsListType
    • getURI

      public String getURI()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setURI

      public void setURI(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • getMimeType

      public String getMimeType()
      Gets the value of the mimeType property.
      Returns:
      possible object is String
    • setMimeType

      public void setMimeType(String value)
      Sets the value of the mimeType property.
      Parameters:
      value - allowed object is String
    • isRootfile

      public Boolean isRootfile()
      Gets the value of the rootfile property.
      Returns:
      possible object is Boolean
    • setRootfile

      public void setRootfile(Boolean value)
      Sets the value of the rootfile property.
      Parameters:
      value - allowed object is Boolean