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.4.1#}SignatureValidationReportType" maxOccurs="unbounded"/>
         <element name="SignatureValidationObjects" type="{http://uri.etsi.org/19102/v1.4.1#}ValidationObjectListType" minOccurs="0"/>
         <element name="SignatureValidator" type="{http://uri.etsi.org/19102/v1.4.1#}SignatureValidatorType" minOccurs="0"/>
         <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ValidationReportType

      public ValidationReportType()
  • Method Details

    • getSignatureValidationReport

      public List<SignatureValidationReportType> 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 Jakarta XML Binding object. This is why there is not a set method 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

      public ValidationObjectListType getSignatureValidationObjects()
      Gets the value of the signatureValidationObjects property.
      Returns:
      possible object is ValidationObjectListType
    • setSignatureValidationObjects

      public void setSignatureValidationObjects(ValidationObjectListType value)
      Sets the value of the signatureValidationObjects property.
      Parameters:
      value - allowed object is ValidationObjectListType
    • getSignatureValidator

      public SignatureValidatorType getSignatureValidator()
      Gets the value of the signatureValidator property.
      Returns:
      possible object is SignatureValidatorType
    • setSignatureValidator

      public void setSignatureValidator(SignatureValidatorType value)
      Sets the value of the signatureValidator property.
      Parameters:
      value - allowed object is SignatureValidatorType
    • getSignature

      public eu.europa.esig.xmldsig.jaxb.SignatureType getSignature()
      Gets the value of the signature property.
      Returns:
      possible object is SignatureType
    • setSignature

      public void setSignature(eu.europa.esig.xmldsig.jaxb.SignatureType value)
      Sets the value of the signature property.
      Parameters:
      value - allowed object is SignatureType