Class ValidationReportType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationReportType
- All Implemented Interfaces:
Serializable
public class ValidationReportType extends Object implements Serializable
Java class for ValidationReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationReportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignatureValidationReport" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureValidationReportType" maxOccurs="unbounded"/>
<element name="SignatureValidationObjects" type="{http://uri.etsi.org/19102/v1.2.1#}ValidationObjectListType" minOccurs="0"/>
<element name="SignatureValidator" type="{http://uri.etsi.org/19102/v1.2.1#}SignatureValidatorType" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected SignatureTypesignatureprotected ValidationObjectListTypesignatureValidationObjectsprotected List<SignatureValidationReportType>signatureValidationReportprotected SignatureValidatorTypesignatureValidator -
Constructor Summary
Constructors Constructor Description ValidationReportType() -
Method Summary
Modifier and Type Method Description SignatureTypegetSignature()Gets the value of the signature property.ValidationObjectListTypegetSignatureValidationObjects()Gets the value of the signatureValidationObjects property.List<SignatureValidationReportType>getSignatureValidationReport()Gets the value of the signatureValidationReport property.SignatureValidatorTypegetSignatureValidator()Gets the value of the signatureValidator property.voidsetSignature(SignatureType value)Sets the value of the signature property.voidsetSignatureValidationObjects(ValidationObjectListType value)Sets the value of the signatureValidationObjects property.voidsetSignatureValidator(SignatureValidatorType value)Sets the value of the signatureValidator property.
-
Field Details
-
Constructor Details
-
ValidationReportType
public ValidationReportType()
-
-
Method Details
-
getSignatureValidationReport
Gets the value of the signatureValidationReport 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 signatureValidationReport property.For example, to add a new item, do as follows:
getSignatureValidationReport().add(newItem);Objects of the following type(s) are allowed in the list
SignatureValidationReportType -
getSignatureValidationObjects
Gets the value of the signatureValidationObjects property.- Returns:
- possible object is
ValidationObjectListType
-
setSignatureValidationObjects
Sets the value of the signatureValidationObjects property.- Parameters:
value- allowed object isValidationObjectListType
-
getSignatureValidator
Gets the value of the signatureValidator property.- Returns:
- possible object is
SignatureValidatorType
-
setSignatureValidator
Sets the value of the signatureValidator property.- Parameters:
value- allowed object isSignatureValidatorType
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-