Class MergeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.MergeType
-
- All Implemented Interfaces:
ParameterInterface
public class MergeType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p69245_="https://jakarta.ee/xml/ns/jaxb" xmlns:p890116_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The merge operation element can be used to merge documents. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p69245_="https://jakarta.ee/xml/ns/jaxb" xmlns:p890116_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> When a "merge" operation is performed, the pages and structural information (such as outlines and tag) will be merged. This can result in name conflicts that can prevent a success. If you would rather like to ignore such conflicts use the matching "ignoreConflicts" parameter. </p><?xml version="1.0" encoding="UTF-8"?><p xmlns:p69245_="https://jakarta.ee/xml/ns/jaxb" xmlns:p890116_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b> Merging documents could also fail because of signatures or a used PDF/A format. As <ul><li>by definition - altering PDF/A documents and signed documents would result in an invalidation of such documents/signatures.</li></ul></p>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>
-
-
Field Summary
Fields Modifier and Type Field Description protected MergeFileDataTypedataprotected MergeModeTypemodeprotected StringoutlineNameprotected Integerpageprotected BooleanremoveStaticXFAprotected BooleanresetMetadataprotected BooleansourceIsZip
-
Constructor Summary
Constructors Constructor Description MergeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MergeFileDataTypegetData()Gets the value of the data property.MergeModeTypegetMode()Gets the value of the mode property.StringgetOutlineName()Gets the value of the outlineName property.intgetPage()Gets the value of the page property.booleanisRemoveStaticXFA()Gets the value of the removeStaticXFA property.booleanisResetMetadata()Gets the value of the resetMetadata property.booleanisSetData()booleanisSetMode()booleanisSetOutlineName()booleanisSetPage()booleanisSetRemoveStaticXFA()booleanisSetResetMetadata()booleanisSetSourceIsZip()booleanisSourceIsZip()Gets the value of the sourceIsZip property.voidsetData(MergeFileDataType value)Sets the value of the data property.voidsetMode(MergeModeType value)Sets the value of the mode property.voidsetOutlineName(String value)Sets the value of the outlineName property.voidsetPage(int value)Sets the value of the page property.voidsetRemoveStaticXFA(boolean value)Sets the value of the removeStaticXFA property.voidsetResetMetadata(boolean value)Sets the value of the resetMetadata property.voidsetSourceIsZip(boolean value)Sets the value of the sourceIsZip property.voidunsetPage()voidunsetRemoveStaticXFA()voidunsetResetMetadata()voidunsetSourceIsZip()
-
-
-
Field Detail
-
data
protected MergeFileDataType data
-
mode
protected MergeModeType mode
-
page
protected Integer page
-
sourceIsZip
protected Boolean sourceIsZip
-
outlineName
protected String outlineName
-
resetMetadata
protected Boolean resetMetadata
-
removeStaticXFA
protected Boolean removeStaticXFA
-
-
Method Detail
-
getData
public MergeFileDataType getData()
Gets the value of the data property.- Returns:
- possible object is
MergeFileDataType
-
setData
public void setData(MergeFileDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isMergeFileDataType
-
isSetData
public boolean isSetData()
-
getMode
public MergeModeType getMode()
Gets the value of the mode property.- Returns:
- possible object is
MergeModeType
-
setMode
public void setMode(MergeModeType value)
Sets the value of the mode property.- Parameters:
value- allowed object isMergeModeType
-
isSetMode
public boolean isSetMode()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
isSourceIsZip
public boolean isSourceIsZip()
Gets the value of the sourceIsZip property.- Returns:
- possible object is
Boolean
-
setSourceIsZip
public void setSourceIsZip(boolean value)
Sets the value of the sourceIsZip property.- Parameters:
value- allowed object isBoolean
-
isSetSourceIsZip
public boolean isSetSourceIsZip()
-
unsetSourceIsZip
public void unsetSourceIsZip()
-
getOutlineName
public String getOutlineName()
Gets the value of the outlineName property.- Returns:
- possible object is
String
-
setOutlineName
public void setOutlineName(String value)
Sets the value of the outlineName property.- Parameters:
value- allowed object isString
-
isSetOutlineName
public boolean isSetOutlineName()
-
isResetMetadata
public boolean isResetMetadata()
Gets the value of the resetMetadata property.- Returns:
- possible object is
Boolean
-
setResetMetadata
public void setResetMetadata(boolean value)
Sets the value of the resetMetadata property.- Parameters:
value- allowed object isBoolean
-
isSetResetMetadata
public boolean isSetResetMetadata()
-
unsetResetMetadata
public void unsetResetMetadata()
-
isRemoveStaticXFA
public boolean isRemoveStaticXFA()
Gets the value of the removeStaticXFA property.- Returns:
- possible object is
Boolean
-
setRemoveStaticXFA
public void setRemoveStaticXFA(boolean value)
Sets the value of the removeStaticXFA property.- Parameters:
value- allowed object isBoolean
-
isSetRemoveStaticXFA
public boolean isSetRemoveStaticXFA()
-
unsetRemoveStaticXFA
public void unsetRemoveStaticXFA()
-
-