Class SubmitFormActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.SubmitFormActionType
-
public class SubmitFormActionType extends ActionEventType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When activated, the submitForm action will send the names and values of all selected form fields to the specified URL (Uniform Resource Locator). You can use the "field" element as many times as necessary.</p>
Java class for SubmitFormActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubmitFormActionType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType"> <choice maxOccurs="unbounded"> <element name="field" type="{http://schema.webpdf.de/1.0/operation}FormFieldSelectionType"/> </choice> <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="exclude" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="includeNoValueFields" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="exportFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="getMethod" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="submitCoordinates" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="xfdf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="includeAppendSaves" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="includeAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="submitPDF" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="canonicalFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="excludeNonUserAnnotations" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="excludeFDFSourceOrTargetFile" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="embedForm" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleancanonicalFormatprotected BooleanembedFormprotected Booleanexcludeprotected BooleanexcludeFDFSourceOrTargetFileprotected BooleanexcludeNonUserAnnotationsprotected BooleanexportFormatprotected List<FormFieldSelectionType>fieldprotected BooleangetMethodprotected BooleanincludeAnnotationsprotected BooleanincludeAppendSavesprotected BooleanincludeNoValueFieldsprotected BooleansubmitCoordinatesprotected BooleansubmitPDFprotected Stringurlprotected Booleanxfdf
-
Constructor Summary
Constructors Constructor Description SubmitFormActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FormFieldSelectionType>getField()Gets the value of the field property.StringgetUrl()Gets the value of the url property.booleanisCanonicalFormat()Gets the value of the canonicalFormat property.booleanisEmbedForm()Gets the value of the embedForm property.booleanisExclude()Gets the value of the exclude property.booleanisExcludeFDFSourceOrTargetFile()Gets the value of the excludeFDFSourceOrTargetFile property.booleanisExcludeNonUserAnnotations()Gets the value of the excludeNonUserAnnotations property.booleanisExportFormat()Gets the value of the exportFormat property.booleanisGetMethod()Gets the value of the getMethod property.booleanisIncludeAnnotations()Gets the value of the includeAnnotations property.booleanisIncludeAppendSaves()Gets the value of the includeAppendSaves property.booleanisIncludeNoValueFields()Gets the value of the includeNoValueFields property.booleanisSetCanonicalFormat()booleanisSetEmbedForm()booleanisSetExclude()booleanisSetExcludeFDFSourceOrTargetFile()booleanisSetExcludeNonUserAnnotations()booleanisSetExportFormat()booleanisSetField()booleanisSetGetMethod()booleanisSetIncludeAnnotations()booleanisSetIncludeAppendSaves()booleanisSetIncludeNoValueFields()booleanisSetSubmitCoordinates()booleanisSetSubmitPDF()booleanisSetUrl()booleanisSetXfdf()booleanisSubmitCoordinates()Gets the value of the submitCoordinates property.booleanisSubmitPDF()Gets the value of the submitPDF property.booleanisXfdf()Gets the value of the xfdf property.voidsetCanonicalFormat(boolean value)Sets the value of the canonicalFormat property.voidsetEmbedForm(boolean value)Sets the value of the embedForm property.voidsetExclude(boolean value)Sets the value of the exclude property.voidsetExcludeFDFSourceOrTargetFile(boolean value)Sets the value of the excludeFDFSourceOrTargetFile property.voidsetExcludeNonUserAnnotations(boolean value)Sets the value of the excludeNonUserAnnotations property.voidsetExportFormat(boolean value)Sets the value of the exportFormat property.voidsetGetMethod(boolean value)Sets the value of the getMethod property.voidsetIncludeAnnotations(boolean value)Sets the value of the includeAnnotations property.voidsetIncludeAppendSaves(boolean value)Sets the value of the includeAppendSaves property.voidsetIncludeNoValueFields(boolean value)Sets the value of the includeNoValueFields property.voidsetSubmitCoordinates(boolean value)Sets the value of the submitCoordinates property.voidsetSubmitPDF(boolean value)Sets the value of the submitPDF property.voidsetUrl(String value)Sets the value of the url property.voidsetXfdf(boolean value)Sets the value of the xfdf property.voidunsetCanonicalFormat()voidunsetEmbedForm()voidunsetExclude()voidunsetExcludeFDFSourceOrTargetFile()voidunsetExcludeNonUserAnnotations()voidunsetExportFormat()voidunsetField()voidunsetGetMethod()voidunsetIncludeAnnotations()voidunsetIncludeAppendSaves()voidunsetIncludeNoValueFields()voidunsetSubmitCoordinates()voidunsetSubmitPDF()voidunsetXfdf()
-
-
-
Field Detail
-
field
protected List<FormFieldSelectionType> field
-
url
protected String url
-
exclude
protected Boolean exclude
-
includeNoValueFields
protected Boolean includeNoValueFields
-
exportFormat
protected Boolean exportFormat
-
getMethod
protected Boolean getMethod
-
submitCoordinates
protected Boolean submitCoordinates
-
xfdf
protected Boolean xfdf
-
includeAppendSaves
protected Boolean includeAppendSaves
-
includeAnnotations
protected Boolean includeAnnotations
-
submitPDF
protected Boolean submitPDF
-
canonicalFormat
protected Boolean canonicalFormat
-
excludeNonUserAnnotations
protected Boolean excludeNonUserAnnotations
-
excludeFDFSourceOrTargetFile
protected Boolean excludeFDFSourceOrTargetFile
-
embedForm
protected Boolean embedForm
-
-
Method Detail
-
getField
public List<FormFieldSelectionType> getField()
Gets the value of the field property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the field property.For example, to add a new item, do as follows:
getField().add(newItem);Objects of the following type(s) are allowed in the list
FormFieldSelectionType- Returns:
- The value of the field property.
-
isSetField
public boolean isSetField()
-
unsetField
public void unsetField()
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value- allowed object isString
-
isSetUrl
public boolean isSetUrl()
-
isExclude
public boolean isExclude()
Gets the value of the exclude property.- Returns:
- possible object is
Boolean
-
setExclude
public void setExclude(boolean value)
Sets the value of the exclude property.- Parameters:
value- allowed object isBoolean
-
isSetExclude
public boolean isSetExclude()
-
unsetExclude
public void unsetExclude()
-
isIncludeNoValueFields
public boolean isIncludeNoValueFields()
Gets the value of the includeNoValueFields property.- Returns:
- possible object is
Boolean
-
setIncludeNoValueFields
public void setIncludeNoValueFields(boolean value)
Sets the value of the includeNoValueFields property.- Parameters:
value- allowed object isBoolean
-
isSetIncludeNoValueFields
public boolean isSetIncludeNoValueFields()
-
unsetIncludeNoValueFields
public void unsetIncludeNoValueFields()
-
isExportFormat
public boolean isExportFormat()
Gets the value of the exportFormat property.- Returns:
- possible object is
Boolean
-
setExportFormat
public void setExportFormat(boolean value)
Sets the value of the exportFormat property.- Parameters:
value- allowed object isBoolean
-
isSetExportFormat
public boolean isSetExportFormat()
-
unsetExportFormat
public void unsetExportFormat()
-
isGetMethod
public boolean isGetMethod()
Gets the value of the getMethod property.- Returns:
- possible object is
Boolean
-
setGetMethod
public void setGetMethod(boolean value)
Sets the value of the getMethod property.- Parameters:
value- allowed object isBoolean
-
isSetGetMethod
public boolean isSetGetMethod()
-
unsetGetMethod
public void unsetGetMethod()
-
isSubmitCoordinates
public boolean isSubmitCoordinates()
Gets the value of the submitCoordinates property.- Returns:
- possible object is
Boolean
-
setSubmitCoordinates
public void setSubmitCoordinates(boolean value)
Sets the value of the submitCoordinates property.- Parameters:
value- allowed object isBoolean
-
isSetSubmitCoordinates
public boolean isSetSubmitCoordinates()
-
unsetSubmitCoordinates
public void unsetSubmitCoordinates()
-
isXfdf
public boolean isXfdf()
Gets the value of the xfdf property.- Returns:
- possible object is
Boolean
-
setXfdf
public void setXfdf(boolean value)
Sets the value of the xfdf property.- Parameters:
value- allowed object isBoolean
-
isSetXfdf
public boolean isSetXfdf()
-
unsetXfdf
public void unsetXfdf()
-
isIncludeAppendSaves
public boolean isIncludeAppendSaves()
Gets the value of the includeAppendSaves property.- Returns:
- possible object is
Boolean
-
setIncludeAppendSaves
public void setIncludeAppendSaves(boolean value)
Sets the value of the includeAppendSaves property.- Parameters:
value- allowed object isBoolean
-
isSetIncludeAppendSaves
public boolean isSetIncludeAppendSaves()
-
unsetIncludeAppendSaves
public void unsetIncludeAppendSaves()
-
isIncludeAnnotations
public boolean isIncludeAnnotations()
Gets the value of the includeAnnotations property.- Returns:
- possible object is
Boolean
-
setIncludeAnnotations
public void setIncludeAnnotations(boolean value)
Sets the value of the includeAnnotations property.- Parameters:
value- allowed object isBoolean
-
isSetIncludeAnnotations
public boolean isSetIncludeAnnotations()
-
unsetIncludeAnnotations
public void unsetIncludeAnnotations()
-
isSubmitPDF
public boolean isSubmitPDF()
Gets the value of the submitPDF property.- Returns:
- possible object is
Boolean
-
setSubmitPDF
public void setSubmitPDF(boolean value)
Sets the value of the submitPDF property.- Parameters:
value- allowed object isBoolean
-
isSetSubmitPDF
public boolean isSetSubmitPDF()
-
unsetSubmitPDF
public void unsetSubmitPDF()
-
isCanonicalFormat
public boolean isCanonicalFormat()
Gets the value of the canonicalFormat property.- Returns:
- possible object is
Boolean
-
setCanonicalFormat
public void setCanonicalFormat(boolean value)
Sets the value of the canonicalFormat property.- Parameters:
value- allowed object isBoolean
-
isSetCanonicalFormat
public boolean isSetCanonicalFormat()
-
unsetCanonicalFormat
public void unsetCanonicalFormat()
-
isExcludeNonUserAnnotations
public boolean isExcludeNonUserAnnotations()
Gets the value of the excludeNonUserAnnotations property.- Returns:
- possible object is
Boolean
-
setExcludeNonUserAnnotations
public void setExcludeNonUserAnnotations(boolean value)
Sets the value of the excludeNonUserAnnotations property.- Parameters:
value- allowed object isBoolean
-
isSetExcludeNonUserAnnotations
public boolean isSetExcludeNonUserAnnotations()
-
unsetExcludeNonUserAnnotations
public void unsetExcludeNonUserAnnotations()
-
isExcludeFDFSourceOrTargetFile
public boolean isExcludeFDFSourceOrTargetFile()
Gets the value of the excludeFDFSourceOrTargetFile property.- Returns:
- possible object is
Boolean
-
setExcludeFDFSourceOrTargetFile
public void setExcludeFDFSourceOrTargetFile(boolean value)
Sets the value of the excludeFDFSourceOrTargetFile property.- Parameters:
value- allowed object isBoolean
-
isSetExcludeFDFSourceOrTargetFile
public boolean isSetExcludeFDFSourceOrTargetFile()
-
unsetExcludeFDFSourceOrTargetFile
public void unsetExcludeFDFSourceOrTargetFile()
-
isEmbedForm
public boolean isEmbedForm()
Gets the value of the embedForm property.- Returns:
- possible object is
Boolean
-
setEmbedForm
public void setEmbedForm(boolean value)
Sets the value of the embedForm property.- Parameters:
value- allowed object isBoolean
-
isSetEmbedForm
public boolean isSetEmbedForm()
-
unsetEmbedForm
public void unsetEmbedForm()
-
-