public class PortfolioAddType extends Object
Java class for PortfolioAddType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioAddType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="file" type="{http://schema.webpdf.de/1.0/operation}PortfolioFileType"/>
<element name="folder" type="{http://schema.webpdf.de/1.0/operation}PortfolioFolderType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PortfolioFileType> |
file |
protected List<PortfolioFolderType> |
folder |
| Constructor and Description |
|---|
PortfolioAddType() |
| Modifier and Type | Method and Description |
|---|---|
List<PortfolioFileType> |
getFile()
Gets the value of the file property.
|
List<PortfolioFolderType> |
getFolder()
Gets the value of the folder property.
|
protected List<PortfolioFileType> file
protected List<PortfolioFolderType> folder
public List<PortfolioFileType> getFile()
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 file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
PortfolioFileType
public List<PortfolioFolderType> getFolder()
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 folder property.
For example, to add a new item, do as follows:
getFolder().add(newItem);
Objects of the following type(s) are allowed in the list
PortfolioFolderType
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.