public class

ReviseStatusType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ReviseStatusType

Class Overview

Contains the revise status information details (e.g., item properties information). ths node contains system set data only - always output and always all data. no minccurs needed, except for motors specific data, since it wil lnot be retruned for non motors items

Java class for ReviseStatusType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReviseStatusType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItemRevised" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="BuyItNowAdded" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="BuyItNowLowered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReserveLowered" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReserveRemoved" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean buyItNowAdded
protected Boolean buyItNowLowered
protected boolean itemRevised
protected Boolean reserveLowered
protected Boolean reserveRemoved
Public Constructors
ReviseStatusType()
Public Methods
Boolean isBuyItNowAdded()
Gets the value of the buyItNowAdded property.
Boolean isBuyItNowLowered()
Gets the value of the buyItNowLowered property.
boolean isItemRevised()
Gets the value of the itemRevised property.
Boolean isReserveLowered()
Gets the value of the reserveLowered property.
Boolean isReserveRemoved()
Gets the value of the reserveRemoved property.
void setBuyItNowAdded(Boolean value)
Sets the value of the buyItNowAdded property.
void setBuyItNowLowered(Boolean value)
Sets the value of the buyItNowLowered property.
void setItemRevised(boolean value)
Sets the value of the itemRevised property.
void setReserveLowered(Boolean value)
Sets the value of the reserveLowered property.
void setReserveRemoved(Boolean value)
Sets the value of the reserveRemoved property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean buyItNowAdded

protected Boolean buyItNowLowered

protected boolean itemRevised

protected Boolean reserveLowered

protected Boolean reserveRemoved

Public Constructors

public ReviseStatusType ()

Public Methods

public Boolean isBuyItNowAdded ()

Gets the value of the buyItNowAdded property.

Returns
  • possible object is Boolean

public Boolean isBuyItNowLowered ()

Gets the value of the buyItNowLowered property.

Returns
  • possible object is Boolean

public boolean isItemRevised ()

Gets the value of the itemRevised property.

public Boolean isReserveLowered ()

Gets the value of the reserveLowered property.

Returns
  • possible object is Boolean

public Boolean isReserveRemoved ()

Gets the value of the reserveRemoved property.

Returns
  • possible object is Boolean

public void setBuyItNowAdded (Boolean value)

Sets the value of the buyItNowAdded property.

Parameters
value Allowed object is Boolean

public void setBuyItNowLowered (Boolean value)

Sets the value of the buyItNowLowered property.

Parameters
value Allowed object is Boolean

public void setItemRevised (boolean value)

Sets the value of the itemRevised property.

Parameters
value

public void setReserveLowered (Boolean value)

Sets the value of the reserveLowered property.

Parameters
value Allowed object is Boolean

public void setReserveRemoved (Boolean value)

Sets the value of the reserveRemoved property.

Parameters
value Allowed object is Boolean