public class EnumValuePair extends Object
Java class for EnumValuePair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumValuePair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enumValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enumDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
enumDisplayValue |
protected String |
enumValue |
| Constructor and Description |
|---|
EnumValuePair() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnumDisplayValue()
Gets the value of the enumDisplayValue property.
|
String |
getEnumValue()
Gets the value of the enumValue property.
|
void |
setEnumDisplayValue(String value)
Sets the value of the enumDisplayValue property.
|
void |
setEnumValue(String value)
Sets the value of the enumValue property.
|
protected String enumValue
protected String enumDisplayValue
public String getEnumValue()
Stringpublic void setEnumValue(String value)
value - allowed object is
Stringpublic String getEnumDisplayValue()
StringCopyright © 2023. All rights reserved.