|
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.WantItNowPostType
public class WantItNowPostType
This type is deprecated.
Java class for WantItNowPostType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WantItNowPostType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CategoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="Site" type="{urn:ebay:apis:eBLBaseComponents}SiteCodeType" minOccurs="0"/> <element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ResponseCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
categoryID
|
protected String |
description
|
protected String |
postID
|
protected Integer |
responseCount
|
protected SiteCodeType |
site
|
protected Calendar |
startTime
|
protected String |
title
|
Constructor Summary | |
---|---|
WantItNowPostType()
|
Method Summary | |
---|---|
String |
getCategoryID()
Gets the value of the categoryID property. |
String |
getDescription()
Gets the value of the description property. |
String |
getPostID()
Gets the value of the postID property. |
Integer |
getResponseCount()
Gets the value of the responseCount property. |
SiteCodeType |
getSite()
Gets the value of the site property. |
Calendar |
getStartTime()
Gets the value of the startTime property. |
String |
getTitle()
Gets the value of the title property. |
void |
setCategoryID(String value)
Sets the value of the categoryID property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setPostID(String value)
Sets the value of the postID property. |
void |
setResponseCount(Integer value)
Sets the value of the responseCount property. |
void |
setSite(SiteCodeType value)
Sets the value of the site property. |
void |
setStartTime(Calendar value)
Sets the value of the startTime property. |
void |
setTitle(String value)
Sets the value of the title property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String categoryID
protected String description
protected String postID
protected SiteCodeType site
protected Calendar startTime
protected Integer responseCount
protected String title
Constructor Detail |
---|
public WantItNowPostType()
Method Detail |
---|
public String getCategoryID()
String
public void setCategoryID(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getPostID()
String
public void setPostID(String value)
value
- allowed object is
String
public SiteCodeType getSite()
SiteCodeType
public void setSite(SiteCodeType value)
value
- allowed object is
SiteCodeType
public Calendar getStartTime()
String
public void setStartTime(Calendar value)
value
- allowed object is
String
public Integer getResponseCount()
Integer
public void setResponseCount(Integer value)
value
- allowed object is
Integer
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
|
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.