Class RedactAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- net.webpdf.wsclient.schema.operation.RedactAnnotationType
-
public class RedactAnnotationType extends BaseAnnotationType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">An annotation that marks page content for redaction.</p>
Java class for RedactAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RedactAnnotationType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseAnnotationType"> <all> <element name="position" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="pathElement" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/> <element name="quadrilateral" type="{http://schema.webpdf.de/1.0/operation}QuadrilateralType"/> </choice> </restriction> </complexContent> </complexType> </element> </all> <attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRedactAnnotationType.PositionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected StringinteriorColorprotected RedactAnnotationType.Positionposition
-
Constructor Summary
Constructors Constructor Description RedactAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInteriorColor()Gets the value of the interiorColor property.RedactAnnotationType.PositiongetPosition()Gets the value of the position property.booleanisSetInteriorColor()booleanisSetPosition()voidsetInteriorColor(String value)Sets the value of the interiorColor property.voidsetPosition(RedactAnnotationType.Position value)Sets the value of the position property.-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseAnnotationType
getColor, getContents, getCreator, getIntents, getName, getOpacity, getPage, getSubject, isHidden, isInvisible, isLocked, isPrintable, isRotatable, isSetColor, isSetContents, isSetCreator, isSetHidden, isSetIntents, isSetInvisible, isSetLocked, isSetName, isSetOpacity, isSetPage, isSetPrintable, isSetRotatable, isSetSubject, isSetViewable, isSetWritable, isSetZoomable, isViewable, isWritable, isZoomable, setColor, setContents, setCreator, setHidden, setIntents, setInvisible, setLocked, setName, setOpacity, setPage, setPrintable, setRotatable, setSubject, setViewable, setWritable, setZoomable, unsetHidden, unsetInvisible, unsetLocked, unsetOpacity, unsetPage, unsetPrintable, unsetRotatable, unsetViewable, unsetWritable, unsetZoomable
-
-
-
-
Field Detail
-
position
protected RedactAnnotationType.Position position
-
interiorColor
protected String interiorColor
-
-
Method Detail
-
getPosition
public RedactAnnotationType.Position getPosition()
Gets the value of the position property.- Returns:
- possible object is
RedactAnnotationType.Position
-
setPosition
public void setPosition(RedactAnnotationType.Position value)
Sets the value of the position property.- Parameters:
value- allowed object isRedactAnnotationType.Position
-
isSetPosition
public boolean isSetPosition()
-
getInteriorColor
public String getInteriorColor()
Gets the value of the interiorColor property.- Returns:
- possible object is
String
-
setInteriorColor
public void setInteriorColor(String value)
Sets the value of the interiorColor property.- Parameters:
value- allowed object isString
-
isSetInteriorColor
public boolean isSetInteriorColor()
-
-