jp.go.nict.langrid.ws_1_2.foundation
クラス SearchResult

java.lang.Object
  上位を拡張 jp.go.nict.langrid.ws_1_2.foundation.SearchResult
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
TermEntrySearchResult

public class SearchResult
extends Object
implements Serializable

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

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

コンストラクタの詳細

SearchResult

public SearchResult()

SearchResult

public SearchResult(int totalCount,
                    boolean totalCountFixed)
メソッドの詳細

getTotalCount

public int getTotalCount()
Gets the totalCount value for this SearchResult.

戻り値:
totalCount

setTotalCount

public void setTotalCount(int totalCount)
Sets the totalCount value for this SearchResult.

パラメータ:
totalCount -

isTotalCountFixed

public boolean isTotalCountFixed()
Gets the totalCountFixed value for this SearchResult.

戻り値:
totalCountFixed

setTotalCountFixed

public void setTotalCountFixed(boolean totalCountFixed)
Sets the totalCountFixed value for this SearchResult.

パラメータ:
totalCountFixed -

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