public class AnnotationType extends Object
Java class for AnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="rectangle" type="{http://schema.webpdf.de/1.0/extraction/info}RectangleType"/>
<element name="point" type="{http://schema.webpdf.de/1.0/extraction/info}PointType"/>
</choice>
<element name="markup" type="{http://schema.webpdf.de/1.0/extraction/info}MarkupType" minOccurs="0"/>
<element name="popup" type="{http://schema.webpdf.de/1.0/extraction/info}PopupType" minOccurs="0"/>
<element name="appearance" type="{http://schema.webpdf.de/1.0/extraction/info}AppearanceType" minOccurs="0"/>
<element name="line" type="{http://schema.webpdf.de/1.0/extraction/info}LineType" minOccurs="0"/>
<element name="border" type="{http://schema.webpdf.de/1.0/extraction/info}BorderStyle" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schema.webpdf.de/1.0/extraction/info}FlagsAnnotationGroup"/>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="subType" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="contents" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="page" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="color" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" default="#4800FF" />
<attribute name="rotation" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
<attribute name="iconName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AppearanceType |
appearance |
protected BorderStyle |
border |
protected String |
color |
protected String |
contents |
protected Boolean |
hidden |
protected String |
iconName |
protected Boolean |
invisible |
protected LineType |
line |
protected Boolean |
locked |
protected MarkupType |
markup |
protected String |
name |
protected String |
objectKey |
protected Integer |
page |
protected PopupType |
popup |
protected List<Object> |
positions |
protected Boolean |
printable |
protected Boolean |
rotatable |
protected Integer |
rotation |
protected String |
subType |
protected Boolean |
viewable |
protected Boolean |
writable |
protected Boolean |
zoomable |
| Constructor and Description |
|---|
AnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
AppearanceType |
getAppearance()
Gets the value of the appearance property.
|
BorderStyle |
getBorder()
Gets the value of the border property.
|
String |
getColor()
Gets the value of the color property.
|
String |
getContents()
Gets the value of the contents property.
|
String |
getIconName()
Gets the value of the iconName property.
|
LineType |
getLine()
Gets the value of the line property.
|
MarkupType |
getMarkup()
Gets the value of the markup property.
|
String |
getName()
Gets the value of the name property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
int |
getPage()
Gets the value of the page property.
|
PopupType |
getPopup()
Gets the value of the popup property.
|
List<Object> |
getPositions()
Gets the value of the positions property.
|
int |
getRotation()
Gets the value of the rotation property.
|
String |
getSubType()
Gets the value of the subType property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isInvisible()
Gets the value of the invisible property.
|
boolean |
isLocked()
Gets the value of the locked property.
|
boolean |
isPrintable()
Gets the value of the printable property.
|
boolean |
isRotatable()
Gets the value of the rotatable property.
|
boolean |
isSetAppearance() |
boolean |
isSetBorder() |
boolean |
isSetColor() |
boolean |
isSetContents() |
boolean |
isSetHidden() |
boolean |
isSetIconName() |
boolean |
isSetInvisible() |
boolean |
isSetLine() |
boolean |
isSetLocked() |
boolean |
isSetMarkup() |
boolean |
isSetName() |
boolean |
isSetObjectKey() |
boolean |
isSetPage() |
boolean |
isSetPopup() |
boolean |
isSetPositions() |
boolean |
isSetPrintable() |
boolean |
isSetRotatable() |
boolean |
isSetRotation() |
boolean |
isSetSubType() |
boolean |
isSetViewable() |
boolean |
isSetWritable() |
boolean |
isSetZoomable() |
boolean |
isViewable()
Gets the value of the viewable property.
|
boolean |
isWritable()
Gets the value of the writable property.
|
boolean |
isZoomable()
Gets the value of the zoomable property.
|
void |
setAppearance(AppearanceType value)
Sets the value of the appearance property.
|
void |
setBorder(BorderStyle value)
Sets the value of the border property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setContents(String value)
Sets the value of the contents property.
|
void |
setHidden(boolean value)
Sets the value of the hidden property.
|
void |
setIconName(String value)
Sets the value of the iconName property.
|
void |
setInvisible(boolean value)
Sets the value of the invisible property.
|
void |
setLine(LineType value)
Sets the value of the line property.
|
void |
setLocked(boolean value)
Sets the value of the locked property.
|
void |
setMarkup(MarkupType value)
Sets the value of the markup property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setPopup(PopupType value)
Sets the value of the popup property.
|
void |
setPrintable(boolean value)
Sets the value of the printable property.
|
void |
setRotatable(boolean value)
Sets the value of the rotatable property.
|
void |
setRotation(int value)
Sets the value of the rotation property.
|
void |
setSubType(String value)
Sets the value of the subType property.
|
void |
setViewable(boolean value)
Sets the value of the viewable property.
|
void |
setWritable(boolean value)
Sets the value of the writable property.
|
void |
setZoomable(boolean value)
Sets the value of the zoomable property.
|
void |
unsetHidden() |
void |
unsetInvisible() |
void |
unsetLocked() |
void |
unsetPage() |
void |
unsetPositions() |
void |
unsetPrintable() |
void |
unsetRotatable() |
void |
unsetRotation() |
void |
unsetViewable() |
void |
unsetWritable() |
void |
unsetZoomable() |
protected MarkupType markup
protected PopupType popup
protected AppearanceType appearance
protected LineType line
protected BorderStyle border
protected String objectKey
protected String subType
protected String name
protected String contents
protected Integer page
protected String color
protected Integer rotation
protected String iconName
protected Boolean locked
protected Boolean printable
protected Boolean rotatable
protected Boolean viewable
protected Boolean writable
protected Boolean zoomable
protected Boolean invisible
protected Boolean hidden
public List<Object> getPositions()
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 positions property.
For example, to add a new item, do as follows:
getPositions().add(newItem);
Objects of the following type(s) are allowed in the list
RectangleType
PointType
public boolean isSetPositions()
public void unsetPositions()
public MarkupType getMarkup()
MarkupTypepublic void setMarkup(MarkupType value)
value - allowed object is
MarkupTypepublic boolean isSetMarkup()
public PopupType getPopup()
PopupTypepublic void setPopup(PopupType value)
value - allowed object is
PopupTypepublic boolean isSetPopup()
public AppearanceType getAppearance()
AppearanceTypepublic void setAppearance(AppearanceType value)
value - allowed object is
AppearanceTypepublic boolean isSetAppearance()
public LineType getLine()
LineTypepublic void setLine(LineType value)
value - allowed object is
LineTypepublic boolean isSetLine()
public BorderStyle getBorder()
BorderStylepublic void setBorder(BorderStyle value)
value - allowed object is
BorderStylepublic boolean isSetBorder()
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public String getSubType()
Stringpublic void setSubType(String value)
value - allowed object is
Stringpublic boolean isSetSubType()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getContents()
Stringpublic void setContents(String value)
value - allowed object is
Stringpublic boolean isSetContents()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic boolean isSetColor()
public int getRotation()
Integerpublic void setRotation(int value)
value - allowed object is
Integerpublic boolean isSetRotation()
public void unsetRotation()
public String getIconName()
Stringpublic void setIconName(String value)
value - allowed object is
Stringpublic boolean isSetIconName()
public boolean isLocked()
Booleanpublic void setLocked(boolean value)
value - allowed object is
Booleanpublic boolean isSetLocked()
public void unsetLocked()
public boolean isPrintable()
Booleanpublic void setPrintable(boolean value)
value - allowed object is
Booleanpublic boolean isSetPrintable()
public void unsetPrintable()
public boolean isRotatable()
Booleanpublic void setRotatable(boolean value)
value - allowed object is
Booleanpublic boolean isSetRotatable()
public void unsetRotatable()
public boolean isViewable()
Booleanpublic void setViewable(boolean value)
value - allowed object is
Booleanpublic boolean isSetViewable()
public void unsetViewable()
public boolean isWritable()
Booleanpublic void setWritable(boolean value)
value - allowed object is
Booleanpublic boolean isSetWritable()
public void unsetWritable()
public boolean isZoomable()
Booleanpublic void setZoomable(boolean value)
value - allowed object is
Booleanpublic boolean isSetZoomable()
public void unsetZoomable()
public boolean isInvisible()
Booleanpublic void setInvisible(boolean value)
value - allowed object is
Booleanpublic boolean isSetInvisible()
public void unsetInvisible()
public boolean isHidden()
Booleanpublic void setHidden(boolean value)
value - allowed object is
Booleanpublic boolean isSetHidden()
public void unsetHidden()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.