Class BaseAnnotationType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseAnnotationType
-
- Direct Known Subclasses:
FreeTextAnnotationType,LineAnnotationType,MarkupAnnotationType,RedactAnnotationType,RubberStampAnnotationType,SimpleShapeAnnotationType,TextAnnotationType
public class BaseAnnotationType extends Object
<?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">All annotation elements have a number of basic attributes in common. These attributes are described by this base type.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcolorprotected Stringcontentsprotected Stringcreatorprotected Booleanhiddenprotected Stringintentsprotected Booleaninvisibleprotected Booleanlockedprotected Stringnameprotected Integeropacityprotected Integerpageprotected Booleanprintableprotected Booleanrotatableprotected Stringsubjectprotected Booleanviewableprotected Booleanwritableprotected Booleanzoomable
-
Constructor Summary
Constructors Constructor Description BaseAnnotationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()Gets the value of the color property.StringgetContents()Gets the value of the contents property.StringgetCreator()Gets the value of the creator property.StringgetIntents()Gets the value of the intents property.StringgetName()Gets the value of the name property.intgetOpacity()Gets the value of the opacity property.intgetPage()Gets the value of the page property.StringgetSubject()Gets the value of the subject property.booleanisHidden()Gets the value of the hidden property.booleanisInvisible()Gets the value of the invisible property.booleanisLocked()Gets the value of the locked property.booleanisPrintable()Gets the value of the printable property.booleanisRotatable()Gets the value of the rotatable property.booleanisSetColor()booleanisSetContents()booleanisSetCreator()booleanisSetHidden()booleanisSetIntents()booleanisSetInvisible()booleanisSetLocked()booleanisSetName()booleanisSetOpacity()booleanisSetPage()booleanisSetPrintable()booleanisSetRotatable()booleanisSetSubject()booleanisSetViewable()booleanisSetWritable()booleanisSetZoomable()booleanisViewable()Gets the value of the viewable property.booleanisWritable()Gets the value of the writable property.booleanisZoomable()Gets the value of the zoomable property.voidsetColor(String value)Sets the value of the color property.voidsetContents(String value)Sets the value of the contents property.voidsetCreator(String value)Sets the value of the creator property.voidsetHidden(boolean value)Sets the value of the hidden property.voidsetIntents(String value)Sets the value of the intents property.voidsetInvisible(boolean value)Sets the value of the invisible property.voidsetLocked(boolean value)Sets the value of the locked property.voidsetName(String value)Sets the value of the name property.voidsetOpacity(int value)Sets the value of the opacity property.voidsetPage(int value)Sets the value of the page property.voidsetPrintable(boolean value)Sets the value of the printable property.voidsetRotatable(boolean value)Sets the value of the rotatable property.voidsetSubject(String value)Sets the value of the subject property.voidsetViewable(boolean value)Sets the value of the viewable property.voidsetWritable(boolean value)Sets the value of the writable property.voidsetZoomable(boolean value)Sets the value of the zoomable property.voidunsetHidden()voidunsetInvisible()voidunsetLocked()voidunsetOpacity()voidunsetPage()voidunsetPrintable()voidunsetRotatable()voidunsetViewable()voidunsetWritable()voidunsetZoomable()
-
-
-
Field Detail
-
creator
protected String creator
-
name
protected String name
-
subject
protected String subject
-
contents
protected String contents
-
intents
protected String intents
-
page
protected Integer page
-
color
protected String color
-
opacity
protected Integer opacity
-
locked
protected Boolean locked
-
printable
protected Boolean printable
-
rotatable
protected Boolean rotatable
-
viewable
protected Boolean viewable
-
writable
protected Boolean writable
-
zoomable
protected Boolean zoomable
-
invisible
protected Boolean invisible
-
hidden
protected Boolean hidden
-
-
Method Detail
-
getCreator
public String getCreator()
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString
-
isSetCreator
public boolean isSetCreator()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
getSubject
public String getSubject()
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
isSetSubject
public boolean isSetSubject()
-
getContents
public String getContents()
Gets the value of the contents property.- Returns:
- possible object is
String
-
setContents
public void setContents(String value)
Sets the value of the contents property.- Parameters:
value- allowed object isString
-
isSetContents
public boolean isSetContents()
-
getIntents
public String getIntents()
Gets the value of the intents property.- Returns:
- possible object is
String
-
setIntents
public void setIntents(String value)
Sets the value of the intents property.- Parameters:
value- allowed object isString
-
isSetIntents
public boolean isSetIntents()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
getColor
public String getColor()
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(String value)
Sets the value of the color property.- Parameters:
value- allowed object isString
-
isSetColor
public boolean isSetColor()
-
getOpacity
public int getOpacity()
Gets the value of the opacity property.- Returns:
- possible object is
Integer
-
setOpacity
public void setOpacity(int value)
Sets the value of the opacity property.- Parameters:
value- allowed object isInteger
-
isSetOpacity
public boolean isSetOpacity()
-
unsetOpacity
public void unsetOpacity()
-
isLocked
public boolean isLocked()
Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
public void setLocked(boolean value)
Sets the value of the locked property.- Parameters:
value- allowed object isBoolean
-
isSetLocked
public boolean isSetLocked()
-
unsetLocked
public void unsetLocked()
-
isPrintable
public boolean isPrintable()
Gets the value of the printable property.- Returns:
- possible object is
Boolean
-
setPrintable
public void setPrintable(boolean value)
Sets the value of the printable property.- Parameters:
value- allowed object isBoolean
-
isSetPrintable
public boolean isSetPrintable()
-
unsetPrintable
public void unsetPrintable()
-
isRotatable
public boolean isRotatable()
Gets the value of the rotatable property.- Returns:
- possible object is
Boolean
-
setRotatable
public void setRotatable(boolean value)
Sets the value of the rotatable property.- Parameters:
value- allowed object isBoolean
-
isSetRotatable
public boolean isSetRotatable()
-
unsetRotatable
public void unsetRotatable()
-
isViewable
public boolean isViewable()
Gets the value of the viewable property.- Returns:
- possible object is
Boolean
-
setViewable
public void setViewable(boolean value)
Sets the value of the viewable property.- Parameters:
value- allowed object isBoolean
-
isSetViewable
public boolean isSetViewable()
-
unsetViewable
public void unsetViewable()
-
isWritable
public boolean isWritable()
Gets the value of the writable property.- Returns:
- possible object is
Boolean
-
setWritable
public void setWritable(boolean value)
Sets the value of the writable property.- Parameters:
value- allowed object isBoolean
-
isSetWritable
public boolean isSetWritable()
-
unsetWritable
public void unsetWritable()
-
isZoomable
public boolean isZoomable()
Gets the value of the zoomable property.- Returns:
- possible object is
Boolean
-
setZoomable
public void setZoomable(boolean value)
Sets the value of the zoomable property.- Parameters:
value- allowed object isBoolean
-
isSetZoomable
public boolean isSetZoomable()
-
unsetZoomable
public void unsetZoomable()
-
isInvisible
public boolean isInvisible()
Gets the value of the invisible property.- Returns:
- possible object is
Boolean
-
setInvisible
public void setInvisible(boolean value)
Sets the value of the invisible property.- Parameters:
value- allowed object isBoolean
-
isSetInvisible
public boolean isSetInvisible()
-
unsetInvisible
public void unsetInvisible()
-
isHidden
public boolean isHidden()
Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
public void setHidden(boolean value)
Sets the value of the hidden property.- Parameters:
value- allowed object isBoolean
-
isSetHidden
public boolean isSetHidden()
-
unsetHidden
public void unsetHidden()
-
-