jp.go.nict.langrid.ws_1_2.bilingualdictionary
クラス Translation

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

public class Translation
extends Object
implements Serializable

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

コンストラクタの概要
Translation()
           
Translation(String headWord, String[] targetWords)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getHeadWord()
          Gets the headWord value for this Translation.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String[] getTargetWords()
          Gets the targetWords value for this Translation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 int hashCode()
           
 void setHeadWord(String headWord)
          Sets the headWord value for this Translation.
 void setTargetWords(String[] targetWords)
          Sets the targetWords value for this Translation.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Translation

public Translation()

Translation

public Translation(String headWord,
                   String[] targetWords)
メソッドの詳細

getHeadWord

public String getHeadWord()
Gets the headWord value for this Translation.

戻り値:
headWord

setHeadWord

public void setHeadWord(String headWord)
Sets the headWord value for this Translation.

パラメータ:
headWord -

getTargetWords

public String[] getTargetWords()
Gets the targetWords value for this Translation.

戻り値:
targetWords

setTargetWords

public void setTargetWords(String[] targetWords)
Sets the targetWords value for this Translation.

パラメータ:
targetWords -

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