Class 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>
     
    • Constructor Detail

      • MergeType

        public MergeType()
    • Method Detail

      • isSetData

        public boolean isSetData()
      • setMode

        public void setMode​(MergeModeType value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is MergeModeType
      • 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 is Integer
      • 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 is Boolean
      • 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 is String
      • 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 is Boolean
      • 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 is Boolean
      • isSetRemoveStaticXFA

        public boolean isSetRemoveStaticXFA()
      • unsetRemoveStaticXFA

        public void unsetRemoveStaticXFA()