Class XmlPDFAInfo

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlPDFAInfo
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • XmlPDFAInfo

      public XmlPDFAInfo()
  • Method Details

    • getPDFAProfile

      public String getPDFAProfile()
      Gets the value of the pdfaProfile property.
      Returns:
      possible object is String
    • setPDFAProfile

      public void setPDFAProfile(String value)
      Sets the value of the pdfaProfile property.
      Parameters:
      value - allowed object is String
    • getValidationMessages

      public XmlValidationMessages getValidationMessages()
      Gets the value of the validationMessages property.
      Returns:
      possible object is XmlValidationMessages
    • setValidationMessages

      public void setValidationMessages(XmlValidationMessages value)
      Sets the value of the validationMessages property.
      Parameters:
      value - allowed object is XmlValidationMessages
    • isValid

      public Boolean isValid()
      Gets the value of the valid property.
      Returns:
      possible object is Boolean
    • setValid

      public void setValid(Boolean value)
      Sets the value of the valid property.
      Parameters:
      value - allowed object is Boolean