public class SanitizePagesType extends SanitizeOptionsType
Java class for SanitizePagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SanitizePagesType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}SanitizeOptionsType">
<attribute name="dpi" default="72">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}DpiType">
</restriction>
</simpleType>
</attribute>
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="*" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
dpi |
protected String |
pages |
enabled| Constructor and Description |
|---|
SanitizePagesType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDpi()
Gets the value of the dpi property.
|
String |
getPages()
Gets the value of the pages property.
|
boolean |
isSetDpi() |
boolean |
isSetPages() |
void |
setDpi(int value)
Sets the value of the dpi property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
unsetDpi() |
isEnabled, isSetEnabled, setEnabled, unsetEnabledpublic int getDpi()
Integerpublic void setDpi(int value)
value - allowed object is
Integerpublic boolean isSetDpi()
public void unsetDpi()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.