Class XmlPDFAInfo

java.lang.Object
eu.europa.esig.dss.diagnostic.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="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 Details

    • profileId

      protected String profileId
    • validationMessages

      protected List<String> validationMessages
    • compliant

      protected boolean compliant
  • Constructor Details

    • XmlPDFAInfo

      public XmlPDFAInfo()
  • Method Details

    • getProfileId

      public String getProfileId()
      Gets the value of the profileId property.
      Returns:
      possible object is String
    • setProfileId

      public void setProfileId(String value)
      Sets the value of the profileId property.
      Parameters:
      value - allowed object is String
    • 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

      public List<String> getValidationMessages()
    • setValidationMessages

      public void setValidationMessages(List<String> validationMessages)