public class ChoiceParameter extends Object implements Serializable
Constructor and Description |
---|
ChoiceParameter() |
ChoiceParameter(Choice[] choices,
String parameterId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Choice[] |
getChoices()
Gets the choices value for this ChoiceParameter.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getParameterId()
Gets the parameterId value for this ChoiceParameter.
|
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 |
setChoices(Choice[] choices)
Sets the choices value for this ChoiceParameter.
|
void |
setParameterId(String parameterId)
Sets the parameterId value for this ChoiceParameter.
|
public Choice[] getChoices()
public void setChoices(Choice[] choices)
choices
- public String getParameterId()
public void setParameterId(String parameterId)
parameterId
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)