Class ValidationReportType
java.lang.Object
eu.europa.esig.validationreport.jaxb.ValidationReportType
- All Implemented Interfaces:
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SignatureTypeprotected ValidationObjectListTypeprotected List<SignatureValidationReportType>protected SignatureValidatorType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signature property.Gets the value of the signatureValidationObjects property.Gets the value of the signatureValidationReport property.Gets the value of the signatureValidator property.voidsetSignature(SignatureType value) Sets the value of the signature property.voidSets the value of the signatureValidationObjects property.voidSets the value of the signatureValidator property.
-
Field Details
-
signatureValidationReport
-
signatureValidationObjects
-
signatureValidator
-
signature
-
-
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
-