public class BaseAnnotationType extends Object
Java class for BaseAnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseAnnotationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schema.webpdf.de/1.0/operation}FlagsAnnotationGroup"/>
<attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="contents" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="intents" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="page" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#4800FF" />
<attribute name="opacity" type="{http://schema.webpdf.de/1.0/operation}OpacityType" default="100" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected String |
contents |
protected String |
creator |
protected Boolean |
hidden |
protected String |
intents |
protected Boolean |
invisible |
protected Boolean |
locked |
protected String |
name |
protected Integer |
opacity |
protected Integer |
page |
protected Boolean |
printable |
protected Boolean |
rotatable |
protected String |
subject |
protected Boolean |
viewable |
protected Boolean |
writable |
protected Boolean |
zoomable |
| Constructor and Description |
|---|
BaseAnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
String |
getContents()
Gets the value of the contents property.
|
String |
getCreator()
Gets the value of the creator property.
|
String |
getIntents()
Gets the value of the intents property.
|
String |
getName()
Gets the value of the name property.
|
int |
getOpacity()
Gets the value of the opacity property.
|
int |
getPage()
Gets the value of the page property.
|
String |
getSubject()
Gets the value of the subject 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 |
isSetColor() |
boolean |
isSetContents() |
boolean |
isSetCreator() |
boolean |
isSetHidden() |
boolean |
isSetIntents() |
boolean |
isSetInvisible() |
boolean |
isSetLocked() |
boolean |
isSetName() |
boolean |
isSetOpacity() |
boolean |
isSetPage() |
boolean |
isSetPrintable() |
boolean |
isSetRotatable() |
boolean |
isSetSubject() |
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 |
setColor(String value)
Sets the value of the color property.
|
void |
setContents(String value)
Sets the value of the contents property.
|
void |
setCreator(String value)
Sets the value of the creator property.
|
void |
setHidden(boolean value)
Sets the value of the hidden property.
|
void |
setIntents(String value)
Sets the value of the intents property.
|
void |
setInvisible(boolean value)
Sets the value of the invisible property.
|
void |
setLocked(boolean value)
Sets the value of the locked property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOpacity(int value)
Sets the value of the opacity property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setPrintable(boolean value)
Sets the value of the printable property.
|
void |
setRotatable(boolean value)
Sets the value of the rotatable property.
|
void |
setSubject(String value)
Sets the value of the subject 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 |
unsetOpacity() |
void |
unsetPage() |
void |
unsetPrintable() |
void |
unsetRotatable() |
void |
unsetViewable() |
void |
unsetWritable() |
void |
unsetZoomable() |
protected String creator
protected String name
protected String subject
protected String contents
protected String intents
protected Integer page
protected String color
protected Integer opacity
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 String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic boolean isSetCreator()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic boolean isSetSubject()
public String getContents()
Stringpublic void setContents(String value)
value - allowed object is
Stringpublic boolean isSetContents()
public String getIntents()
Stringpublic void setIntents(String value)
value - allowed object is
Stringpublic boolean isSetIntents()
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 getOpacity()
Integerpublic void setOpacity(int value)
value - allowed object is
Integerpublic boolean isSetOpacity()
public void unsetOpacity()
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.