|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetCategoriesResponseType
public class GetCategoriesResponseType
Contains the category data for the eBay site specified as input. The category data is contained in a CategoryArrayType object, within which are zero, one, or multiple CategoryType objects. Each CategoryType object contains the detail data for one category. Other fields tell how many categories are returned in a call, when the category hierarchy was last updated, and the version of the category hierarchy (all three of which can differ from one eBay site to the next).
Java class for GetCategoriesResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCategoriesResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="CategoryArray" type="{urn:ebay:apis:eBLBaseComponents}CategoryArrayType" minOccurs="0"/> <element name="CategoryCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="UpdateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="CategoryVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ReservePriceAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MinimumReservePrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="ReduceReserveAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected CategoryArrayType |
categoryArray
|
protected java.lang.Integer |
categoryCount
|
protected java.lang.String |
categoryVersion
|
protected java.lang.Double |
minimumReservePrice
|
protected java.lang.Boolean |
reduceReserveAllowed
|
protected java.lang.Boolean |
reservePriceAllowed
|
protected java.util.Calendar |
updateTime
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetCategoriesResponseType()
|
Method Summary | |
---|---|
CategoryArrayType |
getCategoryArray()
Gets the value of the categoryArray property. |
java.lang.Integer |
getCategoryCount()
Gets the value of the categoryCount property. |
java.lang.String |
getCategoryVersion()
Gets the value of the categoryVersion property. |
java.lang.Double |
getMinimumReservePrice()
Gets the value of the minimumReservePrice property. |
java.util.Calendar |
getUpdateTime()
Gets the value of the updateTime property. |
java.lang.Boolean |
isReduceReserveAllowed()
Gets the value of the reduceReserveAllowed property. |
java.lang.Boolean |
isReservePriceAllowed()
Gets the value of the reservePriceAllowed property. |
void |
setCategoryArray(CategoryArrayType value)
Sets the value of the categoryArray property. |
void |
setCategoryCount(java.lang.Integer value)
Sets the value of the categoryCount property. |
void |
setCategoryVersion(java.lang.String value)
Sets the value of the categoryVersion property. |
void |
setMinimumReservePrice(java.lang.Double value)
Sets the value of the minimumReservePrice property. |
void |
setReduceReserveAllowed(java.lang.Boolean value)
Sets the value of the reduceReserveAllowed property. |
void |
setReservePriceAllowed(java.lang.Boolean value)
Sets the value of the reservePriceAllowed property. |
void |
setUpdateTime(java.util.Calendar value)
Sets the value of the updateTime property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CategoryArrayType categoryArray
protected java.lang.Integer categoryCount
protected java.util.Calendar updateTime
protected java.lang.String categoryVersion
protected java.lang.Boolean reservePriceAllowed
protected java.lang.Double minimumReservePrice
protected java.lang.Boolean reduceReserveAllowed
Constructor Detail |
---|
public GetCategoriesResponseType()
Method Detail |
---|
public CategoryArrayType getCategoryArray()
CategoryArrayType
public void setCategoryArray(CategoryArrayType value)
value
- allowed object is
CategoryArrayType
public java.lang.Integer getCategoryCount()
Integer
public void setCategoryCount(java.lang.Integer value)
value
- allowed object is
Integer
public java.util.Calendar getUpdateTime()
String
public void setUpdateTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.String getCategoryVersion()
String
public void setCategoryVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isReservePriceAllowed()
Boolean
public void setReservePriceAllowed(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Double getMinimumReservePrice()
Double
public void setMinimumReservePrice(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Boolean isReduceReserveAllowed()
Boolean
public void setReduceReserveAllowed(java.lang.Boolean value)
value
- allowed object is
Boolean
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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-2009 eBay Inc. All rights reserved.