public class ChoiceList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ChoiceList() |
ChoiceList(long ID, int activeStatus, Choice[] choices, java.lang.String description, boolean empty, java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActiveStatus()
Gets the activeStatus value for this ChoiceList.
|
Choice[] |
getChoices()
Gets the choices value for this ChoiceList.
|
java.lang.String |
getDescription()
Gets the description value for this ChoiceList.
|
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 ChoiceList.
|
java.lang.String |
getName()
Gets the name value for this ChoiceList.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isEmpty()
Gets the empty value for this ChoiceList.
|
void |
setActiveStatus(int activeStatus)
Sets the activeStatus value for this ChoiceList.
|
void |
setChoices(Choice[] choices)
Sets the choices value for this ChoiceList.
|
void |
setDescription(java.lang.String description)
Sets the description value for this ChoiceList.
|
void |
setEmpty(boolean empty)
Sets the empty value for this ChoiceList.
|
void |
setID(long ID)
Sets the ID value for this ChoiceList.
|
void |
setName(java.lang.String name)
Sets the name value for this ChoiceList.
|
public ChoiceList()
public ChoiceList(long ID, int activeStatus, Choice[] choices, java.lang.String description, boolean empty, java.lang.String name)
public long getID()
public void setID(long ID)
ID
-public int getActiveStatus()
public void setActiveStatus(int activeStatus)
activeStatus
-public Choice[] getChoices()
public void setChoices(Choice[] choices)
choices
-public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
-public boolean isEmpty()
public void setEmpty(boolean empty)
empty
-public java.lang.String getName()
public void setName(java.lang.String name)
name
-public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)