public class Choice
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Choice() |
Choice(int activeStatus, long id, int sortOrder, java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActiveStatus()
Gets the activeStatus value for this Choice.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getId()
Gets the id value for this Choice.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getSortOrder()
Gets the sortOrder value for this Choice.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
java.lang.String |
getValue()
Gets the value value for this Choice.
|
int |
hashCode() |
void |
setActiveStatus(int activeStatus)
Sets the activeStatus value for this Choice.
|
void |
setId(long id)
Sets the id value for this Choice.
|
void |
setSortOrder(int sortOrder)
Sets the sortOrder value for this Choice.
|
void |
setValue(java.lang.String value)
Sets the value value for this Choice.
|
public Choice()
public Choice(int activeStatus,
long id,
int sortOrder,
java.lang.String value)
public int getActiveStatus()
public void setActiveStatus(int activeStatus)
activeStatus -public long getId()
public void setId(long id)
id -public int getSortOrder()
public void setSortOrder(int sortOrder)
sortOrder -public java.lang.String getValue()
public void setValue(java.lang.String value)
value -public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)