public class DisplayType extends Object
Java class for DisplayType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DisplayType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="displayType" type="{}DisplayTypeType"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="descriptionMap" type="{}MapType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected MapType |
descriptionMap |
protected DisplayTypeType |
displayType |
protected String |
field |
protected String |
label |
protected String |
parameter |
| Constructor and Description |
|---|
DisplayType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
MapType |
getDescriptionMap()
Gets the value of the descriptionMap property.
|
DisplayTypeType |
getDisplayType()
Gets the value of the displayType property.
|
String |
getField()
Gets the value of the field property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getParameter()
Gets the value of the parameter property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setDescriptionMap(MapType value)
Sets the value of the descriptionMap property.
|
void |
setDisplayType(DisplayTypeType value)
Sets the value of the displayType property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setParameter(String value)
Sets the value of the parameter property.
|
protected DisplayTypeType displayType
protected String field
protected String label
protected String action
protected String parameter
protected MapType descriptionMap
public DisplayTypeType getDisplayType()
DisplayTypeTypepublic void setDisplayType(DisplayTypeType value)
value - allowed object is
DisplayTypeTypepublic String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getParameter()
Stringpublic void setParameter(String value)
value - allowed object is
Stringpublic MapType getDescriptionMap()
MapTypeCopyright © 2019. All rights reserved.