public class SearchResult extends Object implements Serializable
Constructor and Description |
---|
SearchResult() |
SearchResult(int totalCount,
boolean totalCountFixed) |
Modifier and Type | Method and Description |
---|---|
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.
|
public SearchResult()
public SearchResult(int totalCount, boolean totalCountFixed)
public int getTotalCount()
public void setTotalCount(int totalCount)
totalCount
- public boolean isTotalCountFixed()
public void setTotalCountFixed(boolean totalCountFixed)
totalCountFixed
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)