Class FormsExportType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.FormsBaseType
-
- net.webpdf.wsclient.schema.operation.FormsExportType
-
public class FormsExportType extends FormsBaseType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p681724_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p991286_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to export data from the form fields.</p>
Java class for FormsExportType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="FormsExportType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}FormsBaseType"> <attribute name="format" type="{http://schema.webpdf.de/1.0/operation}FormsFormatType" default="xml" /> <attribute name="fdfFileName" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfdfFileName<?protected FormsFormatTypeformat<?
-
Constructor Summary
Constructors Constructor Description FormsExportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFdfFileName()<?FormsFormatTypegetFormat()<?booleanisSetFdfFileName()booleanisSetFormat()voidsetFdfFileName(String value)Sets the value of the fdfFileName property.voidsetFormat(FormsFormatType value)Sets the value of the format property.
-
-
-
Field Detail
-
format
protected FormsFormatType format
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p681724_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p991286_="https://jakarta.ee/xml/ns/jaxb" 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>
-
fdfFileName
protected String fdfFileName
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p681724_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p991286_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the file name of the PDF document that should be loaded automatically when the FDF document is opened. This setting is only used if "format" is set to "fdf".</p>
-
-
Method Detail
-
getFormat
public FormsFormatType getFormat()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p681724_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p991286_="https://jakarta.ee/xml/ns/jaxb" 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()
-
getFdfFileName
public String getFdfFileName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p681724_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p991286_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to specify the file name of the PDF document that should be loaded automatically when the FDF document is opened. This setting is only used if "format" is set to "fdf".</p>
- Returns:
- possible object is
String
-
setFdfFileName
public void setFdfFileName(String value)
Sets the value of the fdfFileName property.- Parameters:
value- allowed object isString- See Also:
getFdfFileName()
-
isSetFdfFileName
public boolean isSetFdfFileName()
-
-