Class SplitType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.SplitType
-
- All Implemented Interfaces:
ParameterInterface
public class SplitType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The split operation element can be used to split documents. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> Acroforms are correctly split, but contained XFA data are removed. </p>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]" /> <attribute name="singleFileAsZip" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfileNameTemplateprotected SplitModeTypemodeprotected Stringpagesprotected BooleansingleFileAsZipprotected IntegerstartPage
-
Constructor Summary
Constructors Constructor Description SplitType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileNameTemplate()Gets the value of the fileNameTemplate property.SplitModeTypegetMode()Gets the value of the mode property.StringgetPages()Gets the value of the pages property.intgetStartPage()Gets the value of the startPage property.booleanisSetFileNameTemplate()booleanisSetMode()booleanisSetPages()booleanisSetSingleFileAsZip()booleanisSetStartPage()booleanisSingleFileAsZip()Gets the value of the singleFileAsZip property.voidsetFileNameTemplate(String value)Sets the value of the fileNameTemplate property.voidsetMode(SplitModeType value)Sets the value of the mode property.voidsetPages(String value)Sets the value of the pages property.voidsetSingleFileAsZip(boolean value)Sets the value of the singleFileAsZip property.voidsetStartPage(int value)Sets the value of the startPage property.voidunsetSingleFileAsZip()voidunsetStartPage()
-
-
-
Field Detail
-
mode
protected SplitModeType mode
-
pages
protected String pages
-
startPage
protected Integer startPage
-
fileNameTemplate
protected String fileNameTemplate
-
singleFileAsZip
protected Boolean singleFileAsZip
-
-
Method Detail
-
getMode
public SplitModeType getMode()
Gets the value of the mode property.- Returns:
- possible object is
SplitModeType
-
setMode
public void setMode(SplitModeType value)
Sets the value of the mode property.- Parameters:
value- allowed object isSplitModeType
-
isSetMode
public boolean isSetMode()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
getStartPage
public int getStartPage()
Gets the value of the startPage property.- Returns:
- possible object is
Integer
-
setStartPage
public void setStartPage(int value)
Sets the value of the startPage property.- Parameters:
value- allowed object isInteger
-
isSetStartPage
public boolean isSetStartPage()
-
unsetStartPage
public void unsetStartPage()
-
getFileNameTemplate
public String getFileNameTemplate()
Gets the value of the fileNameTemplate property.- Returns:
- possible object is
String
-
setFileNameTemplate
public void setFileNameTemplate(String value)
Sets the value of the fileNameTemplate property.- Parameters:
value- allowed object isString
-
isSetFileNameTemplate
public boolean isSetFileNameTemplate()
-
isSingleFileAsZip
public boolean isSingleFileAsZip()
Gets the value of the singleFileAsZip property.- Returns:
- possible object is
Boolean
-
setSingleFileAsZip
public void setSingleFileAsZip(boolean value)
Sets the value of the singleFileAsZip property.- Parameters:
value- allowed object isBoolean
-
isSetSingleFileAsZip
public boolean isSetSingleFileAsZip()
-
unsetSingleFileAsZip
public void unsetSingleFileAsZip()
-
-