Class BlackenType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BlackenType
-
public class BlackenType extends Object
<?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">If this element is set, all redact annotations placed in the document will be converted into actual content redactions. Content obscured by such an annotation will be irretrievably removed from the page content.</p>
Java class for BlackenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BlackenType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="collisionRatio" default="30"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <maxInclusive value="100"/> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="redactTexts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="redactImages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="redactAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="redactPaths" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegercollisionRatioprotected BooleanredactAnnotationsprotected BooleanredactImagesprotected BooleanredactPathsprotected BooleanredactTexts
-
Constructor Summary
Constructors Constructor Description BlackenType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCollisionRatio()Gets the value of the collisionRatio property.booleanisRedactAnnotations()Gets the value of the redactAnnotations property.booleanisRedactImages()Gets the value of the redactImages property.booleanisRedactPaths()Gets the value of the redactPaths property.booleanisRedactTexts()Gets the value of the redactTexts property.booleanisSetCollisionRatio()booleanisSetRedactAnnotations()booleanisSetRedactImages()booleanisSetRedactPaths()booleanisSetRedactTexts()voidsetCollisionRatio(int value)Sets the value of the collisionRatio property.voidsetRedactAnnotations(boolean value)Sets the value of the redactAnnotations property.voidsetRedactImages(boolean value)Sets the value of the redactImages property.voidsetRedactPaths(boolean value)Sets the value of the redactPaths property.voidsetRedactTexts(boolean value)Sets the value of the redactTexts property.voidunsetCollisionRatio()voidunsetRedactAnnotations()voidunsetRedactImages()voidunsetRedactPaths()voidunsetRedactTexts()
-
-
-
Method Detail
-
getCollisionRatio
public int getCollisionRatio()
Gets the value of the collisionRatio property.- Returns:
- possible object is
Integer
-
setCollisionRatio
public void setCollisionRatio(int value)
Sets the value of the collisionRatio property.- Parameters:
value- allowed object isInteger
-
isSetCollisionRatio
public boolean isSetCollisionRatio()
-
unsetCollisionRatio
public void unsetCollisionRatio()
-
isRedactTexts
public boolean isRedactTexts()
Gets the value of the redactTexts property.- Returns:
- possible object is
Boolean
-
setRedactTexts
public void setRedactTexts(boolean value)
Sets the value of the redactTexts property.- Parameters:
value- allowed object isBoolean
-
isSetRedactTexts
public boolean isSetRedactTexts()
-
unsetRedactTexts
public void unsetRedactTexts()
-
isRedactImages
public boolean isRedactImages()
Gets the value of the redactImages property.- Returns:
- possible object is
Boolean
-
setRedactImages
public void setRedactImages(boolean value)
Sets the value of the redactImages property.- Parameters:
value- allowed object isBoolean
-
isSetRedactImages
public boolean isSetRedactImages()
-
unsetRedactImages
public void unsetRedactImages()
-
isRedactAnnotations
public boolean isRedactAnnotations()
Gets the value of the redactAnnotations property.- Returns:
- possible object is
Boolean
-
setRedactAnnotations
public void setRedactAnnotations(boolean value)
Sets the value of the redactAnnotations property.- Parameters:
value- allowed object isBoolean
-
isSetRedactAnnotations
public boolean isSetRedactAnnotations()
-
unsetRedactAnnotations
public void unsetRedactAnnotations()
-
isRedactPaths
public boolean isRedactPaths()
Gets the value of the redactPaths property.- Returns:
- possible object is
Boolean
-
setRedactPaths
public void setRedactPaths(boolean value)
Sets the value of the redactPaths property.- Parameters:
value- allowed object isBoolean
-
isSetRedactPaths
public boolean isSetRedactPaths()
-
unsetRedactPaths
public void unsetRedactPaths()
-
-