public class FieldType extends Object
Java class for FieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="annotation" type="{http://schema.webpdf.de/1.0/extraction/info}AnnotationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="signature" type="{http://schema.webpdf.de/1.0/extraction/info}SignatureType" minOccurs="0"/>
<element name="value" type="{http://schema.webpdf.de/1.0/extraction/info}FormValueStyle" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="subType" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="mappingName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="alternateName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="fullyQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="noExport" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="multiSelect" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alternateName |
protected List<AnnotationType> |
annotation |
protected String |
fullyQualifiedName |
protected String |
mappingName |
protected Boolean |
multiSelect |
protected String |
name |
protected Boolean |
noExport |
protected String |
objectKey |
protected Boolean |
readOnly |
protected Boolean |
required |
protected SignatureType |
signature |
protected String |
subType |
protected String |
type |
protected List<FormValueStyle> |
value |
| Constructor and Description |
|---|
FieldType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternateName()
Gets the value of the alternateName property.
|
List<AnnotationType> |
getAnnotation()
Gets the value of the annotation property.
|
String |
getFullyQualifiedName()
Gets the value of the fullyQualifiedName property.
|
String |
getMappingName()
Gets the value of the mappingName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getObjectKey()
Gets the value of the objectKey property.
|
SignatureType |
getSignature()
Gets the value of the signature property.
|
String |
getSubType()
Gets the value of the subType property.
|
String |
getType()
Gets the value of the type property.
|
List<FormValueStyle> |
getValue()
Gets the value of the value property.
|
boolean |
isMultiSelect()
Gets the value of the multiSelect property.
|
boolean |
isNoExport()
Gets the value of the noExport property.
|
boolean |
isReadOnly()
Gets the value of the readOnly property.
|
boolean |
isRequired()
Gets the value of the required property.
|
boolean |
isSetAlternateName() |
boolean |
isSetAnnotation() |
boolean |
isSetFullyQualifiedName() |
boolean |
isSetMappingName() |
boolean |
isSetMultiSelect() |
boolean |
isSetName() |
boolean |
isSetNoExport() |
boolean |
isSetObjectKey() |
boolean |
isSetReadOnly() |
boolean |
isSetRequired() |
boolean |
isSetSignature() |
boolean |
isSetSubType() |
boolean |
isSetType() |
boolean |
isSetValue() |
void |
setAlternateName(String value)
Sets the value of the alternateName property.
|
void |
setFullyQualifiedName(String value)
Sets the value of the fullyQualifiedName property.
|
void |
setMappingName(String value)
Sets the value of the mappingName property.
|
void |
setMultiSelect(boolean value)
Sets the value of the multiSelect property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNoExport(boolean value)
Sets the value of the noExport property.
|
void |
setObjectKey(String value)
Sets the value of the objectKey property.
|
void |
setReadOnly(boolean value)
Sets the value of the readOnly property.
|
void |
setRequired(boolean value)
Sets the value of the required property.
|
void |
setSignature(SignatureType value)
Sets the value of the signature property.
|
void |
setSubType(String value)
Sets the value of the subType property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetAnnotation() |
void |
unsetMultiSelect() |
void |
unsetNoExport() |
void |
unsetReadOnly() |
void |
unsetRequired() |
void |
unsetValue() |
protected List<AnnotationType> annotation
protected SignatureType signature
protected List<FormValueStyle> value
protected String objectKey
protected String type
protected String subType
protected String name
protected String mappingName
protected String alternateName
protected String fullyQualifiedName
protected Boolean noExport
protected Boolean readOnly
protected Boolean required
protected Boolean multiSelect
public List<AnnotationType> getAnnotation()
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 annotation property.
For example, to add a new item, do as follows:
getAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
AnnotationType
public boolean isSetAnnotation()
public void unsetAnnotation()
public SignatureType getSignature()
SignatureTypepublic void setSignature(SignatureType value)
value - allowed object is
SignatureTypepublic boolean isSetSignature()
public List<FormValueStyle> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
FormValueStyle
public boolean isSetValue()
public void unsetValue()
public String getObjectKey()
Stringpublic void setObjectKey(String value)
value - allowed object is
Stringpublic boolean isSetObjectKey()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getSubType()
Stringpublic void setSubType(String value)
value - allowed object is
Stringpublic boolean isSetSubType()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getMappingName()
Stringpublic void setMappingName(String value)
value - allowed object is
Stringpublic boolean isSetMappingName()
public String getAlternateName()
Stringpublic void setAlternateName(String value)
value - allowed object is
Stringpublic boolean isSetAlternateName()
public String getFullyQualifiedName()
Stringpublic void setFullyQualifiedName(String value)
value - allowed object is
Stringpublic boolean isSetFullyQualifiedName()
public boolean isNoExport()
Booleanpublic void setNoExport(boolean value)
value - allowed object is
Booleanpublic boolean isSetNoExport()
public void unsetNoExport()
public boolean isReadOnly()
Booleanpublic void setReadOnly(boolean value)
value - allowed object is
Booleanpublic boolean isSetReadOnly()
public void unsetReadOnly()
public boolean isRequired()
Booleanpublic void setRequired(boolean value)
value - allowed object is
Booleanpublic boolean isSetRequired()
public void unsetRequired()
public boolean isMultiSelect()
Booleanpublic void setMultiSelect(boolean value)
value - allowed object is
Booleanpublic boolean isSetMultiSelect()
public void unsetMultiSelect()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.