Class FormsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.FormsType
-
- All Implemented Interfaces:
ParameterInterface
public class FormsType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p138113_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p193621_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The forms operation element can be used to import and export PDF forms.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FormsImportType_importprotected FormsExportTypeexportprotected FormsFlattenTypeflatten
-
Constructor Summary
Constructors Constructor Description FormsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormsExportTypegetExport()Gets the value of the export property.FormsFlattenTypegetFlatten()Gets the value of the flatten property.FormsImportTypegetImport()Gets the value of the import property.booleanisSetExport()booleanisSetFlatten()booleanisSetImport()voidsetExport(FormsExportType value)Sets the value of the export property.voidsetFlatten(FormsFlattenType value)Sets the value of the flatten property.voidsetImport(FormsImportType value)Sets the value of the import property.
-
-
-
Field Detail
-
_import
protected FormsImportType _import
-
export
protected FormsExportType export
-
flatten
protected FormsFlattenType flatten
-
-
Method Detail
-
getImport
public FormsImportType getImport()
Gets the value of the import property.- Returns:
- possible object is
FormsImportType
-
setImport
public void setImport(FormsImportType value)
Sets the value of the import property.- Parameters:
value- allowed object isFormsImportType
-
isSetImport
public boolean isSetImport()
-
getExport
public FormsExportType getExport()
Gets the value of the export property.- Returns:
- possible object is
FormsExportType
-
setExport
public void setExport(FormsExportType value)
Sets the value of the export property.- Parameters:
value- allowed object isFormsExportType
-
isSetExport
public boolean isSetExport()
-
getFlatten
public FormsFlattenType getFlatten()
Gets the value of the flatten property.- Returns:
- possible object is
FormsFlattenType
-
setFlatten
public void setFlatten(FormsFlattenType value)
Sets the value of the flatten property.- Parameters:
value- allowed object isFormsFlattenType
-
isSetFlatten
public boolean isSetFlatten()
-
-