Class 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
    • Constructor Detail

      • SignersDocumentType

        public SignersDocumentType()
    • Method Detail

      • 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