public class Morpheme extends Object implements Serializable
Constructor and Description |
---|
Morpheme() |
Morpheme(String lemma,
String partOfSpeech,
String word) |
Modifier and Type | Method and Description |
---|---|
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.
|
public String getLemma()
public void setLemma(String lemma)
lemma
- public String getPartOfSpeech()
public void setPartOfSpeech(String partOfSpeech)
partOfSpeech
- public String getWord()
public void setWord(String word)
word
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)