Class FormsImportType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.FormsBaseType
-
- net.webpdf.wsclient.schema.operation.FormsImportType
-
public class FormsImportType extends FormsBaseType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p395319_="https://jakarta.ee/xml/ns/jaxb" xmlns:p806920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to import data into the form fields.</p>
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FormsFileDataTypedataprotected Booleanflatten<?protected FormsFormatTypeformat<?
-
Constructor Summary
Constructors Constructor Description FormsImportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormsFileDataTypegetData()Gets the value of the data property.FormsFormatTypegetFormat()<?booleanisFlatten()<?booleanisSetData()booleanisSetFlatten()booleanisSetFormat()voidsetData(FormsFileDataType value)Sets the value of the data property.voidsetFlatten(boolean value)Sets the value of the flatten property.voidsetFormat(FormsFormatType value)Sets the value of the format property.voidunsetFlatten()
-
-
-
Field Detail
-
data
protected FormsFileDataType data
-
flatten
protected Boolean flatten
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p395319_="https://jakarta.ee/xml/ns/jaxb" xmlns:p806920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When set to "true" this will render the field contents after importing the new form values. (please refer to the documentation of the "flatten element").</p>
-
format
protected FormsFormatType format
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p395319_="https://jakarta.ee/xml/ns/jaxb" xmlns:p806920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the format for exporting the data in a PDF form: <ul><li>xml = XML</li><li>fdf = FDF</li><li>xfdf = XFDF</li><li>xdp = XDP (only for PDF documents that contain XFA data)</li></ul><p>The exported data will be returned with the web service call as per the selected format.</p><b>Tip:</b> The format of this is described by the http://schema.webpdf.de/1.0/form/data.xsd schema. </p>
-
-
Method Detail
-
getData
public FormsFileDataType getData()
Gets the value of the data property.- Returns:
- possible object is
FormsFileDataType
-
setData
public void setData(FormsFileDataType value)
Sets the value of the data property.- Parameters:
value- allowed object isFormsFileDataType
-
isSetData
public boolean isSetData()
-
isFlatten
public boolean isFlatten()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p395319_="https://jakarta.ee/xml/ns/jaxb" xmlns:p806920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When set to "true" this will render the field contents after importing the new form values. (please refer to the documentation of the "flatten element").</p>
- Returns:
- possible object is
Boolean
-
setFlatten
public void setFlatten(boolean value)
Sets the value of the flatten property.- Parameters:
value- allowed object isBoolean- See Also:
isFlatten()
-
isSetFlatten
public boolean isSetFlatten()
-
unsetFlatten
public void unsetFlatten()
-
getFormat
public FormsFormatType getFormat()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p395319_="https://jakarta.ee/xml/ns/jaxb" xmlns:p806920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to set the format for exporting the data in a PDF form: <ul><li>xml = XML</li><li>fdf = FDF</li><li>xfdf = XFDF</li><li>xdp = XDP (only for PDF documents that contain XFA data)</li></ul><p>The exported data will be returned with the web service call as per the selected format.</p><b>Tip:</b> The format of this is described by the http://schema.webpdf.de/1.0/form/data.xsd schema. </p>- Returns:
- possible object is
FormsFormatType
-
setFormat
public void setFormat(FormsFormatType value)
Sets the value of the format property.- Parameters:
value- allowed object isFormsFormatType- See Also:
getFormat()
-
isSetFormat
public boolean isSetFormat()
-
-