public class ImportDataActionType extends ActionEventType
Java class for ImportDataActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportDataActionType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
<all>
<element name="file" type="{http://schema.webpdf.de/1.0/operation}FileSpecificationType"/>
</all>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileSpecificationType |
file |
| Constructor and Description |
|---|
ImportDataActionType() |
| Modifier and Type | Method and Description |
|---|---|
FileSpecificationType |
getFile()
Gets the value of the file property.
|
boolean |
isSetFile() |
void |
setFile(FileSpecificationType value)
Sets the value of the file property.
|
protected FileSpecificationType file
public FileSpecificationType getFile()
FileSpecificationTypepublic void setFile(FileSpecificationType value)
value - allowed object is
FileSpecificationTypepublic boolean isSetFile()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.