jp.go.nict.langrid.ws_1_2.morphologicalanalysis
クラス Morpheme

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

public class Morpheme
extends Object
implements Serializable

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

コンストラクタの概要
Morpheme()
           
Morpheme(String lemma, String partOfSpeech, String word)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getLemma()
          Gets the lemma value for this Morpheme.
 String getPartOfSpeech()
          Gets the partOfSpeech value for this Morpheme.
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 getWord()
          Gets the word value for this Morpheme.
 int hashCode()
           
 void setLemma(String lemma)
          Sets the lemma value for this Morpheme.
 void setPartOfSpeech(String partOfSpeech)
          Sets the partOfSpeech value for this Morpheme.
 void setWord(String word)
          Sets the word value for this Morpheme.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Morpheme

public Morpheme()

Morpheme

public Morpheme(String lemma,
                String partOfSpeech,
                String word)
メソッドの詳細

getLemma

public String getLemma()
Gets the lemma value for this Morpheme.

戻り値:
lemma

setLemma

public void setLemma(String lemma)
Sets the lemma value for this Morpheme.

パラメータ:
lemma -

getPartOfSpeech

public String getPartOfSpeech()
Gets the partOfSpeech value for this Morpheme.

戻り値:
partOfSpeech

setPartOfSpeech

public void setPartOfSpeech(String partOfSpeech)
Sets the partOfSpeech value for this Morpheme.

パラメータ:
partOfSpeech -

getWord

public String getWord()
Gets the word value for this Morpheme.

戻り値:
word

setWord

public void setWord(String word)
Sets the word value for this Morpheme.

パラメータ:
word -

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