public class SwitchType extends Object
Java class for SwitchType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SwitchType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="documentFieldMap" type="{}MapType"/>
</sequence>
<attribute name="conditionField" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_default |
protected String |
conditionField |
protected MapType |
documentFieldMap |
| Constructor and Description |
|---|
SwitchType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionField()
Gets the value of the conditionField property.
|
MapType |
getDocumentFieldMap()
Gets the value of the documentFieldMap property.
|
Boolean |
isDefault()
Gets the value of the default property.
|
void |
setConditionField(String value)
Sets the value of the conditionField property.
|
void |
setDefault(Boolean value)
Sets the value of the default property.
|
void |
setDocumentFieldMap(MapType value)
Sets the value of the documentFieldMap property.
|
protected MapType documentFieldMap
protected String conditionField
protected Boolean _default
public MapType getDocumentFieldMap()
MapTypepublic void setDocumentFieldMap(MapType value)
value - allowed object is
MapTypepublic String getConditionField()
Stringpublic void setConditionField(String value)
value - allowed object is
Stringpublic Boolean isDefault()
BooleanCopyright © 2019. All rights reserved.