public class PicklistItem extends Object
Java class for PicklistItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PicklistItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsDefaultValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isDefaultValue |
protected String |
label |
protected String |
value |
| Constructor and Description |
|---|
PicklistItem() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsDefaultValue()
Gets the value of the isDefaultValue property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setIsDefaultValue(Boolean value)
Sets the value of the isDefaultValue property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean isDefaultValue
protected String label
protected String value
public Boolean getIsDefaultValue()
Booleanpublic void setIsDefaultValue(Boolean value)
value - allowed object is
Booleanpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.