Class AnnotationType.Add
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.AnnotationType.Add
-
- Enclosing class:
- AnnotationType
public static class AnnotationType.Add 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"> <choice maxOccurs="unbounded"> <element name="text" type="{http://schema.webpdf.de/1.0/operation}TextAnnotationType"/> <element name="markup" type="{http://schema.webpdf.de/1.0/operation}MarkupAnnotationType"/> <element name="redact" type="{http://schema.webpdf.de/1.0/operation}RedactAnnotationType"/> <element name="freetext" type="{http://schema.webpdf.de/1.0/operation}FreeTextAnnotationType"/> <element name="rubberstamp" type="{http://schema.webpdf.de/1.0/operation}RubberStampAnnotationType"/> <element name="circle" type="{http://schema.webpdf.de/1.0/operation}CircleAnnotationType"/> <element name="square" type="{http://schema.webpdf.de/1.0/operation}SquareAnnotationType"/> <element name="line" type="{http://schema.webpdf.de/1.0/operation}LineAnnotationType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CircleAnnotationType>circleprotected List<FreeTextAnnotationType>freetextprotected List<LineAnnotationType>lineprotected List<MarkupAnnotationType>markupprotected List<RedactAnnotationType>redactprotected List<RubberStampAnnotationType>rubberstampprotected List<SquareAnnotationType>squareprotected List<TextAnnotationType>text
-
Constructor Summary
Constructors Constructor Description Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CircleAnnotationType>getCircle()Gets the value of the circle property.List<FreeTextAnnotationType>getFreetext()Gets the value of the freetext property.List<LineAnnotationType>getLine()Gets the value of the line property.List<MarkupAnnotationType>getMarkup()Gets the value of the markup property.List<RedactAnnotationType>getRedact()Gets the value of the redact property.List<RubberStampAnnotationType>getRubberstamp()Gets the value of the rubberstamp property.List<SquareAnnotationType>getSquare()Gets the value of the square property.List<TextAnnotationType>getText()Gets the value of the text property.
-
-
-
Field Detail
-
text
protected List<TextAnnotationType> text
-
markup
protected List<MarkupAnnotationType> markup
-
redact
protected List<RedactAnnotationType> redact
-
freetext
protected List<FreeTextAnnotationType> freetext
-
rubberstamp
protected List<RubberStampAnnotationType> rubberstamp
-
circle
protected List<CircleAnnotationType> circle
-
square
protected List<SquareAnnotationType> square
-
line
protected List<LineAnnotationType> line
-
-
Method Detail
-
getText
public List<TextAnnotationType> getText()
Gets the value of the text property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the text property.For example, to add a new item, do as follows:
getText().add(newItem);Objects of the following type(s) are allowed in the list
TextAnnotationType- Returns:
- The value of the text property.
-
getMarkup
public List<MarkupAnnotationType> getMarkup()
Gets the value of the markup property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the markup property.For example, to add a new item, do as follows:
getMarkup().add(newItem);Objects of the following type(s) are allowed in the list
MarkupAnnotationType- Returns:
- The value of the markup property.
-
getRedact
public List<RedactAnnotationType> getRedact()
Gets the value of the redact property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the redact property.For example, to add a new item, do as follows:
getRedact().add(newItem);Objects of the following type(s) are allowed in the list
RedactAnnotationType- Returns:
- The value of the redact property.
-
getFreetext
public List<FreeTextAnnotationType> getFreetext()
Gets the value of the freetext property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the freetext property.For example, to add a new item, do as follows:
getFreetext().add(newItem);Objects of the following type(s) are allowed in the list
FreeTextAnnotationType- Returns:
- The value of the freetext property.
-
getRubberstamp
public List<RubberStampAnnotationType> getRubberstamp()
Gets the value of the rubberstamp property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the rubberstamp property.For example, to add a new item, do as follows:
getRubberstamp().add(newItem);Objects of the following type(s) are allowed in the list
RubberStampAnnotationType- Returns:
- The value of the rubberstamp property.
-
getCircle
public List<CircleAnnotationType> getCircle()
Gets the value of the circle property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the circle property.For example, to add a new item, do as follows:
getCircle().add(newItem);Objects of the following type(s) are allowed in the list
CircleAnnotationType- Returns:
- The value of the circle property.
-
getSquare
public List<SquareAnnotationType> getSquare()
Gets the value of the square property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the square property.For example, to add a new item, do as follows:
getSquare().add(newItem);Objects of the following type(s) are allowed in the list
SquareAnnotationType- Returns:
- The value of the square property.
-
getLine
public List<LineAnnotationType> getLine()
Gets the value of the line property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the line property.For example, to add a new item, do as follows:
getLine().add(newItem);Objects of the following type(s) are allowed in the list
LineAnnotationType- Returns:
- The value of the line property.
-
-