public static class DocumentType.Form extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://schema.webpdf.de/1.0/extraction/info}FieldType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="formType" type="{http://schema.webpdf.de/1.0/extraction/info}FormsFormatType" default="none" />
<attribute name="defaultAppearance" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="needAppearances" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultAppearance |
protected List<FieldType> |
field |
protected FormsFormatType |
formType |
protected Boolean |
needAppearances |
protected String |
objectKey |
| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultAppearance()
Gets the value of the defaultAppearance property.
|
List<FieldType> |
getField()
Gets the value of the field property.
|
FormsFormatType |
getFormType()
Gets the value of the formType property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
boolean |
isNeedAppearances()
Gets the value of the needAppearances property.
|
boolean |
isSetDefaultAppearance() |
boolean |
isSetField() |
boolean |
isSetFormType() |
boolean |
isSetNeedAppearances() |
boolean |
isSetObjectKey() |
void |
setDefaultAppearance(String value)
Sets the value of the defaultAppearance property.
|
void |
setFormType(FormsFormatType value)
Sets the value of the formType property.
|
void |
setNeedAppearances(boolean value)
Sets the value of the needAppearances property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
unsetField() |
void |
unsetNeedAppearances() |
protected String objectKey
protected FormsFormatType formType
protected String defaultAppearance
protected Boolean needAppearances
public List<FieldType> 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
FieldType
public boolean isSetField()
public void unsetField()
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public FormsFormatType getFormType()
FormsFormatTypepublic void setFormType(FormsFormatType value)
value - allowed object is
FormsFormatTypepublic boolean isSetFormType()
public String getDefaultAppearance()
Stringpublic void setDefaultAppearance(String value)
value - allowed object is
Stringpublic boolean isSetDefaultAppearance()
public boolean isNeedAppearances()
Booleanpublic void setNeedAppearances(boolean value)
value - allowed object is
Booleanpublic boolean isSetNeedAppearances()
public void unsetNeedAppearances()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.