Class PortfolioType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PortfolioAddTypeaddprotected PortfolioExtractTypeextractprotected PortfolioRemoveTyperemove
-
Constructor Summary
Constructors Constructor Description PortfolioType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortfolioAddTypegetAdd()Gets the value of the add property.PortfolioExtractTypegetExtract()Gets the value of the extract property.PortfolioRemoveTypegetRemove()Gets the value of the remove property.booleanisSetAdd()booleanisSetExtract()booleanisSetRemove()voidsetAdd(PortfolioAddType value)Sets the value of the add property.voidsetExtract(PortfolioExtractType value)Sets the value of the extract property.voidsetRemove(PortfolioRemoveType value)Sets the value of the remove property.
-
-
-
Field Detail
-
add
protected PortfolioAddType add
-
remove
protected PortfolioRemoveType remove
-
extract
protected PortfolioExtractType extract
-
-
Method Detail
-
getAdd
public PortfolioAddType getAdd()
Gets the value of the add property.- Returns:
- possible object is
PortfolioAddType
-
setAdd
public void setAdd(PortfolioAddType value)
Sets the value of the add property.- Parameters:
value- allowed object isPortfolioAddType
-
isSetAdd
public boolean isSetAdd()
-
getRemove
public PortfolioRemoveType getRemove()
Gets the value of the remove property.- Returns:
- possible object is
PortfolioRemoveType
-
setRemove
public void setRemove(PortfolioRemoveType value)
Sets the value of the remove property.- Parameters:
value- allowed object isPortfolioRemoveType
-
isSetRemove
public boolean isSetRemove()
-
getExtract
public PortfolioExtractType getExtract()
Gets the value of the extract property.- Returns:
- possible object is
PortfolioExtractType
-
setExtract
public void setExtract(PortfolioExtractType value)
Sets the value of the extract property.- Parameters:
value- allowed object isPortfolioExtractType
-
isSetExtract
public boolean isSetExtract()
-
-