public class RedactAnnotationType extends BaseAnnotationType
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">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="pathElement" type="{http://schema.webpdf.de/1.0/operation}RectangleType"/>
</choice>
<attribute name="interiorColor" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
interiorColor |
protected List<RectangleType> |
pathElement |
| Constructor and Description |
|---|
RedactAnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInteriorColor()
Gets the value of the interiorColor property.
|
List<RectangleType> |
getPathElement()
Gets the value of the pathElement property.
|
boolean |
isSetInteriorColor() |
boolean |
isSetPathElement() |
void |
setInteriorColor(String value)
Sets the value of the interiorColor property.
|
void |
unsetPathElement() |
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, unsetZoomableprotected List<RectangleType> pathElement
protected String interiorColor
public List<RectangleType> getPathElement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pathElement property.
For example, to add a new item, do as follows:
getPathElement().add(newItem);
Objects of the following type(s) are allowed in the list
RectangleType
public boolean isSetPathElement()
public void unsetPathElement()
public String getInteriorColor()
Stringpublic void setInteriorColor(String value)
value - allowed object is
Stringpublic boolean isSetInteriorColor()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.