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 Summary
Fields Modifier and Type Field Description protected DigestAlgAndValueTypedigestAlgAndValueprotected VOReferenceTypesignersDocumentRef -
Constructor Summary
Constructors Constructor Description SignersDocumentType() -
Method Summary
Modifier and Type Method Description DigestAlgAndValueTypegetDigestAlgAndValue()Gets the value of the digestAlgAndValue property.VOReferenceTypegetSignersDocumentRef()Gets the value of the signersDocumentRef property.voidsetDigestAlgAndValue(DigestAlgAndValueType value)Sets the value of the digestAlgAndValue property.voidsetSignersDocumentRef(VOReferenceType value)Sets the value of the signersDocumentRef property.
-
Field Details
-
Constructor Details
-
SignersDocumentType
public SignersDocumentType()
-
-
Method Details
-
getDigestAlgAndValue
Gets the value of the digestAlgAndValue property.- Returns:
- possible object is
DigestAlgAndValueType
-
setDigestAlgAndValue
Sets the value of the digestAlgAndValue property.- Parameters:
value- allowed object isDigestAlgAndValueType
-
getSignersDocumentRef
Gets the value of the signersDocumentRef property.- Returns:
- possible object is
VOReferenceType
-
setSignersDocumentRef
Sets the value of the signersDocumentRef property.- Parameters:
value- allowed object isVOReferenceType
-