Class DocumentType.Form
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.DocumentType.Form
-
- Enclosing class:
- DocumentType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdefaultAppearanceprotected List<FieldType>fieldprotected FormsFormatTypeformTypeprotected BooleanneedAppearancesprotected StringobjectKey
-
Constructor Summary
Constructors Constructor Description Form()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultAppearance()Gets the value of the defaultAppearance property.List<FieldType>getField()Gets the value of the field property.FormsFormatTypegetFormType()Gets the value of the formType property.StringgetObjectKey()Gets the value of the objectKey property.booleanisNeedAppearances()Gets the value of the needAppearances property.booleanisSetDefaultAppearance()booleanisSetField()booleanisSetFormType()booleanisSetNeedAppearances()booleanisSetObjectKey()voidsetDefaultAppearance(String value)Sets the value of the defaultAppearance property.voidsetFormType(FormsFormatType value)Sets the value of the formType property.voidsetNeedAppearances(boolean value)Sets the value of the needAppearances property.voidsetObjectKey(String value)Sets the value of the objectKey property.voidunsetField()voidunsetNeedAppearances()
-
-
-
Method Detail
-
getField
public List<FieldType> 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
FieldType- Returns:
- The value of the field property.
-
isSetField
public boolean isSetField()
-
unsetField
public void unsetField()
-
getObjectKey
public String getObjectKey()
Gets the value of the objectKey property.- Returns:
- possible object is
String
-
setObjectKey
public void setObjectKey(String value)
Sets the value of the objectKey property.- Parameters:
value- allowed object isString
-
isSetObjectKey
public boolean isSetObjectKey()
-
getFormType
public FormsFormatType getFormType()
Gets the value of the formType property.- Returns:
- possible object is
FormsFormatType
-
setFormType
public void setFormType(FormsFormatType value)
Sets the value of the formType property.- Parameters:
value- allowed object isFormsFormatType
-
isSetFormType
public boolean isSetFormType()
-
getDefaultAppearance
public String getDefaultAppearance()
Gets the value of the defaultAppearance property.- Returns:
- possible object is
String
-
setDefaultAppearance
public void setDefaultAppearance(String value)
Sets the value of the defaultAppearance property.- Parameters:
value- allowed object isString
-
isSetDefaultAppearance
public boolean isSetDefaultAppearance()
-
isNeedAppearances
public boolean isNeedAppearances()
Gets the value of the needAppearances property.- Returns:
- possible object is
Boolean
-
setNeedAppearances
public void setNeedAppearances(boolean value)
Sets the value of the needAppearances property.- Parameters:
value- allowed object isBoolean
-
isSetNeedAppearances
public boolean isSetNeedAppearances()
-
unsetNeedAppearances
public void unsetNeedAppearances()
-
-