public class AttachmentType extends BaseToolboxType implements ParameterInterface
Java class for AttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttachmentType">
<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="file" type="{http://schema.webpdf.de/1.0/operation}FileAttachmentType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="remove">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="selection" type="{http://schema.webpdf.de/1.0/operation}SelectionAttachmentType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="extract">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="selection" type="{http://schema.webpdf.de/1.0/operation}SelectionAttachmentType"/>
</choice>
<attribute name="folderNameTemplate" type="{http://www.w3.org/2001/XMLSchema}string" default="page[%d]" />
<attribute name="singleFileAsZip" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AttachmentType.Add
Java class for anonymous complex type.
|
static class |
AttachmentType.Extract
Java class for anonymous complex type.
|
static class |
AttachmentType.Remove
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttachmentType.Add |
add |
protected AttachmentType.Extract |
extract |
protected AttachmentType.Remove |
remove |
| Constructor and Description |
|---|
AttachmentType() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentType.Add |
getAdd()
Gets the value of the add property.
|
AttachmentType.Extract |
getExtract()
Gets the value of the extract property.
|
AttachmentType.Remove |
getRemove()
Gets the value of the remove property.
|
boolean |
isSetAdd() |
boolean |
isSetExtract() |
boolean |
isSetRemove() |
void |
setAdd(AttachmentType.Add value)
Sets the value of the add property.
|
void |
setExtract(AttachmentType.Extract value)
Sets the value of the extract property.
|
void |
setRemove(AttachmentType.Remove value)
Sets the value of the remove property.
|
protected AttachmentType.Add add
protected AttachmentType.Remove remove
protected AttachmentType.Extract extract
public AttachmentType.Add getAdd()
AttachmentType.Addpublic void setAdd(AttachmentType.Add value)
value - allowed object is
AttachmentType.Addpublic boolean isSetAdd()
public AttachmentType.Remove getRemove()
AttachmentType.Removepublic void setRemove(AttachmentType.Remove value)
value - allowed object is
AttachmentType.Removepublic boolean isSetRemove()
public AttachmentType.Extract getExtract()
AttachmentType.Extractpublic void setExtract(AttachmentType.Extract value)
value - allowed object is
AttachmentType.Extractpublic boolean isSetExtract()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.