Class SignersDocumentType

java.lang.Object
eu.europa.esig.validationreport.jaxb.SignersDocumentType
All Implemented Interfaces:
Serializable

public class SignersDocumentType
extends Object
implements Serializable

Java class for SignersDocumentType complex type.

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

 <complexType name="SignersDocumentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DigestAlgAndValue" type="{http://uri.etsi.org/01903/v1.3.2#}DigestAlgAndValueType"/>
         <element name="SignersDocumentRef" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • SignersDocumentType

      public SignersDocumentType()
  • Method Details

    • getDigestAlgAndValue

      public DigestAlgAndValueType getDigestAlgAndValue()
      Gets the value of the digestAlgAndValue property.
      Returns:
      possible object is DigestAlgAndValueType
    • setDigestAlgAndValue

      public void setDigestAlgAndValue​(DigestAlgAndValueType value)
      Sets the value of the digestAlgAndValue property.
      Parameters:
      value - allowed object is DigestAlgAndValueType
    • getSignersDocumentRef

      public VOReferenceType getSignersDocumentRef()
      Gets the value of the signersDocumentRef property.
      Returns:
      possible object is VOReferenceType
    • setSignersDocumentRef

      public void setSignersDocumentRef​(VOReferenceType value)
      Sets the value of the signersDocumentRef property.
      Parameters:
      value - allowed object is VOReferenceType