public class DocumentFieldType extends Object
Java class for DocumentFieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentFieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="descriptionMap" type="{}MapType" minOccurs="0"/>
<element name="forceDescription" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="multipleValuesDescriptionMap" type="{}MapType" minOccurs="0"/>
<element name="vocabulary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="switch" type="{}SwitchType" minOccurs="0"/>
<element name="displays" type="{}DisplayListType" minOccurs="0"/>
<element name="maxCharacters" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="cutpoint" type="{}CutpointType" minOccurs="0"/>
<element name="cssClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SwitchType |
_switch |
protected String |
cssClass |
protected CutpointType |
cutpoint |
protected MapType |
descriptionMap |
protected DisplayListType |
displays |
protected Boolean |
forceDescription |
protected Integer |
maxCharacters |
protected MapType |
multipleValuesDescriptionMap |
protected String |
name |
protected String |
vocabulary |
| Constructor and Description |
|---|
DocumentFieldType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssClass()
Gets the value of the cssClass property.
|
CutpointType |
getCutpoint()
Gets the value of the cutpoint property.
|
MapType |
getDescriptionMap()
Gets the value of the descriptionMap property.
|
DisplayListType |
getDisplays()
Gets the value of the displays property.
|
Integer |
getMaxCharacters()
Gets the value of the maxCharacters property.
|
MapType |
getMultipleValuesDescriptionMap()
Gets the value of the multipleValuesDescriptionMap property.
|
String |
getName()
Gets the value of the name property.
|
SwitchType |
getSwitch()
Gets the value of the switch property.
|
String |
getVocabulary()
Gets the value of the vocabulary property.
|
Boolean |
isForceDescription()
Gets the value of the forceDescription property.
|
void |
setCssClass(String value)
Sets the value of the cssClass property.
|
void |
setCutpoint(CutpointType value)
Sets the value of the cutpoint property.
|
void |
setDescriptionMap(MapType value)
Sets the value of the descriptionMap property.
|
void |
setDisplays(DisplayListType value)
Sets the value of the displays property.
|
void |
setForceDescription(Boolean value)
Sets the value of the forceDescription property.
|
void |
setMaxCharacters(Integer value)
Sets the value of the maxCharacters property.
|
void |
setMultipleValuesDescriptionMap(MapType value)
Sets the value of the multipleValuesDescriptionMap property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSwitch(SwitchType value)
Sets the value of the switch property.
|
void |
setVocabulary(String value)
Sets the value of the vocabulary property.
|
protected String name
protected MapType descriptionMap
protected Boolean forceDescription
protected MapType multipleValuesDescriptionMap
protected String vocabulary
protected SwitchType _switch
protected DisplayListType displays
protected Integer maxCharacters
protected CutpointType cutpoint
protected String cssClass
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic MapType getDescriptionMap()
MapTypepublic void setDescriptionMap(MapType value)
value - allowed object is
MapTypepublic Boolean isForceDescription()
Booleanpublic void setForceDescription(Boolean value)
value - allowed object is
Booleanpublic MapType getMultipleValuesDescriptionMap()
MapTypepublic void setMultipleValuesDescriptionMap(MapType value)
value - allowed object is
MapTypepublic String getVocabulary()
Stringpublic void setVocabulary(String value)
value - allowed object is
Stringpublic SwitchType getSwitch()
SwitchTypepublic void setSwitch(SwitchType value)
value - allowed object is
SwitchTypepublic DisplayListType getDisplays()
DisplayListTypepublic void setDisplays(DisplayListType value)
value - allowed object is
DisplayListTypepublic Integer getMaxCharacters()
Integerpublic void setMaxCharacters(Integer value)
value - allowed object is
Integerpublic CutpointType getCutpoint()
CutpointTypepublic void setCutpoint(CutpointType value)
value - allowed object is
CutpointTypepublic String getCssClass()
StringCopyright © 2019. All rights reserved.