Class XmlSimpleReport
- All Implemented Interfaces:
Serializable
Java class for SimpleReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationPolicy" type="{http://dss.esig.europa.eu/validation/simple-report}ValidationPolicy"/>
<element name="DocumentName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ValidSignaturesCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SignaturesCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ContainerType" type="{http://dss.esig.europa.eu/validation/simple-report}ContainerType" minOccurs="0"/>
<element name="PDFAInfo" type="{http://dss.esig.europa.eu/validation/simple-report}PDFAInfo" minOccurs="0"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="Signature" type="{http://dss.esig.europa.eu/validation/simple-report}Signature"/>
<element name="Timestamp" type="{http://dss.esig.europa.eu/validation/simple-report}Timestamp"/>
<element name="EvidenceRecord" type="{http://dss.esig.europa.eu/validation/simple-report}EvidenceRecord"/>
</choice>
<element name="Semantic" type="{http://dss.esig.europa.eu/validation/simple-report}Semantic" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ASiCContainerTypeprotected Stringprotected XmlPDFAInfoprotected List<XmlSemantic> protected intprotected XmlValidationPolicyprotected Dateprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the containerType property.Gets the value of the documentName property.Gets the value of the pdfaInfo property.Gets the value of the semantic property.Gets the value of the signatureOrTimestampOrEvidenceRecord property.intGets the value of the signaturesCount property.Gets the value of the validationPolicy property.Gets the value of the validationTime property.intGets the value of the validSignaturesCount property.voidSets the value of the containerType property.voidsetDocumentName(String value) Sets the value of the documentName property.voidsetPDFAInfo(XmlPDFAInfo value) Sets the value of the pdfaInfo property.voidsetSignaturesCount(int value) Sets the value of the signaturesCount property.voidSets the value of the validationPolicy property.voidsetValidationTime(Date value) Sets the value of the validationTime property.voidsetValidSignaturesCount(int value) Sets the value of the validSignaturesCount property.
-
Field Details
-
validationPolicy
-
documentName
-
validSignaturesCount
protected int validSignaturesCount -
signaturesCount
protected int signaturesCount -
containerType
-
pdfaInfo
-
signatureOrTimestampOrEvidenceRecord
-
semantic
-
validationTime
-
-
Constructor Details
-
XmlSimpleReport
public XmlSimpleReport()
-
-
Method Details
-
getValidationPolicy
Gets the value of the validationPolicy property.- Returns:
- possible object is
XmlValidationPolicy
-
setValidationPolicy
Sets the value of the validationPolicy property.- Parameters:
value- allowed object isXmlValidationPolicy
-
getDocumentName
-
setDocumentName
-
getValidSignaturesCount
public int getValidSignaturesCount()Gets the value of the validSignaturesCount property. -
setValidSignaturesCount
public void setValidSignaturesCount(int value) Sets the value of the validSignaturesCount property. -
getSignaturesCount
public int getSignaturesCount()Gets the value of the signaturesCount property. -
setSignaturesCount
public void setSignaturesCount(int value) Sets the value of the signaturesCount property. -
getContainerType
Gets the value of the containerType property.- Returns:
- possible object is
String
-
setContainerType
Sets the value of the containerType property.- Parameters:
value- allowed object isString
-
getPDFAInfo
Gets the value of the pdfaInfo property.- Returns:
- possible object is
XmlPDFAInfo
-
setPDFAInfo
Sets the value of the pdfaInfo property.- Parameters:
value- allowed object isXmlPDFAInfo
-
getSignatureOrTimestampOrEvidenceRecord
Gets the value of the signatureOrTimestampOrEvidenceRecord 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 signatureOrTimestampOrEvidenceRecord property.For example, to add a new item, do as follows:
getSignatureOrTimestampOrEvidenceRecord().add(newItem);Objects of the following type(s) are allowed in the list
XmlEvidenceRecordXmlSignatureXmlTimestamp -
getSemantic
Gets the value of the semantic 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 semantic property.For example, to add a new item, do as follows:
getSemantic().add(newItem);Objects of the following type(s) are allowed in the list
XmlSemantic -
getValidationTime
-
setValidationTime
-