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

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

public class Gloss
extends Object
implements Serializable

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

コンストラクタの概要
Gloss()
           
Gloss(String glossText, String language)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getGlossText()
          Gets the glossText value for this Gloss.
 String getLanguage()
          Gets the language value for this Gloss.
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 setGlossText(String glossText)
          Sets the glossText value for this Gloss.
 void setLanguage(String language)
          Sets the language value for this Gloss.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Gloss

public Gloss()

Gloss

public Gloss(String glossText,
             String language)
メソッドの詳細

getGlossText

public String getGlossText()
Gets the glossText value for this Gloss.

戻り値:
glossText

setGlossText

public void setGlossText(String glossText)
Sets the glossText value for this Gloss.

パラメータ:
glossText -

getLanguage

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

戻り値:
language

setLanguage

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

パラメータ:
language -

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