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"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<MarkupAnnotationType> |
markup |
protected List<RedactAnnotationType> |
redact |
protected List<TextAnnotationType> |
text |
| Constructor and Description |
|---|
Add() |
| Modifier and Type | Method and Description |
|---|---|
List<MarkupAnnotationType> |
getMarkup()
Gets the value of the markup property.
|
List<RedactAnnotationType> |
getRedact()
Gets the value of the redact property.
|
List<TextAnnotationType> |
getText()
Gets the value of the text property.
|
protected List<TextAnnotationType> text
protected List<MarkupAnnotationType> markup
protected List<RedactAnnotationType> redact
public List<TextAnnotationType> getText()
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 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
public List<MarkupAnnotationType> getMarkup()
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 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
public List<RedactAnnotationType> getRedact()
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 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
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.