public class SplitType extends BaseToolboxType
Java class for SplitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SplitType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<attribute name="mode" type="{http://schema.webpdf.de/1.0/operation}SplitModeType" default="last" />
<attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
<attribute name="startPage" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="fileNameTemplate" type="{http://www.w3.org/2001/XMLSchema}string" default="page[%d]" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileNameTemplate |
protected SplitModeType |
mode |
protected String |
pages |
protected Integer |
startPage |
| Constructor and Description |
|---|
SplitType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileNameTemplate()
Gets the value of the fileNameTemplate property.
|
SplitModeType |
getMode()
Gets the value of the mode property.
|
String |
getPages()
Gets the value of the pages property.
|
int |
getStartPage()
Gets the value of the startPage property.
|
boolean |
isSetFileNameTemplate() |
boolean |
isSetMode() |
boolean |
isSetPages() |
boolean |
isSetStartPage() |
void |
setFileNameTemplate(String value)
Sets the value of the fileNameTemplate property.
|
void |
setMode(SplitModeType value)
Sets the value of the mode property.
|
void |
setPages(String value)
Sets the value of the pages property.
|
void |
setStartPage(int value)
Sets the value of the startPage property.
|
void |
unsetStartPage() |
protected SplitModeType mode
protected String pages
protected Integer startPage
protected String fileNameTemplate
public SplitModeType getMode()
SplitModeTypepublic void setMode(SplitModeType value)
value - allowed object is
SplitModeTypepublic boolean isSetMode()
public String getPages()
Stringpublic void setPages(String value)
value - allowed object is
Stringpublic boolean isSetPages()
public int getStartPage()
Integerpublic void setStartPage(int value)
value - allowed object is
Integerpublic boolean isSetStartPage()
public void unsetStartPage()
public String getFileNameTemplate()
Stringpublic void setFileNameTemplate(String value)
value - allowed object is
Stringpublic boolean isSetFileNameTemplate()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.