public class RedactType extends BaseToolboxType
Java class for RedactType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RedactType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<all>
<element name="sanitize" type="{http://schema.webpdf.de/1.0/operation}SanitizeType" minOccurs="0"/>
<element name="blacken" type="{http://schema.webpdf.de/1.0/operation}BlackenType" minOccurs="0"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BlackenType |
blacken |
protected SanitizeType |
sanitize |
| Constructor and Description |
|---|
RedactType() |
| Modifier and Type | Method and Description |
|---|---|
BlackenType |
getBlacken()
Gets the value of the blacken property.
|
SanitizeType |
getSanitize()
Gets the value of the sanitize property.
|
boolean |
isSetBlacken() |
boolean |
isSetSanitize() |
void |
setBlacken(BlackenType value)
Sets the value of the blacken property.
|
void |
setSanitize(SanitizeType value)
Sets the value of the sanitize property.
|
protected SanitizeType sanitize
protected BlackenType blacken
public SanitizeType getSanitize()
SanitizeTypepublic void setSanitize(SanitizeType value)
value - allowed object is
SanitizeTypepublic boolean isSetSanitize()
public BlackenType getBlacken()
BlackenTypepublic void setBlacken(BlackenType value)
value - allowed object is
BlackenTypepublic boolean isSetBlacken()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.