public static class AttachmentType.Extract 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
folderNameTemplate |
protected List<SelectionAttachmentType> |
selection |
protected Boolean |
singleFileAsZip |
| Constructor and Description |
|---|
Extract() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFolderNameTemplate()
Gets the value of the folderNameTemplate property.
|
List<SelectionAttachmentType> |
getSelection()
Gets the value of the selection property.
|
boolean |
isSetFolderNameTemplate() |
boolean |
isSetSelection() |
boolean |
isSetSingleFileAsZip() |
boolean |
isSingleFileAsZip()
Gets the value of the singleFileAsZip property.
|
void |
setFolderNameTemplate(String value)
Sets the value of the folderNameTemplate property.
|
void |
setSingleFileAsZip(boolean value)
Sets the value of the singleFileAsZip property.
|
void |
unsetSelection() |
void |
unsetSingleFileAsZip() |
protected List<SelectionAttachmentType> selection
protected String folderNameTemplate
protected Boolean singleFileAsZip
public List<SelectionAttachmentType> getSelection()
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 selection property.
For example, to add a new item, do as follows:
getSelection().add(newItem);
Objects of the following type(s) are allowed in the list
SelectionAttachmentType
public boolean isSetSelection()
public void unsetSelection()
public String getFolderNameTemplate()
Stringpublic void setFolderNameTemplate(String value)
value - allowed object is
Stringpublic boolean isSetFolderNameTemplate()
public boolean isSingleFileAsZip()
Booleanpublic void setSingleFileAsZip(boolean value)
value - allowed object is
Booleanpublic boolean isSetSingleFileAsZip()
public void unsetSingleFileAsZip()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.