public abstract class BaseCustomFieldValue extends Object implements Serializable
CustomField for a particular entity.| Constructor and Description |
|---|
BaseCustomFieldValue() |
BaseCustomFieldValue(Long customFieldId,
String baseCustomFieldValueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseCustomFieldValueType()
Gets the baseCustomFieldValueType value for this BaseCustomFieldValue.
|
Long |
getCustomFieldId()
Gets the customFieldId value for this BaseCustomFieldValue.
|
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
|
int |
hashCode() |
void |
setBaseCustomFieldValueType(String baseCustomFieldValueType)
Sets the baseCustomFieldValueType value for this BaseCustomFieldValue.
|
void |
setCustomFieldId(Long customFieldId)
Sets the customFieldId value for this BaseCustomFieldValue.
|
public Long getCustomFieldId()
CustomField to which this value belongs.
This attribute
is required.public void setCustomFieldId(Long customFieldId)
customFieldId - * Id of the CustomField to which this value belongs.
This attribute
is required.public String getBaseCustomFieldValueType()
public void setBaseCustomFieldValueType(String baseCustomFieldValueType)
baseCustomFieldValueType - * Indicates that this instance is a subtype of BaseCustomFieldValue.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.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.