jp.go.nict.langrid.ws_1_2.multihoptranslation
クラス MultihopTranslationResult

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

public class MultihopTranslationResult
extends Object
implements Serializable

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

コンストラクタの概要
MultihopTranslationResult()
           
MultihopTranslationResult(String[] intermediates, String target)
           
 
メソッドの概要
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getIntermediates()
          Gets the intermediates value for this MultihopTranslationResult.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTarget()
          Gets the target value for this MultihopTranslationResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
 int hashCode()
           
 void setIntermediates(String[] intermediates)
          Sets the intermediates value for this MultihopTranslationResult.
 void setTarget(String target)
          Sets the target value for this MultihopTranslationResult.
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MultihopTranslationResult

public MultihopTranslationResult()

MultihopTranslationResult

public MultihopTranslationResult(String[] intermediates,
                                 String target)
メソッドの詳細

getIntermediates

public String[] getIntermediates()
Gets the intermediates value for this MultihopTranslationResult.

戻り値:
intermediates

setIntermediates

public void setIntermediates(String[] intermediates)
Sets the intermediates value for this MultihopTranslationResult.

パラメータ:
intermediates -

getTarget

public String getTarget()
Gets the target value for this MultihopTranslationResult.

戻り値:
target

setTarget

public void setTarget(String target)
Sets the target value for this MultihopTranslationResult.

パラメータ:
target -

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