Package eu.europa.esig.dss.policy.jaxb
Class PDFAConstraints
java.lang.Object
eu.europa.esig.dss.policy.jaxb.PDFAConstraints
- All Implemented Interfaces:
Serializable
A group of constraints used for a PDF document validation against a PDF/A specification. Note : to enforce the constraints, the module dss-pdfa shall be loaded.
Java class for PDFAConstraints complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PDFAConstraints"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AcceptablePDFAProfiles" type="{http://dss.esig.europa.eu/validation/policy}MultiValuesConstraint" minOccurs="0"/> <element name="PDFACompliant" type="{http://dss.esig.europa.eu/validation/policy}LevelConstraint" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acceptablePDFAProfiles property.Gets the value of the pdfaCompliant property.void
Sets the value of the acceptablePDFAProfiles property.void
setPDFACompliant
(LevelConstraint value) Sets the value of the pdfaCompliant property.
-
Field Details
-
acceptablePDFAProfiles
-
pdfaCompliant
-
-
Constructor Details
-
PDFAConstraints
public PDFAConstraints()
-
-
Method Details
-
getAcceptablePDFAProfiles
Gets the value of the acceptablePDFAProfiles property.- Returns:
- possible object is
MultiValuesConstraint
-
setAcceptablePDFAProfiles
Sets the value of the acceptablePDFAProfiles property.- Parameters:
value
- allowed object isMultiValuesConstraint
-
getPDFACompliant
Gets the value of the pdfaCompliant property.- Returns:
- possible object is
LevelConstraint
-
setPDFACompliant
Sets the value of the pdfaCompliant property.- Parameters:
value
- allowed object isLevelConstraint
-