public class Field extends Object implements Serializable
| Constructor and Description |
|---|
Field() |
Field(String name,
FieldType type,
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 |
getName()
Gets the name value for this Field.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
FieldType |
getType()
Gets the type value for this Field.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue()
Gets the value value for this Field.
|
int |
hashCode() |
void |
setName(String name)
Sets the name value for this Field.
|
void |
setType(FieldType type)
Sets the type value for this Field.
|
void |
setValue(String value)
Sets the value value for this Field.
|
public FieldType getType()
public void setType(FieldType type)
type - public String getName()
public void setName(String name)
name - 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 © 2017. All Rights Reserved.