public class FormsExportType extends FormsBaseType
Java class for FormsExportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormsExportType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}FormsBaseType">
<attribute name="format" type="{http://schema.webpdf.de/1.0/operation}FormsFormatType" default="xml" />
<attribute name="fdfFileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fdfFileName |
protected FormsFormatType |
format |
| Constructor and Description |
|---|
FormsExportType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFdfFileName()
Gets the value of the fdfFileName property.
|
FormsFormatType |
getFormat()
Gets the value of the format property.
|
boolean |
isSetFdfFileName() |
boolean |
isSetFormat() |
void |
setFdfFileName(String value)
Sets the value of the fdfFileName property.
|
void |
setFormat(FormsFormatType value)
Sets the value of the format property.
|
protected FormsFormatType format
protected String fdfFileName
public FormsFormatType getFormat()
FormsFormatTypepublic void setFormat(FormsFormatType value)
value - allowed object is
FormsFormatTypepublic boolean isSetFormat()
public String getFdfFileName()
Stringpublic void setFdfFileName(String value)
value - allowed object is
Stringpublic boolean isSetFdfFileName()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.