public class PicklistEntry extends Object
Java class for PicklistEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PicklistEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="validFor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected boolean |
defaultValue |
protected String |
label |
protected String |
validFor |
protected String |
value |
| Constructor and Description |
|---|
PicklistEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getValidFor()
Gets the value of the validFor property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isActive()
Gets the value of the active property.
|
boolean |
isDefaultValue()
Gets the value of the defaultValue property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setDefaultValue(boolean value)
Sets the value of the defaultValue property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setValidFor(String value)
Sets the value of the validFor property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected boolean active
protected boolean defaultValue
protected String label
protected String validFor
protected String value
public boolean isActive()
public void setActive(boolean value)
public boolean isDefaultValue()
public void setDefaultValue(boolean value)
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getValidFor()
Stringpublic void setValidFor(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2016. All rights reserved.