jp.go.nict.langrid.ws_1_2.conceptdictionary
クラス Concept

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

public class Concept
extends Object
implements Serializable

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

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

コンストラクタの詳細

Concept

public Concept()

Concept

public Concept(String conceptId,
               Gloss[] glosses,
               String partOfSpeech,
               String[] relations,
               Lemma[] synset)
メソッドの詳細

getConceptId

public String getConceptId()
Gets the conceptId value for this Concept.

戻り値:
conceptId

setConceptId

public void setConceptId(String conceptId)
Sets the conceptId value for this Concept.

パラメータ:
conceptId -

getGlosses

public Gloss[] getGlosses()
Gets the glosses value for this Concept.

戻り値:
glosses

setGlosses

public void setGlosses(Gloss[] glosses)
Sets the glosses value for this Concept.

パラメータ:
glosses -

getPartOfSpeech

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

戻り値:
partOfSpeech

setPartOfSpeech

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

パラメータ:
partOfSpeech -

getRelations

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

戻り値:
relations

setRelations

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

パラメータ:
relations -

getSynset

public Lemma[] getSynset()
Gets the synset value for this Concept.

戻り値:
synset

setSynset

public void setSynset(Lemma[] synset)
Sets the synset value for this Concept.

パラメータ:
synset -

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