public class PortfolioFileType extends Object
Java class for PortfolioFileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PortfolioFileType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="data" type="{http://schema.webpdf.de/1.0/operation}PortfolioFileDataType"/>
</all>
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
creator |
protected PortfolioFileDataType |
data |
protected String |
fileName |
protected String |
mimeType |
protected String |
path |
| Constructor and Description |
|---|
PortfolioFileType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreator()
Gets the value of the creator property.
|
PortfolioFileDataType |
getData()
Gets the value of the data property.
|
String |
getFileName()
Gets the value of the fileName property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getPath()
Gets the value of the path property.
|
boolean |
isSetCreator() |
boolean |
isSetData() |
boolean |
isSetFileName() |
boolean |
isSetMimeType() |
boolean |
isSetPath() |
void |
setCreator(String value)
Sets the value of the creator property.
|
void |
setData(PortfolioFileDataType value)
Sets the value of the data property.
|
void |
setFileName(String value)
Sets the value of the fileName property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setPath(String value)
Sets the value of the path property.
|
protected PortfolioFileDataType data
protected String path
protected String fileName
protected String mimeType
protected String creator
public PortfolioFileDataType getData()
PortfolioFileDataTypepublic void setData(PortfolioFileDataType value)
value - allowed object is
PortfolioFileDataTypepublic boolean isSetData()
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()
public String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic boolean isSetMimeType()
public String getCreator()
Stringpublic void setCreator(String value)
value - allowed object is
Stringpublic boolean isSetCreator()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.