public class OutlineType extends BaseToolboxType
Java class for OutlineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutlineType">
<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="item" type="{http://schema.webpdf.de/1.0/operation}ItemType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="remove">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="item" type="{http://schema.webpdf.de/1.0/operation}ItemReferenceType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="clear" type="{http://schema.webpdf.de/1.0/operation}ClearType"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OutlineType.Add
Java class for anonymous complex type.
|
static class |
OutlineType.Remove
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected OutlineType.Add |
add |
protected ClearType |
clear |
protected OutlineType.Remove |
remove |
| Constructor and Description |
|---|
OutlineType() |
| Modifier and Type | Method and Description |
|---|---|
OutlineType.Add |
getAdd()
Gets the value of the add property.
|
ClearType |
getClear()
Gets the value of the clear property.
|
OutlineType.Remove |
getRemove()
Gets the value of the remove property.
|
boolean |
isSetAdd() |
boolean |
isSetClear() |
boolean |
isSetRemove() |
void |
setAdd(OutlineType.Add value)
Sets the value of the add property.
|
void |
setClear(ClearType value)
Sets the value of the clear property.
|
void |
setRemove(OutlineType.Remove value)
Sets the value of the remove property.
|
protected OutlineType.Add add
protected OutlineType.Remove remove
protected ClearType clear
public OutlineType.Add getAdd()
OutlineType.Addpublic void setAdd(OutlineType.Add value)
value - allowed object is
OutlineType.Addpublic boolean isSetAdd()
public OutlineType.Remove getRemove()
OutlineType.Removepublic void setRemove(OutlineType.Remove value)
value - allowed object is
OutlineType.Removepublic boolean isSetRemove()
public ClearType getClear()
ClearTypepublic void setClear(ClearType value)
value - allowed object is
ClearTypepublic boolean isSetClear()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.