public class TagDataSearchResult extends Object implements Serializable
コンストラクタと説明 |
---|
TagDataSearchResult() |
TagDataSearchResult(TagData[] results,
BigInteger total_results) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
TagData[] |
getResults()
Gets the results value for this TagDataSearchResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BigInteger |
getTotal_results()
Gets the total_results value for this TagDataSearchResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setResults(TagData[] results)
Sets the results value for this TagDataSearchResult.
|
void |
setTotal_results(BigInteger total_results)
Sets the total_results value for this TagDataSearchResult.
|
public TagDataSearchResult()
public TagDataSearchResult(TagData[] results, BigInteger total_results)
public TagData[] getResults()
public void setResults(TagData[] results)
results
- public BigInteger getTotal_results()
public void setTotal_results(BigInteger total_results)
total_results
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.