Class ConverterOfficeWordType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterOfficeWordType
-
public class ConverterOfficeWordType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"> Defines the settings to be used when converting Word (docx) documents. </p>Java class for ConverterOfficeWordType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterOfficeWordType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="form" type="{http://schema.webpdf.de/1.0/operation}ConverterOfficeFormType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConverterOfficeFormTypeform
-
Constructor Summary
Constructors Constructor Description ConverterOfficeWordType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConverterOfficeFormTypegetForm()Gets the value of the form property.booleanisSetForm()voidsetForm(ConverterOfficeFormType value)Sets the value of the form property.
-
-
-
Field Detail
-
form
protected ConverterOfficeFormType form
-
-
Method Detail
-
getForm
public ConverterOfficeFormType getForm()
Gets the value of the form property.- Returns:
- possible object is
ConverterOfficeFormType
-
setForm
public void setForm(ConverterOfficeFormType value)
Sets the value of the form property.- Parameters:
value- allowed object isConverterOfficeFormType
-
isSetForm
public boolean isSetForm()
-
-