Class SignatureValidationReportType
java.lang.Object
eu.europa.esig.validationreport.jaxb.SignatureValidationReportType
- All Implemented Interfaces:
Serializable
Java class for SignatureValidationReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureValidationReportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignatureIdentifier" type="{http://uri.etsi.org/19102/v1.4.1#}SignatureIdentifierType" minOccurs="0"/>
<element name="ValidationConstraintsEvaluationReport" type="{http://uri.etsi.org/19102/v1.4.1#}ValidationConstraintsEvaluationReportType" minOccurs="0"/>
<element name="ValidationTimeInfo" type="{http://uri.etsi.org/19102/v1.4.1#}ValidationTimeInfoType" minOccurs="0"/>
<element name="SignersDocument" type="{http://uri.etsi.org/19102/v1.4.1#}SignersDocumentType" minOccurs="0"/>
<element name="SignatureAttributes" type="{http://uri.etsi.org/19102/v1.4.1#}SignatureAttributesType" minOccurs="0"/>
<element name="SignerInformation" type="{http://uri.etsi.org/19102/v1.4.1#}SignerInformationType" minOccurs="0"/>
<element name="SignatureQuality" type="{http://uri.etsi.org/19102/v1.4.1#}SignatureQualityType" minOccurs="0"/>
<element name="SignatureValidationProcess" type="{http://uri.etsi.org/19102/v1.4.1#}SignatureValidationProcessType" minOccurs="0"/>
<element name="SignatureValidationStatus" type="{http://uri.etsi.org/19102/v1.4.1#}ValidationStatusType"/>
<element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnyTypeprotected SignatureAttributesTypeprotected SignatureIdentifierTypeprotected SignatureQualityTypeprotected SignatureValidationProcessTypeprotected ValidationStatusTypeprotected SignerInformationTypeprotected SignersDocumentTypeprotected ValidationTimeInfoType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherInformation property.Gets the value of the signatureAttributes property.Gets the value of the signatureIdentifier property.Gets the value of the signatureQuality property.Gets the value of the signatureValidationProcess property.Gets the value of the signatureValidationStatus property.Gets the value of the signerInformation property.Gets the value of the signersDocument property.Gets the value of the validationConstraintsEvaluationReport property.Gets the value of the validationTimeInfo property.voidsetOtherInformation(AnyType value) Sets the value of the otherInformation property.voidSets the value of the signatureAttributes property.voidSets the value of the signatureIdentifier property.voidSets the value of the signatureQuality property.voidSets the value of the signatureValidationProcess property.voidSets the value of the signatureValidationStatus property.voidSets the value of the signerInformation property.voidSets the value of the signersDocument property.voidSets the value of the validationConstraintsEvaluationReport property.voidSets the value of the validationTimeInfo property.
-
Field Details
-
signatureIdentifier
-
validationConstraintsEvaluationReport
-
validationTimeInfo
-
signersDocument
-
signatureAttributes
-
signerInformation
-
signatureQuality
-
signatureValidationProcess
-
signatureValidationStatus
-
otherInformation
-
-
Constructor Details
-
SignatureValidationReportType
public SignatureValidationReportType()
-
-
Method Details
-
getSignatureIdentifier
Gets the value of the signatureIdentifier property.- Returns:
- possible object is
SignatureIdentifierType
-
setSignatureIdentifier
Sets the value of the signatureIdentifier property.- Parameters:
value- allowed object isSignatureIdentifierType
-
getValidationConstraintsEvaluationReport
Gets the value of the validationConstraintsEvaluationReport property.- Returns:
- possible object is
ValidationConstraintsEvaluationReportType
-
setValidationConstraintsEvaluationReport
public void setValidationConstraintsEvaluationReport(ValidationConstraintsEvaluationReportType value) Sets the value of the validationConstraintsEvaluationReport property.- Parameters:
value- allowed object isValidationConstraintsEvaluationReportType
-
getValidationTimeInfo
Gets the value of the validationTimeInfo property.- Returns:
- possible object is
ValidationTimeInfoType
-
setValidationTimeInfo
Sets the value of the validationTimeInfo property.- Parameters:
value- allowed object isValidationTimeInfoType
-
getSignersDocument
Gets the value of the signersDocument property.- Returns:
- possible object is
SignersDocumentType
-
setSignersDocument
Sets the value of the signersDocument property.- Parameters:
value- allowed object isSignersDocumentType
-
getSignatureAttributes
Gets the value of the signatureAttributes property.- Returns:
- possible object is
SignatureAttributesType
-
setSignatureAttributes
Sets the value of the signatureAttributes property.- Parameters:
value- allowed object isSignatureAttributesType
-
getSignerInformation
Gets the value of the signerInformation property.- Returns:
- possible object is
SignerInformationType
-
setSignerInformation
Sets the value of the signerInformation property.- Parameters:
value- allowed object isSignerInformationType
-
getSignatureQuality
Gets the value of the signatureQuality property.- Returns:
- possible object is
SignatureQualityType
-
setSignatureQuality
Sets the value of the signatureQuality property.- Parameters:
value- allowed object isSignatureQualityType
-
getSignatureValidationProcess
Gets the value of the signatureValidationProcess property.- Returns:
- possible object is
SignatureValidationProcessType
-
setSignatureValidationProcess
Sets the value of the signatureValidationProcess property.- Parameters:
value- allowed object isSignatureValidationProcessType
-
getSignatureValidationStatus
Gets the value of the signatureValidationStatus property.- Returns:
- possible object is
ValidationStatusType
-
setSignatureValidationStatus
Sets the value of the signatureValidationStatus property.- Parameters:
value- allowed object isValidationStatusType
-
getOtherInformation
Gets the value of the otherInformation property.- Returns:
- possible object is
AnyType
-
setOtherInformation
Sets the value of the otherInformation property.- Parameters:
value- allowed object isAnyType
-