Class ValidationReportDataType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationReportDataType
- All Implemented Interfaces:
Serializable
public class ValidationReportDataType extends Object implements 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.2.1#}VOReferenceType" minOccurs="0"/>
<element name="CertificateChain" type="{http://uri.etsi.org/19102/v1.2.1#}CertificateChainType" minOccurs="0"/>
<element name="RelatedValidationObject" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RevocationStatusInformation" type="{http://uri.etsi.org/19102/v1.2.1#}RevocationStatusInformationType" minOccurs="0"/>
<element name="CryptoInformation" type="{http://uri.etsi.org/19102/v1.2.1#}CryptoInformationType" minOccurs="0"/>
<element name="AdditionalValidationReportData" type="{http://uri.etsi.org/19102/v1.2.1#}AdditionalValidationReportDataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected AdditionalValidationReportDataTypeadditionalValidationReportDataprotected CertificateChainTypecertificateChainprotected CryptoInformationTypecryptoInformationprotected List<VOReferenceType>relatedValidationObjectprotected RevocationStatusInformationTyperevocationStatusInformationprotected VOReferenceTypetrustAnchor -
Constructor Summary
Constructors Constructor Description ValidationReportDataType() -
Method Summary
Modifier and Type Method Description AdditionalValidationReportDataTypegetAdditionalValidationReportData()Gets the value of the additionalValidationReportData property.CertificateChainTypegetCertificateChain()Gets the value of the certificateChain property.CryptoInformationTypegetCryptoInformation()Gets the value of the cryptoInformation property.List<VOReferenceType>getRelatedValidationObject()Gets the value of the relatedValidationObject property.RevocationStatusInformationTypegetRevocationStatusInformation()Gets the value of the revocationStatusInformation property.VOReferenceTypegetTrustAnchor()Gets the value of the trustAnchor property.voidsetAdditionalValidationReportData(AdditionalValidationReportDataType value)Sets the value of the additionalValidationReportData property.voidsetCertificateChain(CertificateChainType value)Sets the value of the certificateChain property.voidsetCryptoInformation(CryptoInformationType value)Sets the value of the cryptoInformation property.voidsetRevocationStatusInformation(RevocationStatusInformationType value)Sets the value of the revocationStatusInformation property.voidsetTrustAnchor(VOReferenceType value)Sets the value of the trustAnchor property.
-
Field Details
-
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 JAXB 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
-