public class Choice extends Object implements Serializable
Constructor and Description |
---|
Choice() |
Choice(String choiceId,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getChoiceId()
Gets the choiceId value for this Choice.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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)
|
String |
getValue()
Gets the value value for this Choice.
|
int |
hashCode() |
void |
setChoiceId(String choiceId)
Sets the choiceId value for this Choice.
|
void |
setValue(String value)
Sets the value value for this Choice.
|
public String getChoiceId()
public void setChoiceId(String choiceId)
choiceId
- 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)