public class CustomFieldValue extends BaseCustomFieldValue implements Serializable
CustomField that does not have a CustomField.dataType
of CustomFieldDataType.DROP_DOWN.| Constructor and Description |
|---|
CustomFieldValue() |
CustomFieldValue(Long customFieldId,
String baseCustomFieldValueType,
Value 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
|
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
|
Value |
getValue()
Gets the value value for this CustomFieldValue.
|
int |
hashCode() |
void |
setValue(Value value)
Sets the value value for this CustomFieldValue.
|
getBaseCustomFieldValueType, getCustomFieldId, setBaseCustomFieldValueType, setCustomFieldIdpublic Value getValue()
Value
is
determined by the CustomField.dataType
of the CustomField
that this conforms to.
CustomFieldDataType | Value type |
|---|---|
STRING | TextValue |
NUMBER | NumberValue |
TOGGLE | BooleanValue |
public void setValue(Value value)
value - * The value for this field. The appropriate type of Value
is
determined by the CustomField.dataType
of the CustomField
that this conforms to.
CustomFieldDataType | Value type |
|---|---|
STRING | TextValue |
NUMBER | NumberValue |
TOGGLE | BooleanValue |
public boolean equals(Object obj)
equals in class BaseCustomFieldValuepublic int hashCode()
hashCode in class BaseCustomFieldValuepublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.