public class PicklistEntry extends Object implements Serializable
| Constructor and Description |
|---|
PicklistEntry() |
PicklistEntry(boolean active,
boolean defaultValue,
String label,
byte[] validFor,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLabel()
Gets the label value for this PicklistEntry.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
byte[] |
getValidFor()
Gets the validFor value for this PicklistEntry.
|
String |
getValue()
Gets the value value for this PicklistEntry.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this PicklistEntry.
|
boolean |
isDefaultValue()
Gets the defaultValue value for this PicklistEntry.
|
void |
setActive(boolean active)
Sets the active value for this PicklistEntry.
|
void |
setDefaultValue(boolean defaultValue)
Sets the defaultValue value for this PicklistEntry.
|
void |
setLabel(String label)
Sets the label value for this PicklistEntry.
|
void |
setValidFor(byte[] validFor)
Sets the validFor value for this PicklistEntry.
|
void |
setValue(String value)
Sets the value value for this PicklistEntry.
|
public boolean isActive()
public void setActive(boolean active)
active - public boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)
defaultValue - public String getLabel()
public void setLabel(String label)
label - public byte[] getValidFor()
public void setValidFor(byte[] validFor)
validFor - public String getValue()
public void setValue(String value)
value - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.