Class XmlPDFAInfo
java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlPDFAInfo
- All Implemented Interfaces:
Serializable
Java class for PDFAInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDFAInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PDFAProfile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ValidationMessages" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Error" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="valid" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Boolean
protected XmlValidationMessages
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pdfaProfile property.Gets the value of the validationMessages property.isValid()
Gets the value of the valid property.void
setPDFAProfile
(String value) Sets the value of the pdfaProfile property.void
Sets the value of the valid property.void
Sets the value of the validationMessages property.
-
Field Details
-
pdfaProfile
-
validationMessages
-
valid
-
-
Constructor Details
-
XmlPDFAInfo
public XmlPDFAInfo()
-
-
Method Details
-
getPDFAProfile
Gets the value of the pdfaProfile property.- Returns:
- possible object is
String
-
setPDFAProfile
Sets the value of the pdfaProfile property.- Parameters:
value
- allowed object isString
-
getValidationMessages
Gets the value of the validationMessages property.- Returns:
- possible object is
XmlValidationMessages
-
setValidationMessages
Sets the value of the validationMessages property.- Parameters:
value
- allowed object isXmlValidationMessages
-
isValid
Gets the value of the valid property.- Returns:
- possible object is
Boolean
-
setValid
Sets the value of the valid property.- Parameters:
value
- allowed object isBoolean
-