Class PdfaType.Analyze
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.PdfaType.Analyze
-
- Enclosing class:
- PdfaType
public static class PdfaType.Analyze extends Object
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="level" type="{http://schema.webpdf.de/1.0/operation}PdfaLevelType" default="3b" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PdfaLevelTypelevel<?
-
Constructor Summary
Constructors Constructor Description Analyze()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfaLevelTypegetLevel()<?booleanisSetLevel()voidsetLevel(PdfaLevelType value)Sets the value of the level property.
-
-
-
Field Detail
-
level
protected PdfaLevelType level
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p567934_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p643558_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).</p>
-
-
Method Detail
-
getLevel
public PdfaLevelType getLevel()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p567934_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p643558_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Specifies the compliance level when creating or validating PDF/A documents (as specified in ISO 19005).</p>
- Returns:
- possible object is
PdfaLevelType
-
setLevel
public void setLevel(PdfaLevelType value)
Sets the value of the level property.- Parameters:
value- allowed object isPdfaLevelType- See Also:
getLevel()
-
isSetLevel
public boolean isSetLevel()
-
-