jp.go.nict.langrid.ws_1_2.dictionary
クラス LemmaNode

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

public class LemmaNode
extends Object
implements Serializable

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

コンストラクタの概要
LemmaNode()
           
LemmaNode(String[] conceptNodes, String domain, String headWord, String language, String nodeId, String partOfSpeech, String pronounciation, String[] relations)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 String[] getConceptNodes()
          Gets the conceptNodes value for this LemmaNode.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDomain()
          Gets the domain value for this LemmaNode.
 String getHeadWord()
          Gets the headWord value for this LemmaNode.
 String getLanguage()
          Gets the language value for this LemmaNode.
 String getNodeId()
          Gets the nodeId value for this LemmaNode.
 String getPartOfSpeech()
          Gets the partOfSpeech value for this LemmaNode.
 String getPronounciation()
          Gets the pronounciation value for this LemmaNode.
 String[] getRelations()
          Gets the relations value for this LemmaNode.
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 setConceptNodes(String[] conceptNodes)
          Sets the conceptNodes value for this LemmaNode.
 void setDomain(String domain)
          Sets the domain value for this LemmaNode.
 void setHeadWord(String headWord)
          Sets the headWord value for this LemmaNode.
 void setLanguage(String language)
          Sets the language value for this LemmaNode.
 void setNodeId(String nodeId)
          Sets the nodeId value for this LemmaNode.
 void setPartOfSpeech(String partOfSpeech)
          Sets the partOfSpeech value for this LemmaNode.
 void setPronounciation(String pronounciation)
          Sets the pronounciation value for this LemmaNode.
 void setRelations(String[] relations)
          Sets the relations value for this LemmaNode.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LemmaNode

public LemmaNode()

LemmaNode

public LemmaNode(String[] conceptNodes,
                 String domain,
                 String headWord,
                 String language,
                 String nodeId,
                 String partOfSpeech,
                 String pronounciation,
                 String[] relations)
メソッドの詳細

getConceptNodes

public String[] getConceptNodes()
Gets the conceptNodes value for this LemmaNode.

戻り値:
conceptNodes

setConceptNodes

public void setConceptNodes(String[] conceptNodes)
Sets the conceptNodes value for this LemmaNode.

パラメータ:
conceptNodes -

getDomain

public String getDomain()
Gets the domain value for this LemmaNode.

戻り値:
domain

setDomain

public void setDomain(String domain)
Sets the domain value for this LemmaNode.

パラメータ:
domain -

getHeadWord

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

戻り値:
headWord

setHeadWord

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

パラメータ:
headWord -

getLanguage

public String getLanguage()
Gets the language value for this LemmaNode.

戻り値:
language

setLanguage

public void setLanguage(String language)
Sets the language value for this LemmaNode.

パラメータ:
language -

getNodeId

public String getNodeId()
Gets the nodeId value for this LemmaNode.

戻り値:
nodeId

setNodeId

public void setNodeId(String nodeId)
Sets the nodeId value for this LemmaNode.

パラメータ:
nodeId -

getPartOfSpeech

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

戻り値:
partOfSpeech

setPartOfSpeech

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

パラメータ:
partOfSpeech -

getPronounciation

public String getPronounciation()
Gets the pronounciation value for this LemmaNode.

戻り値:
pronounciation

setPronounciation

public void setPronounciation(String pronounciation)
Sets the pronounciation value for this LemmaNode.

パラメータ:
pronounciation -

getRelations

public String[] getRelations()
Gets the relations value for this LemmaNode.

戻り値:
relations

setRelations

public void setRelations(String[] relations)
Sets the relations value for this LemmaNode.

パラメータ:
relations -

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