Class ValidationReportDataType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationReportDataType
- All Implemented Interfaces:
Serializable
Java class for ValidationReportDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationReportDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TrustAnchor" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/>
<element name="CertificateChain" type="{http://uri.etsi.org/19102/v1.4.1#}CertificateChainType" minOccurs="0"/>
<element name="RelatedValidationObject" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RevocationStatusInformation" type="{http://uri.etsi.org/19102/v1.4.1#}RevocationStatusInformationType" minOccurs="0"/>
<element name="CryptoInformation" type="{http://uri.etsi.org/19102/v1.4.1#}CryptoInformationType" minOccurs="0"/>
<element name="AdditionalValidationReportData" type="{http://uri.etsi.org/19102/v1.4.1#}AdditionalValidationReportDataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdditionalValidationReportDataTypeprotected CertificateChainTypeprotected CryptoInformationTypeprotected List<VOReferenceType> protected RevocationStatusInformationTypeprotected VOReferenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalValidationReportData property.Gets the value of the certificateChain property.Gets the value of the cryptoInformation property.Gets the value of the relatedValidationObject property.Gets the value of the revocationStatusInformation property.Gets the value of the trustAnchor property.voidSets the value of the additionalValidationReportData property.voidSets the value of the certificateChain property.voidSets the value of the cryptoInformation property.voidSets the value of the revocationStatusInformation property.voidsetTrustAnchor(VOReferenceType value) Sets the value of the trustAnchor property.
-
Field Details
-
trustAnchor
-
certificateChain
-
revocationStatusInformation
-
cryptoInformation
-
additionalValidationReportData
-
-
Constructor Details
-
ValidationReportDataType
public ValidationReportDataType()
-
-
Method Details
-
getTrustAnchor
Gets the value of the trustAnchor property.- Returns:
- possible object is
VOReferenceType
-
setTrustAnchor
Sets the value of the trustAnchor property.- Parameters:
value- allowed object isVOReferenceType
-
getCertificateChain
Gets the value of the certificateChain property.- Returns:
- possible object is
CertificateChainType
-
setCertificateChain
Sets the value of the certificateChain property.- Parameters:
value- allowed object isCertificateChainType
-
getRelatedValidationObject
Gets the value of the relatedValidationObject 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 Jakarta XML Binding object. This is why there is not a
setmethod for the relatedValidationObject property.For example, to add a new item, do as follows:
getRelatedValidationObject().add(newItem);Objects of the following type(s) are allowed in the list
VOReferenceType -
getRevocationStatusInformation
Gets the value of the revocationStatusInformation property.- Returns:
- possible object is
RevocationStatusInformationType
-
setRevocationStatusInformation
Sets the value of the revocationStatusInformation property.- Parameters:
value- allowed object isRevocationStatusInformationType
-
getCryptoInformation
Gets the value of the cryptoInformation property.- Returns:
- possible object is
CryptoInformationType
-
setCryptoInformation
Sets the value of the cryptoInformation property.- Parameters:
value- allowed object isCryptoInformationType
-
getAdditionalValidationReportData
Gets the value of the additionalValidationReportData property.- Returns:
- possible object is
AdditionalValidationReportDataType
-
setAdditionalValidationReportData
Sets the value of the additionalValidationReportData property.- Parameters:
value- allowed object isAdditionalValidationReportDataType
-