public class FormsType extends BaseToolboxType implements ParameterInterface
Java class for FormsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormsType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
<choice>
<element name="import" type="{http://schema.webpdf.de/1.0/operation}FormsImportType" minOccurs="0"/>
<element name="export" type="{http://schema.webpdf.de/1.0/operation}FormsExportType" minOccurs="0"/>
<element name="flatten" type="{http://schema.webpdf.de/1.0/operation}FormsFlattenType" minOccurs="0"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FormsImportType |
_import |
protected FormsExportType |
export |
protected FormsFlattenType |
flatten |
| Constructor and Description |
|---|
FormsType() |
| Modifier and Type | Method and Description |
|---|---|
FormsExportType |
getExport()
Gets the value of the export property.
|
FormsFlattenType |
getFlatten()
Gets the value of the flatten property.
|
FormsImportType |
getImport()
Gets the value of the import property.
|
boolean |
isSetExport() |
boolean |
isSetFlatten() |
boolean |
isSetImport() |
void |
setExport(FormsExportType value)
Sets the value of the export property.
|
void |
setFlatten(FormsFlattenType value)
Sets the value of the flatten property.
|
void |
setImport(FormsImportType value)
Sets the value of the import property.
|
protected FormsImportType _import
protected FormsExportType export
protected FormsFlattenType flatten
public FormsImportType getImport()
FormsImportTypepublic void setImport(FormsImportType value)
value - allowed object is
FormsImportTypepublic boolean isSetImport()
public FormsExportType getExport()
FormsExportTypepublic void setExport(FormsExportType value)
value - allowed object is
FormsExportTypepublic boolean isSetExport()
public FormsFlattenType getFlatten()
FormsFlattenTypepublic void setFlatten(FormsFlattenType value)
value - allowed object is
FormsFlattenTypepublic boolean isSetFlatten()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.