public class MergeType extends BaseToolboxType implements ParameterInterface
Java class for MergeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MergeType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<all>
<element name="data" type="{http://schema.webpdf.de/1.0/operation}MergeFileDataType"/>
</all>
<attribute name="mode" type="{http://schema.webpdf.de/1.0/operation}MergeModeType" default="atTheEnd" />
<attribute name="page" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="sourceIsZip" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="outlineName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="resetMetadata" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="removeStaticXFA" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MergeFileDataType |
data |
protected MergeModeType |
mode |
protected String |
outlineName |
protected Integer |
page |
protected Boolean |
removeStaticXFA |
protected Boolean |
resetMetadata |
protected Boolean |
sourceIsZip |
| Constructor and Description |
|---|
MergeType() |
| Modifier and Type | Method and Description |
|---|---|
MergeFileDataType |
getData()
Gets the value of the data property.
|
MergeModeType |
getMode()
Gets the value of the mode property.
|
String |
getOutlineName()
Gets the value of the outlineName property.
|
int |
getPage()
Gets the value of the page property.
|
boolean |
isRemoveStaticXFA()
Gets the value of the removeStaticXFA property.
|
boolean |
isResetMetadata()
Gets the value of the resetMetadata property.
|
boolean |
isSetData() |
boolean |
isSetMode() |
boolean |
isSetOutlineName() |
boolean |
isSetPage() |
boolean |
isSetRemoveStaticXFA() |
boolean |
isSetResetMetadata() |
boolean |
isSetSourceIsZip() |
boolean |
isSourceIsZip()
Gets the value of the sourceIsZip property.
|
void |
setData(MergeFileDataType value)
Sets the value of the data property.
|
void |
setMode(MergeModeType value)
Sets the value of the mode property.
|
void |
setOutlineName(String value)
Sets the value of the outlineName property.
|
void |
setPage(int value)
Sets the value of the page property.
|
void |
setRemoveStaticXFA(boolean value)
Sets the value of the removeStaticXFA property.
|
void |
setResetMetadata(boolean value)
Sets the value of the resetMetadata property.
|
void |
setSourceIsZip(boolean value)
Sets the value of the sourceIsZip property.
|
void |
unsetPage() |
void |
unsetRemoveStaticXFA() |
void |
unsetResetMetadata() |
void |
unsetSourceIsZip() |
protected MergeFileDataType data
protected MergeModeType mode
protected Integer page
protected Boolean sourceIsZip
protected String outlineName
protected Boolean resetMetadata
protected Boolean removeStaticXFA
public MergeFileDataType getData()
MergeFileDataTypepublic void setData(MergeFileDataType value)
value - allowed object is
MergeFileDataTypepublic boolean isSetData()
public MergeModeType getMode()
MergeModeTypepublic void setMode(MergeModeType value)
value - allowed object is
MergeModeTypepublic boolean isSetMode()
public int getPage()
Integerpublic void setPage(int value)
value - allowed object is
Integerpublic boolean isSetPage()
public void unsetPage()
public boolean isSourceIsZip()
Booleanpublic void setSourceIsZip(boolean value)
value - allowed object is
Booleanpublic boolean isSetSourceIsZip()
public void unsetSourceIsZip()
public String getOutlineName()
Stringpublic void setOutlineName(String value)
value - allowed object is
Stringpublic boolean isSetOutlineName()
public boolean isResetMetadata()
Booleanpublic void setResetMetadata(boolean value)
value - allowed object is
Booleanpublic boolean isSetResetMetadata()
public void unsetResetMetadata()
public boolean isRemoveStaticXFA()
Booleanpublic void setRemoveStaticXFA(boolean value)
value - allowed object is
Booleanpublic boolean isSetRemoveStaticXFA()
public void unsetRemoveStaticXFA()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.