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

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

public class ConceptNode
extends Object
implements Serializable

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

コンストラクタの概要
ConceptNode()
           
ConceptNode(String gloss, String nodeId, String[] relations, String[] synset, String[] usageExamples)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGloss()
          Gets the gloss value for this ConceptNode.
 String getNodeId()
          Gets the nodeId value for this ConceptNode.
 String[] getRelations()
          Gets the relations value for this ConceptNode.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String[] getSynset()
          Gets the synset value for this ConceptNode.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 String[] getUsageExamples()
          Gets the usageExamples value for this ConceptNode.
 int hashCode()
           
 void setGloss(String gloss)
          Sets the gloss value for this ConceptNode.
 void setNodeId(String nodeId)
          Sets the nodeId value for this ConceptNode.
 void setRelations(String[] relations)
          Sets the relations value for this ConceptNode.
 void setSynset(String[] synset)
          Sets the synset value for this ConceptNode.
 void setUsageExamples(String[] usageExamples)
          Sets the usageExamples value for this ConceptNode.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConceptNode

public ConceptNode()

ConceptNode

public ConceptNode(String gloss,
                   String nodeId,
                   String[] relations,
                   String[] synset,
                   String[] usageExamples)
メソッドの詳細

getGloss

public String getGloss()
Gets the gloss value for this ConceptNode.

戻り値:
gloss

setGloss

public void setGloss(String gloss)
Sets the gloss value for this ConceptNode.

パラメータ:
gloss -

getNodeId

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

戻り値:
nodeId

setNodeId

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

パラメータ:
nodeId -

getRelations

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

戻り値:
relations

setRelations

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

パラメータ:
relations -

getSynset

public String[] getSynset()
Gets the synset value for this ConceptNode.

戻り値:
synset

setSynset

public void setSynset(String[] synset)
Sets the synset value for this ConceptNode.

パラメータ:
synset -

getUsageExamples

public String[] getUsageExamples()
Gets the usageExamples value for this ConceptNode.

戻り値:
usageExamples

setUsageExamples

public void setUsageExamples(String[] usageExamples)
Sets the usageExamples value for this ConceptNode.

パラメータ:
usageExamples -

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