public class FieldSoapDO extends ObjectSoapDO implements Serializable
| Constructor and Description |
|---|
FieldSoapDO() |
FieldSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String defaultValue,
boolean disabled,
String fieldType,
FieldValueSoapDO[] fieldValues,
String name,
boolean required,
String valueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDefaultValue()
Gets the defaultValue value for this FieldSoapDO.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFieldType()
Gets the fieldType value for this FieldSoapDO.
|
FieldValueSoapDO[] |
getFieldValues()
Gets the fieldValues value for this FieldSoapDO.
|
String |
getName()
Gets the name value for this FieldSoapDO.
|
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
|
String |
getValueType()
Gets the valueType value for this FieldSoapDO.
|
int |
hashCode() |
boolean |
isDisabled()
Gets the disabled value for this FieldSoapDO.
|
boolean |
isRequired()
Gets the required value for this FieldSoapDO.
|
void |
setDefaultValue(String defaultValue)
Sets the defaultValue value for this FieldSoapDO.
|
void |
setDisabled(boolean disabled)
Sets the disabled value for this FieldSoapDO.
|
void |
setFieldType(String fieldType)
Sets the fieldType value for this FieldSoapDO.
|
void |
setFieldValues(FieldValueSoapDO[] fieldValues)
Sets the fieldValues value for this FieldSoapDO.
|
void |
setName(String name)
Sets the name value for this FieldSoapDO.
|
void |
setRequired(boolean required)
Sets the required value for this FieldSoapDO.
|
void |
setValueType(String valueType)
Sets the valueType value for this FieldSoapDO.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic String getDefaultValue()
public void setDefaultValue(String defaultValue)
defaultValue - public boolean isDisabled()
public void setDisabled(boolean disabled)
disabled - public String getFieldType()
public void setFieldType(String fieldType)
fieldType - public FieldValueSoapDO[] getFieldValues()
public void setFieldValues(FieldValueSoapDO[] fieldValues)
fieldValues - public String getName()
public void setName(String name)
name - public boolean isRequired()
public void setRequired(boolean required)
required - public String getValueType()
public void setValueType(String valueType)
valueType - public boolean equals(Object obj)
equals in class ObjectSoapDOpublic int hashCode()
hashCode in class ObjectSoapDOpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.