public class ResetFormActionType extends ActionEventType
Java class for ResetFormActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResetFormActionType">
<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="exclude" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
exclude |
protected List<FormFieldSelectionType> |
field |
| Constructor and Description |
|---|
ResetFormActionType() |
| Modifier and Type | Method and Description |
|---|---|
List<FormFieldSelectionType> |
getField()
Gets the value of the field property.
|
boolean |
isExclude()
Gets the value of the exclude property.
|
boolean |
isSetExclude() |
boolean |
isSetField() |
void |
setExclude(boolean value)
Sets the value of the exclude property.
|
void |
unsetExclude() |
void |
unsetField() |
protected List<FormFieldSelectionType> field
protected Boolean exclude
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 boolean isExclude()
Booleanpublic void setExclude(boolean value)
value - allowed object is
Booleanpublic boolean isSetExclude()
public void unsetExclude()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.