jp.go.nict.langrid.ws_1_2.templateparalleltext
クラス Choice

java.lang.Object
  上位を拡張 jp.go.nict.langrid.ws_1_2.templateparalleltext.Choice
すべての実装されたインタフェース:
Serializable

public class Choice
extends Object
implements Serializable

関連項目:
直列化された形式

コンストラクタの概要
Choice()
           
Choice(String choiceId, String value)
           
 
メソッドの概要
 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.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Choice

public Choice()

Choice

public Choice(String choiceId,
              String value)
メソッドの詳細

getChoiceId

public String getChoiceId()
Gets the choiceId value for this Choice.

戻り値:
choiceId

setChoiceId

public void setChoiceId(String choiceId)
Sets the choiceId value for this Choice.

パラメータ:
choiceId -

getValue

public String getValue()
Gets the value value for this Choice.

戻り値:
value

setValue

public void setValue(String value)
Sets the value value for this Choice.

パラメータ:
value -

equals

public boolean equals(Object obj)
オーバーライド:
クラス Object 内の equals

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer