Class RedactType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.RedactType
-
- All Implemented Interfaces:
ParameterInterface
public class RedactType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">You can use the redact operation element to redact the contents of a document and remove metadata.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BlackenTypeblackenprotected SanitizeTypesanitize
-
Constructor Summary
Constructors Constructor Description RedactType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlackenTypegetBlacken()Gets the value of the blacken property.SanitizeTypegetSanitize()Gets the value of the sanitize property.booleanisSetBlacken()booleanisSetSanitize()voidsetBlacken(BlackenType value)Sets the value of the blacken property.voidsetSanitize(SanitizeType value)Sets the value of the sanitize property.
-
-
-
Field Detail
-
sanitize
protected SanitizeType sanitize
-
blacken
protected BlackenType blacken
-
-
Method Detail
-
getSanitize
public SanitizeType getSanitize()
Gets the value of the sanitize property.- Returns:
- possible object is
SanitizeType
-
setSanitize
public void setSanitize(SanitizeType value)
Sets the value of the sanitize property.- Parameters:
value- allowed object isSanitizeType
-
isSetSanitize
public boolean isSetSanitize()
-
getBlacken
public BlackenType getBlacken()
Gets the value of the blacken property.- Returns:
- possible object is
BlackenType
-
setBlacken
public void setBlacken(BlackenType value)
Sets the value of the blacken property.- Parameters:
value- allowed object isBlackenType
-
isSetBlacken
public boolean isSetBlacken()
-
-