public class AnnotationType extends BaseToolboxType implements ParameterInterface
Java class for AnnotationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<choice>
<element name="add">
<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>
</element>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationType.Add
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AnnotationType.Add |
add |
| Constructor and Description |
|---|
AnnotationType() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationType.Add |
getAdd()
Gets the value of the add property.
|
boolean |
isSetAdd() |
void |
setAdd(AnnotationType.Add value)
Sets the value of the add property.
|
protected AnnotationType.Add add
public AnnotationType.Add getAdd()
AnnotationType.Addpublic void setAdd(AnnotationType.Add value)
value - allowed object is
AnnotationType.Addpublic boolean isSetAdd()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.