public class PortfolioType extends BaseToolboxType
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>
| Modifier and Type | Field and Description |
|---|---|
protected PortfolioAddType |
add |
protected PortfolioExtractType |
extract |
protected PortfolioRemoveType |
remove |
| Constructor and Description |
|---|
PortfolioType() |
| Modifier and Type | Method and Description |
|---|---|
PortfolioAddType |
getAdd()
Gets the value of the add property.
|
PortfolioExtractType |
getExtract()
Gets the value of the extract property.
|
PortfolioRemoveType |
getRemove()
Gets the value of the remove property.
|
boolean |
isSetAdd() |
boolean |
isSetExtract() |
boolean |
isSetRemove() |
void |
setAdd(PortfolioAddType value)
Sets the value of the add property.
|
void |
setExtract(PortfolioExtractType value)
Sets the value of the extract property.
|
void |
setRemove(PortfolioRemoveType value)
Sets the value of the remove property.
|
protected PortfolioAddType add
protected PortfolioRemoveType remove
protected PortfolioExtractType extract
public PortfolioAddType getAdd()
PortfolioAddTypepublic void setAdd(PortfolioAddType value)
value - allowed object is
PortfolioAddTypepublic boolean isSetAdd()
public PortfolioRemoveType getRemove()
PortfolioRemoveTypepublic void setRemove(PortfolioRemoveType value)
value - allowed object is
PortfolioRemoveTypepublic boolean isSetRemove()
public PortfolioExtractType getExtract()
PortfolioExtractTypepublic void setExtract(PortfolioExtractType value)
value - allowed object is
PortfolioExtractTypepublic boolean isSetExtract()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.