public class PortfolioRemoveType extends Object
Java class for PortfolioRemoveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioRemoveType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="selection" type="{http://schema.webpdf.de/1.0/operation}PortfolioSelectionType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PortfolioSelectionType> |
selection |
| Constructor and Description |
|---|
PortfolioRemoveType() |
| Modifier and Type | Method and Description |
|---|---|
List<PortfolioSelectionType> |
getSelection()
Gets the value of the selection property.
|
boolean |
isSetSelection() |
void |
unsetSelection() |
protected List<PortfolioSelectionType> selection
public List<PortfolioSelectionType> getSelection()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the selection property.
For example, to add a new item, do as follows:
getSelection().add(newItem);
Objects of the following type(s) are allowed in the list
PortfolioSelectionType
public boolean isSetSelection()
public void unsetSelection()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.