public class PortfolioSelectionType extends Object
Java class for PortfolioSelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioSelectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName |
protected String |
path |
| Constructor and Description |
|---|
PortfolioSelectionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getPath()
Gets the value of the path property.
|
boolean |
isSetFileName() |
boolean |
isSetPath() |
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setPath(String value)
Sets the value of the path property.
|
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isSetPath()
public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic boolean isSetFileName()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.