Class PdfaType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.PdfaType
-
public class PdfaType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The PDF/A standard the document claims to be conforming to.</p>
Java class for PdfaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PdfaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="part" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="conformance" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringconformanceprotected Stringpart
-
Constructor Summary
Constructors Constructor Description PdfaType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConformance()Gets the value of the conformance property.StringgetPart()Gets the value of the part property.booleanisSetConformance()booleanisSetPart()voidsetConformance(String value)Sets the value of the conformance property.voidsetPart(String value)Sets the value of the part property.
-
-
-
Method Detail
-
getPart
public String getPart()
Gets the value of the part property.- Returns:
- possible object is
String
-
setPart
public void setPart(String value)
Sets the value of the part property.- Parameters:
value- allowed object isString
-
isSetPart
public boolean isSetPart()
-
getConformance
public String getConformance()
Gets the value of the conformance property.- Returns:
- possible object is
String
-
setConformance
public void setConformance(String value)
Sets the value of the conformance property.- Parameters:
value- allowed object isString
-
isSetConformance
public boolean isSetConformance()
-
-