Class DocumentHash

java.lang.Object
oasis.names.tc.dss._1_0.core.schema.DocumentBaseType
oasis.names.tc.dss._1_0.core.schema.DocumentHash

public class DocumentHash extends DocumentBaseType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{urn:oasis:names:tc:dss:1.0:core:schema}DocumentBaseType">
       <sequence>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Transforms" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestMethod" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}DigestValue"/>
       </sequence>
       <attribute name="WhichReference" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • transforms

      protected TransformsType transforms
    • digestMethod

      protected DigestMethodType digestMethod
    • digestValue

      protected byte[] digestValue
    • whichReference

      protected BigInteger whichReference
  • Constructor Details

    • DocumentHash

      public DocumentHash()
  • Method Details

    • getTransforms

      public TransformsType getTransforms()
      Gets the value of the transforms property.
      Returns:
      possible object is TransformsType
    • setTransforms

      public void setTransforms(TransformsType value)
      Sets the value of the transforms property.
      Parameters:
      value - allowed object is TransformsType
    • 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[]
    • getWhichReference

      public BigInteger getWhichReference()
      Gets the value of the whichReference property.
      Returns:
      possible object is BigInteger
    • setWhichReference

      public void setWhichReference(BigInteger value)
      Sets the value of the whichReference property.
      Parameters:
      value - allowed object is BigInteger