Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ASQPreferencesType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.ASQPreferencesType
All Implemented Interfaces:
Serializable

public class ASQPreferencesType
extends Object
implements Serializable

Enables a seller to add custom Ask Seller a Question (ASQ) subjects to display on the seller's Ask a Question page, or reset the custom subjects to the default values.

See Also:
Serialized Form

Constructor Summary
ASQPreferencesType()
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this ASQPreferencesType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getResetDefaultSubjects()
          Gets the resetDefaultSubjects value for this ASQPreferencesType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String[] getSubject()
          Gets the subject value for this ASQPreferencesType.
 String getSubject(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this ASQPreferencesType.
 void setResetDefaultSubjects(Boolean resetDefaultSubjects)
          Sets the resetDefaultSubjects value for this ASQPreferencesType.
 void setSubject(int i, String value)
           
 void setSubject(String[] subject)
          Sets the subject value for this ASQPreferencesType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASQPreferencesType

public ASQPreferencesType()
Method Detail

getResetDefaultSubjects

public Boolean getResetDefaultSubjects()
Gets the resetDefaultSubjects value for this ASQPreferencesType.

Returns:
resetDefaultSubjects

setResetDefaultSubjects

public void setResetDefaultSubjects(Boolean resetDefaultSubjects)
Sets the resetDefaultSubjects value for this ASQPreferencesType.

Parameters:
resetDefaultSubjects -

getSubject

public String[] getSubject()
Gets the subject value for this ASQPreferencesType.

Returns:
subject Specifies the ID of the highest-level category to return, along with its subcategories. If no parent category is specified, all categories are returned for the specified site. (Please do not pass a value of 0; zero (0) is an invalid value for CategoryParent.) To determine available category IDs, call GetCategories with no filters and use a DetailLevel value of ReturnAll. If you specify multiple parent categories, the hierarchy for each one is returned.

setSubject

public void setSubject(String[] subject)
Sets the subject value for this ASQPreferencesType.

Parameters:
subject - Specifies the ID of the highest-level category to return, along with its subcategories. If no parent category is specified, all categories are returned for the specified site. (Please do not pass a value of 0; zero (0) is an invalid value for CategoryParent.) To determine available category IDs, call GetCategories with no filters and use a DetailLevel value of ReturnAll. If you specify multiple parent categories, the hierarchy for each one is returned.

getSubject

public String getSubject(int i)

setSubject

public void setSubject(int i,
                       String value)

get_any

public MessageElement[] get_any()
Gets the _any value for this ASQPreferencesType.

Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this ASQPreferencesType.

Parameters:
_any -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
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


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations:developer-relations@ebay.com
© 2004-2006 eBay Inc. All rights reserved.