Class PDFAConstraints

java.lang.Object
eu.europa.esig.dss.policy.jaxb.PDFAConstraints
All Implemented Interfaces:
Serializable

public class PDFAConstraints extends Object implements 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 Details

  • Constructor Details

    • PDFAConstraints

      public PDFAConstraints()
  • Method Details

    • getAcceptablePDFAProfiles

      public MultiValuesConstraint getAcceptablePDFAProfiles()
      Gets the value of the acceptablePDFAProfiles property.
      Returns:
      possible object is MultiValuesConstraint
    • setAcceptablePDFAProfiles

      public void setAcceptablePDFAProfiles(MultiValuesConstraint value)
      Sets the value of the acceptablePDFAProfiles property.
      Parameters:
      value - allowed object is MultiValuesConstraint
    • getPDFACompliant

      public LevelConstraint getPDFACompliant()
      Gets the value of the pdfaCompliant property.
      Returns:
      possible object is LevelConstraint
    • setPDFACompliant

      public void setPDFACompliant(LevelConstraint value)
      Sets the value of the pdfaCompliant property.
      Parameters:
      value - allowed object is LevelConstraint