Class AnnotationType.Edit
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AnnotationType.Edit
-
- Enclosing class:
- AnnotationType
public static class AnnotationType.Edit extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="selection"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="select" type="{http://schema.webpdf.de/1.0/operation}SelectionAnnotationType"/> </choice> </restriction> </complexContent> </complexType> </element> <element name="text" type="{http://schema.webpdf.de/1.0/operation}TextAnnotationType" minOccurs="0"/> <element name="markup" type="{http://schema.webpdf.de/1.0/operation}MarkupAnnotationType" minOccurs="0"/> <element name="redact" type="{http://schema.webpdf.de/1.0/operation}RedactAnnotationType" minOccurs="0"/> <element name="freetext" type="{http://schema.webpdf.de/1.0/operation}FreeTextAnnotationType" minOccurs="0"/> <element name="rubberstamp" type="{http://schema.webpdf.de/1.0/operation}RubberStampAnnotationType" minOccurs="0"/> <element name="circle" type="{http://schema.webpdf.de/1.0/operation}CircleAnnotationType" minOccurs="0"/> <element name="square" type="{http://schema.webpdf.de/1.0/operation}SquareAnnotationType" minOccurs="0"/> <element name="line" type="{http://schema.webpdf.de/1.0/operation}LineAnnotationType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationType.Edit.SelectionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected CircleAnnotationTypecircleprotected FreeTextAnnotationTypefreetextprotected LineAnnotationTypelineprotected MarkupAnnotationTypemarkupprotected RedactAnnotationTyperedactprotected RubberStampAnnotationTyperubberstampprotected AnnotationType.Edit.Selectionselectionprotected SquareAnnotationTypesquareprotected TextAnnotationTypetext
-
Constructor Summary
Constructors Constructor Description Edit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CircleAnnotationTypegetCircle()Gets the value of the circle property.FreeTextAnnotationTypegetFreetext()Gets the value of the freetext property.LineAnnotationTypegetLine()Gets the value of the line property.MarkupAnnotationTypegetMarkup()Gets the value of the markup property.RedactAnnotationTypegetRedact()Gets the value of the redact property.RubberStampAnnotationTypegetRubberstamp()Gets the value of the rubberstamp property.AnnotationType.Edit.SelectiongetSelection()Gets the value of the selection property.SquareAnnotationTypegetSquare()Gets the value of the square property.TextAnnotationTypegetText()Gets the value of the text property.booleanisSetCircle()booleanisSetFreetext()booleanisSetLine()booleanisSetMarkup()booleanisSetRedact()booleanisSetRubberstamp()booleanisSetSelection()booleanisSetSquare()booleanisSetText()voidsetCircle(CircleAnnotationType value)Sets the value of the circle property.voidsetFreetext(FreeTextAnnotationType value)Sets the value of the freetext property.voidsetLine(LineAnnotationType value)Sets the value of the line property.voidsetMarkup(MarkupAnnotationType value)Sets the value of the markup property.voidsetRedact(RedactAnnotationType value)Sets the value of the redact property.voidsetRubberstamp(RubberStampAnnotationType value)Sets the value of the rubberstamp property.voidsetSelection(AnnotationType.Edit.Selection value)Sets the value of the selection property.voidsetSquare(SquareAnnotationType value)Sets the value of the square property.voidsetText(TextAnnotationType value)Sets the value of the text property.
-
-
-
Field Detail
-
selection
protected AnnotationType.Edit.Selection selection
-
text
protected TextAnnotationType text
-
markup
protected MarkupAnnotationType markup
-
redact
protected RedactAnnotationType redact
-
freetext
protected FreeTextAnnotationType freetext
-
rubberstamp
protected RubberStampAnnotationType rubberstamp
-
circle
protected CircleAnnotationType circle
-
square
protected SquareAnnotationType square
-
line
protected LineAnnotationType line
-
-
Method Detail
-
getSelection
public AnnotationType.Edit.Selection getSelection()
Gets the value of the selection property.- Returns:
- possible object is
AnnotationType.Edit.Selection
-
setSelection
public void setSelection(AnnotationType.Edit.Selection value)
Sets the value of the selection property.- Parameters:
value- allowed object isAnnotationType.Edit.Selection
-
isSetSelection
public boolean isSetSelection()
-
getText
public TextAnnotationType getText()
Gets the value of the text property.- Returns:
- possible object is
TextAnnotationType
-
setText
public void setText(TextAnnotationType value)
Sets the value of the text property.- Parameters:
value- allowed object isTextAnnotationType
-
isSetText
public boolean isSetText()
-
getMarkup
public MarkupAnnotationType getMarkup()
Gets the value of the markup property.- Returns:
- possible object is
MarkupAnnotationType
-
setMarkup
public void setMarkup(MarkupAnnotationType value)
Sets the value of the markup property.- Parameters:
value- allowed object isMarkupAnnotationType
-
isSetMarkup
public boolean isSetMarkup()
-
getRedact
public RedactAnnotationType getRedact()
Gets the value of the redact property.- Returns:
- possible object is
RedactAnnotationType
-
setRedact
public void setRedact(RedactAnnotationType value)
Sets the value of the redact property.- Parameters:
value- allowed object isRedactAnnotationType
-
isSetRedact
public boolean isSetRedact()
-
getFreetext
public FreeTextAnnotationType getFreetext()
Gets the value of the freetext property.- Returns:
- possible object is
FreeTextAnnotationType
-
setFreetext
public void setFreetext(FreeTextAnnotationType value)
Sets the value of the freetext property.- Parameters:
value- allowed object isFreeTextAnnotationType
-
isSetFreetext
public boolean isSetFreetext()
-
getRubberstamp
public RubberStampAnnotationType getRubberstamp()
Gets the value of the rubberstamp property.- Returns:
- possible object is
RubberStampAnnotationType
-
setRubberstamp
public void setRubberstamp(RubberStampAnnotationType value)
Sets the value of the rubberstamp property.- Parameters:
value- allowed object isRubberStampAnnotationType
-
isSetRubberstamp
public boolean isSetRubberstamp()
-
getCircle
public CircleAnnotationType getCircle()
Gets the value of the circle property.- Returns:
- possible object is
CircleAnnotationType
-
setCircle
public void setCircle(CircleAnnotationType value)
Sets the value of the circle property.- Parameters:
value- allowed object isCircleAnnotationType
-
isSetCircle
public boolean isSetCircle()
-
getSquare
public SquareAnnotationType getSquare()
Gets the value of the square property.- Returns:
- possible object is
SquareAnnotationType
-
setSquare
public void setSquare(SquareAnnotationType value)
Sets the value of the square property.- Parameters:
value- allowed object isSquareAnnotationType
-
isSetSquare
public boolean isSetSquare()
-
getLine
public LineAnnotationType getLine()
Gets the value of the line property.- Returns:
- possible object is
LineAnnotationType
-
setLine
public void setLine(LineAnnotationType value)
Sets the value of the line property.- Parameters:
value- allowed object isLineAnnotationType
-
isSetLine
public boolean isSetLine()
-
-