public class SubmitFormActionType extends ActionEventType
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>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canonicalFormat |
protected Boolean |
embedForm |
protected Boolean |
exclude |
protected Boolean |
excludeFDFSourceOrTargetFile |
protected Boolean |
excludeNonUserAnnotations |
protected Boolean |
exportFormat |
protected List<FormFieldSelectionType> |
field |
protected Boolean |
getMethod |
protected Boolean |
includeAnnotations |
protected Boolean |
includeAppendSaves |
protected Boolean |
includeNoValueFields |
protected Boolean |
submitCoordinates |
protected Boolean |
submitPDF |
protected String |
url |
protected Boolean |
xfdf |
| Constructor and Description |
|---|
SubmitFormActionType() |
| Modifier and Type | Method and Description |
|---|---|
List<FormFieldSelectionType> |
getField()
Gets the value of the field property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isCanonicalFormat()
Gets the value of the canonicalFormat property.
|
boolean |
isEmbedForm()
Gets the value of the embedForm property.
|
boolean |
isExclude()
Gets the value of the exclude property.
|
boolean |
isExcludeFDFSourceOrTargetFile()
Gets the value of the excludeFDFSourceOrTargetFile property.
|
boolean |
isExcludeNonUserAnnotations()
Gets the value of the excludeNonUserAnnotations property.
|
boolean |
isExportFormat()
Gets the value of the exportFormat property.
|
boolean |
isGetMethod()
Gets the value of the getMethod property.
|
boolean |
isIncludeAnnotations()
Gets the value of the includeAnnotations property.
|
boolean |
isIncludeAppendSaves()
Gets the value of the includeAppendSaves property.
|
boolean |
isIncludeNoValueFields()
Gets the value of the includeNoValueFields property.
|
boolean |
isSetCanonicalFormat() |
boolean |
isSetEmbedForm() |
boolean |
isSetExclude() |
boolean |
isSetExcludeFDFSourceOrTargetFile() |
boolean |
isSetExcludeNonUserAnnotations() |
boolean |
isSetExportFormat() |
boolean |
isSetField() |
boolean |
isSetGetMethod() |
boolean |
isSetIncludeAnnotations() |
boolean |
isSetIncludeAppendSaves() |
boolean |
isSetIncludeNoValueFields() |
boolean |
isSetSubmitCoordinates() |
boolean |
isSetSubmitPDF() |
boolean |
isSetUrl() |
boolean |
isSetXfdf() |
boolean |
isSubmitCoordinates()
Gets the value of the submitCoordinates property.
|
boolean |
isSubmitPDF()
Gets the value of the submitPDF property.
|
boolean |
isXfdf()
Gets the value of the xfdf property.
|
void |
setCanonicalFormat(boolean value)
Sets the value of the canonicalFormat property.
|
void |
setEmbedForm(boolean value)
Sets the value of the embedForm property.
|
void |
setExclude(boolean value)
Sets the value of the exclude property.
|
void |
setExcludeFDFSourceOrTargetFile(boolean value)
Sets the value of the excludeFDFSourceOrTargetFile property.
|
void |
setExcludeNonUserAnnotations(boolean value)
Sets the value of the excludeNonUserAnnotations property.
|
void |
setExportFormat(boolean value)
Sets the value of the exportFormat property.
|
void |
setGetMethod(boolean value)
Sets the value of the getMethod property.
|
void |
setIncludeAnnotations(boolean value)
Sets the value of the includeAnnotations property.
|
void |
setIncludeAppendSaves(boolean value)
Sets the value of the includeAppendSaves property.
|
void |
setIncludeNoValueFields(boolean value)
Sets the value of the includeNoValueFields property.
|
void |
setSubmitCoordinates(boolean value)
Sets the value of the submitCoordinates property.
|
void |
setSubmitPDF(boolean value)
Sets the value of the submitPDF property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setXfdf(boolean value)
Sets the value of the xfdf property.
|
void |
unsetCanonicalFormat() |
void |
unsetEmbedForm() |
void |
unsetExclude() |
void |
unsetExcludeFDFSourceOrTargetFile() |
void |
unsetExcludeNonUserAnnotations() |
void |
unsetExportFormat() |
void |
unsetField() |
void |
unsetGetMethod() |
void |
unsetIncludeAnnotations() |
void |
unsetIncludeAppendSaves() |
void |
unsetIncludeNoValueFields() |
void |
unsetSubmitCoordinates() |
void |
unsetSubmitPDF() |
void |
unsetXfdf() |
protected List<FormFieldSelectionType> field
protected String url
protected Boolean exclude
protected Boolean includeNoValueFields
protected Boolean exportFormat
protected Boolean getMethod
protected Boolean submitCoordinates
protected Boolean xfdf
protected Boolean includeAppendSaves
protected Boolean includeAnnotations
protected Boolean submitPDF
protected Boolean canonicalFormat
protected Boolean excludeNonUserAnnotations
protected Boolean excludeFDFSourceOrTargetFile
protected Boolean embedForm
public List<FormFieldSelectionType> getField()
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 JAXB object.
This is why there is not a set method 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
public boolean isSetField()
public void unsetField()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
public boolean isExclude()
Booleanpublic void setExclude(boolean value)
value - allowed object is
Booleanpublic boolean isSetExclude()
public void unsetExclude()
public boolean isIncludeNoValueFields()
Booleanpublic void setIncludeNoValueFields(boolean value)
value - allowed object is
Booleanpublic boolean isSetIncludeNoValueFields()
public void unsetIncludeNoValueFields()
public boolean isExportFormat()
Booleanpublic void setExportFormat(boolean value)
value - allowed object is
Booleanpublic boolean isSetExportFormat()
public void unsetExportFormat()
public boolean isGetMethod()
Booleanpublic void setGetMethod(boolean value)
value - allowed object is
Booleanpublic boolean isSetGetMethod()
public void unsetGetMethod()
public boolean isSubmitCoordinates()
Booleanpublic void setSubmitCoordinates(boolean value)
value - allowed object is
Booleanpublic boolean isSetSubmitCoordinates()
public void unsetSubmitCoordinates()
public boolean isXfdf()
Booleanpublic void setXfdf(boolean value)
value - allowed object is
Booleanpublic boolean isSetXfdf()
public void unsetXfdf()
public boolean isIncludeAppendSaves()
Booleanpublic void setIncludeAppendSaves(boolean value)
value - allowed object is
Booleanpublic boolean isSetIncludeAppendSaves()
public void unsetIncludeAppendSaves()
public boolean isIncludeAnnotations()
Booleanpublic void setIncludeAnnotations(boolean value)
value - allowed object is
Booleanpublic boolean isSetIncludeAnnotations()
public void unsetIncludeAnnotations()
public boolean isSubmitPDF()
Booleanpublic void setSubmitPDF(boolean value)
value - allowed object is
Booleanpublic boolean isSetSubmitPDF()
public void unsetSubmitPDF()
public boolean isCanonicalFormat()
Booleanpublic void setCanonicalFormat(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanonicalFormat()
public void unsetCanonicalFormat()
public boolean isExcludeNonUserAnnotations()
Booleanpublic void setExcludeNonUserAnnotations(boolean value)
value - allowed object is
Booleanpublic boolean isSetExcludeNonUserAnnotations()
public void unsetExcludeNonUserAnnotations()
public boolean isExcludeFDFSourceOrTargetFile()
Booleanpublic void setExcludeFDFSourceOrTargetFile(boolean value)
value - allowed object is
Booleanpublic boolean isSetExcludeFDFSourceOrTargetFile()
public void unsetExcludeFDFSourceOrTargetFile()
public boolean isEmbedForm()
Booleanpublic void setEmbedForm(boolean value)
value - allowed object is
Booleanpublic boolean isSetEmbedForm()
public void unsetEmbedForm()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.