public class Order extends Object implements Serializable
Constructor and Description |
---|
Order() |
Order(String direction,
String fieldName) |
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 |
getDirection()
Gets the direction value for this Order.
|
String |
getFieldName()
Gets the fieldName value for this Order.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setDirection(String direction)
Sets the direction value for this Order.
|
void |
setFieldName(String fieldName)
Sets the fieldName value for this Order.
|
public String getDirection()
public void setDirection(String direction)
direction
- public String getFieldName()
public void setFieldName(String fieldName)
fieldName
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)