Class PortfolioType

  • All Implemented Interfaces:
    ParameterInterface

    public class PortfolioType
    extends BaseToolboxType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p463457_="https://jakarta.ee/xml/ns/jaxb" xmlns:p626135_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p65240_="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 portfolio operation element can be used to merge documents into a portfolio, as well as to remove or extract documents from it.
     
                     </p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p463457_="https://jakarta.ee/xml/ns/jaxb" xmlns:p626135_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p65240_="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>
                         If an empty document or document with a page with no content is passed as the source document, a default portfolio base document will be generated automatically.
     
                     </p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p463457_="https://jakarta.ee/xml/ns/jaxb" xmlns:p626135_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p65240_="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>
                         This web service allows for a portfolio document to be used as the source document.
                     </p>
     

    Java class for PortfolioType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PortfolioType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <choice>
             <element name="add" type="{http://schema.webpdf.de/1.0/operation}PortfolioAddType"/>
             <element name="remove" type="{http://schema.webpdf.de/1.0/operation}PortfolioRemoveType"/>
             <element name="extract" type="{http://schema.webpdf.de/1.0/operation}PortfolioExtractType"/>
           </choice>
         </extension>
       </complexContent>
     </complexType>