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()Gets the value of the level property.booleanisSetLevel()voidsetLevel(PdfaLevelType value)Sets the value of the level property.
-
-
-
Field Detail
-
level
protected PdfaLevelType level
-
-
Method Detail
-
getLevel
public PdfaLevelType getLevel()
Gets the value of the level property.- Returns:
- possible object is
PdfaLevelType
-
setLevel
public void setLevel(PdfaLevelType value)
Sets the value of the level property.- Parameters:
value- allowed object isPdfaLevelType
-
isSetLevel
public boolean isSetLevel()
-
-