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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected XmlValidationMessages -
Constructor Summary
Constructors -
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.voidsetPDFAProfile(String value) Sets the value of the pdfaProfile property.voidSets the value of the valid property.voidSets the value of the validationMessages property.
-
Field Details
-
pdfaProfile
-
validationMessages
-
valid
-
-
Constructor Details
-
XmlPDFAInfo
public XmlPDFAInfo()
-
-
Method Details
-
getPDFAProfile
-
setPDFAProfile
-
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
-
setValid
-