Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class WantItNowPostType

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

public class WantItNowPostType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

categoryID

protected String categoryID

description

protected String description

postID

protected String postID

site

protected SiteCodeType site

startTime

protected Calendar startTime

responseCount

protected Integer responseCount

title

protected String title
Constructor Detail

WantItNowPostType

public WantItNowPostType()
Method Detail

getCategoryID

public String getCategoryID()
Gets the value of the categoryID property.

Returns:
possible object is String

setCategoryID

public void setCategoryID(String value)
Sets the value of the categoryID property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getPostID

public String getPostID()
Gets the value of the postID property.

Returns:
possible object is String

setPostID

public void setPostID(String value)
Sets the value of the postID property.

Parameters:
value - allowed object is String

getSite

public SiteCodeType getSite()
Gets the value of the site property.

Returns:
possible object is SiteCodeType

setSite

public void setSite(SiteCodeType value)
Sets the value of the site property.

Parameters:
value - allowed object is SiteCodeType

getStartTime

public Calendar getStartTime()
Gets the value of the startTime property.

Returns:
possible object is String

setStartTime

public void setStartTime(Calendar value)
Sets the value of the startTime property.

Parameters:
value - allowed object is String

getResponseCount

public Integer getResponseCount()
Gets the value of the responseCount property.

Returns:
possible object is Integer

setResponseCount

public void setResponseCount(Integer value)
Sets the value of the responseCount property.

Parameters:
value - allowed object is Integer

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

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-2009 eBay Inc. All rights reserved.