Class XmlPDFAInfo
java.lang.Object
eu.europa.esig.dss.diagnostic.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="ProfileId" type="{http://www.w3.org/2001/XMLSchema}string"/> <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="compliant" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the profileId property.boolean
Gets the value of the compliant property.void
setCompliant
(boolean value) Sets the value of the compliant property.void
setProfileId
(String value) Sets the value of the profileId property.void
setValidationMessages
(List<String> validationMessages)
-
Field Details
-
profileId
-
validationMessages
-
compliant
protected boolean compliant
-
-
Constructor Details
-
XmlPDFAInfo
public XmlPDFAInfo()
-
-
Method Details
-
getProfileId
Gets the value of the profileId property.- Returns:
- possible object is
String
-
setProfileId
Sets the value of the profileId property.- Parameters:
value
- allowed object isString
-
isCompliant
public boolean isCompliant()Gets the value of the compliant property. -
setCompliant
public void setCompliant(boolean value) Sets the value of the compliant property. -
getValidationMessages
-
setValidationMessages
-