public class BlackenType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
collisionRatio |
protected Boolean |
redactAnnotations |
protected Boolean |
redactImages |
protected Boolean |
redactPaths |
protected Boolean |
redactTexts |
| Constructor and Description |
|---|
BlackenType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCollisionRatio()
Gets the value of the collisionRatio property.
|
boolean |
isRedactAnnotations()
Gets the value of the redactAnnotations property.
|
boolean |
isRedactImages()
Gets the value of the redactImages property.
|
boolean |
isRedactPaths()
Gets the value of the redactPaths property.
|
boolean |
isRedactTexts()
Gets the value of the redactTexts property.
|
boolean |
isSetCollisionRatio() |
boolean |
isSetRedactAnnotations() |
boolean |
isSetRedactImages() |
boolean |
isSetRedactPaths() |
boolean |
isSetRedactTexts() |
void |
setCollisionRatio(int value)
Sets the value of the collisionRatio property.
|
void |
setRedactAnnotations(boolean value)
Sets the value of the redactAnnotations property.
|
void |
setRedactImages(boolean value)
Sets the value of the redactImages property.
|
void |
setRedactPaths(boolean value)
Sets the value of the redactPaths property.
|
void |
setRedactTexts(boolean value)
Sets the value of the redactTexts property.
|
void |
unsetCollisionRatio() |
void |
unsetRedactAnnotations() |
void |
unsetRedactImages() |
void |
unsetRedactPaths() |
void |
unsetRedactTexts() |
protected Integer collisionRatio
protected Boolean redactTexts
protected Boolean redactImages
protected Boolean redactAnnotations
protected Boolean redactPaths
public int getCollisionRatio()
Integerpublic void setCollisionRatio(int value)
value - allowed object is
Integerpublic boolean isSetCollisionRatio()
public void unsetCollisionRatio()
public boolean isRedactTexts()
Booleanpublic void setRedactTexts(boolean value)
value - allowed object is
Booleanpublic boolean isSetRedactTexts()
public void unsetRedactTexts()
public boolean isRedactImages()
Booleanpublic void setRedactImages(boolean value)
value - allowed object is
Booleanpublic boolean isSetRedactImages()
public void unsetRedactImages()
public boolean isRedactAnnotations()
Booleanpublic void setRedactAnnotations(boolean value)
value - allowed object is
Booleanpublic boolean isSetRedactAnnotations()
public void unsetRedactAnnotations()
public boolean isRedactPaths()
Booleanpublic void setRedactPaths(boolean value)
value - allowed object is
Booleanpublic boolean isSetRedactPaths()
public void unsetRedactPaths()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.