public class FormsImportType extends FormsBaseType
Java class for FormsImportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormsImportType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}FormsBaseType">
<all>
<element name="data" type="{http://schema.webpdf.de/1.0/operation}FormsFileDataType"/>
</all>
<attribute name="flatten" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="format" type="{http://schema.webpdf.de/1.0/operation}FormsFormatType" default="xml" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FormsFileDataType |
data |
protected Boolean |
flatten |
protected FormsFormatType |
format |
| Constructor and Description |
|---|
FormsImportType() |
| Modifier and Type | Method and Description |
|---|---|
FormsFileDataType |
getData()
Gets the value of the data property.
|
FormsFormatType |
getFormat()
Gets the value of the format property.
|
boolean |
isFlatten()
Gets the value of the flatten property.
|
boolean |
isSetData() |
boolean |
isSetFlatten() |
boolean |
isSetFormat() |
void |
setData(FormsFileDataType value)
Sets the value of the data property.
|
void |
setFlatten(boolean value)
Sets the value of the flatten property.
|
void |
setFormat(FormsFormatType value)
Sets the value of the format property.
|
void |
unsetFlatten() |
protected FormsFileDataType data
protected Boolean flatten
protected FormsFormatType format
public FormsFileDataType getData()
FormsFileDataTypepublic void setData(FormsFileDataType value)
value - allowed object is
FormsFileDataTypepublic boolean isSetData()
public boolean isFlatten()
Booleanpublic void setFlatten(boolean value)
value - allowed object is
Booleanpublic boolean isSetFlatten()
public void unsetFlatten()
public FormsFormatType getFormat()
FormsFormatTypepublic void setFormat(FormsFormatType value)
value - allowed object is
FormsFormatTypepublic boolean isSetFormat()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.