public class BrowseTagsResponse
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private APIError[] |
errors |
private ItemInfo[] |
itemsList |
private ReplyBase |
replyBase |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
BrowseTagsResponse() |
BrowseTagsResponse(APIError[] errors,
ItemInfo[] itemsList,
ReplyBase replyBase) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
APIError[] |
getErrors()
Gets the errors value for this BrowseTagsResponse.
|
APIError |
getErrors(int i) |
ItemInfo[] |
getItemsList()
Gets the itemsList value for this BrowseTagsResponse.
|
ItemInfo |
getItemsList(int i) |
ReplyBase |
getReplyBase()
Gets the replyBase value for this BrowseTagsResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setErrors(APIError[] errors)
Sets the errors value for this BrowseTagsResponse.
|
void |
setErrors(int i,
APIError _value) |
void |
setItemsList(int i,
ItemInfo _value) |
void |
setItemsList(ItemInfo[] itemsList)
Sets the itemsList value for this BrowseTagsResponse.
|
void |
setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this BrowseTagsResponse.
|
private APIError[] errors
private ItemInfo[] itemsList
private ReplyBase replyBase
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public APIError[] getErrors()
public void setErrors(APIError[] errors)
errors
- public APIError getErrors(int i)
public void setErrors(int i, APIError _value)
public ItemInfo[] getItemsList()
public void setItemsList(ItemInfo[] itemsList)
itemsList
- public ItemInfo getItemsList(int i)
public void setItemsList(int i, ItemInfo _value)
public ReplyBase getReplyBase()
public void setReplyBase(ReplyBase replyBase)
replyBase
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)