public class MarkupAnnotationType extends BaseAnnotationType
Java class for MarkupAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkupAnnotationType">
<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="markupType" type="{http://schema.webpdf.de/1.0/operation}MarkupsAnnotationType" default="highlight" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MarkupsAnnotationType |
markupType |
protected List<RectangleType> |
pathElement |
| Constructor and Description |
|---|
MarkupAnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
MarkupsAnnotationType |
getMarkupType()
Gets the value of the markupType property.
|
List<RectangleType> |
getPathElement()
Gets the value of the pathElement property.
|
boolean |
isSetMarkupType() |
boolean |
isSetPathElement() |
void |
setMarkupType(MarkupsAnnotationType value)
Sets the value of the markupType 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 MarkupsAnnotationType markupType
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 MarkupsAnnotationType getMarkupType()
MarkupsAnnotationTypepublic void setMarkupType(MarkupsAnnotationType value)
value - allowed object is
MarkupsAnnotationTypepublic boolean isSetMarkupType()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.