jp.go.nict.langrid.ws_1_2
クラス LanguagePair

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

public class LanguagePair
extends Object
implements Serializable

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

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

コンストラクタの詳細

LanguagePair

public LanguagePair()

LanguagePair

public LanguagePair(String first,
                    String second)
メソッドの詳細

getFirst

public String getFirst()
Gets the first value for this LanguagePair.

戻り値:
first

setFirst

public void setFirst(String first)
Sets the first value for this LanguagePair.

パラメータ:
first -

getSecond

public String getSecond()
Gets the second value for this LanguagePair.

戻り値:
second

setSecond

public void setSecond(String second)
Sets the second value for this LanguagePair.

パラメータ:
second -

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