Class SignatureValidationReportType
- All Implemented Interfaces:
Serializable
public class SignatureValidationReportType extends Object implements 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.2.1#}SignatureIdentifierType" minOccurs="0"/>
<element name="ValidationConstraintsEvaluationReport" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationConstraintsEvaluationReportType" minOccurs="0"/>
<element name="ValidationTimeInfo" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationTimeInfoType" minOccurs="0"/>
<element name="SignersDocument" type="{http://uri.etsi.org/19102/v1.2.1#}SignersDocumentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SignatureAttributes" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureAttributesType" minOccurs="0"/>
<element name="SignerInformation" type="{http://uri.etsi.org/19102/v1.2.1#}SignerInformationType" minOccurs="0"/>
<element name="SignatureQuality" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureQualityType" minOccurs="0"/>
<element name="SignatureValidationProcess" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureValidationProcessType" minOccurs="0"/>
<element name="SignatureValidationStatus" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationStatusType"/>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>anyprotected SignatureAttributesTypesignatureAttributesprotected SignatureIdentifierTypesignatureIdentifierprotected SignatureQualityTypesignatureQualityprotected SignatureValidationProcessTypesignatureValidationProcessprotected ValidationStatusTypesignatureValidationStatusprotected SignerInformationTypesignerInformationprotected List<SignersDocumentType>signersDocumentprotected ValidationConstraintsEvaluationReportTypevalidationConstraintsEvaluationReportprotected ValidationTimeInfoTypevalidationTimeInfo -
Constructor Summary
Constructors Constructor Description SignatureValidationReportType() -
Method Summary
Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.SignatureAttributesTypegetSignatureAttributes()Gets the value of the signatureAttributes property.SignatureIdentifierTypegetSignatureIdentifier()Gets the value of the signatureIdentifier property.SignatureQualityTypegetSignatureQuality()Gets the value of the signatureQuality property.SignatureValidationProcessTypegetSignatureValidationProcess()Gets the value of the signatureValidationProcess property.ValidationStatusTypegetSignatureValidationStatus()Gets the value of the signatureValidationStatus property.SignerInformationTypegetSignerInformation()Gets the value of the signerInformation property.List<SignersDocumentType>getSignersDocument()Gets the value of the signersDocument property.ValidationConstraintsEvaluationReportTypegetValidationConstraintsEvaluationReport()Gets the value of the validationConstraintsEvaluationReport property.ValidationTimeInfoTypegetValidationTimeInfo()Gets the value of the validationTimeInfo property.voidsetSignatureAttributes(SignatureAttributesType value)Sets the value of the signatureAttributes property.voidsetSignatureIdentifier(SignatureIdentifierType value)Sets the value of the signatureIdentifier property.voidsetSignatureQuality(SignatureQualityType value)Sets the value of the signatureQuality property.voidsetSignatureValidationProcess(SignatureValidationProcessType value)Sets the value of the signatureValidationProcess property.voidsetSignatureValidationStatus(ValidationStatusType value)Sets the value of the signatureValidationStatus property.voidsetSignerInformation(SignerInformationType value)Sets the value of the signerInformation property.voidsetValidationConstraintsEvaluationReport(ValidationConstraintsEvaluationReportType value)Sets the value of the validationConstraintsEvaluationReport property.voidsetValidationTimeInfo(ValidationTimeInfoType value)Sets the value of the validationTimeInfo property.
-
Field Details
-
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.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the signersDocument property.For example, to add a new item, do as follows:
getSignersDocument().add(newItem);Objects of the following type(s) are allowed in the list
SignersDocumentType -
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
-
getAny
Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ElementObject
-