| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ReviseStatusType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buyItNowAdded | |||||||||||
| buyItNowLowered | |||||||||||
| itemRevised | |||||||||||
| reserveLowered | |||||||||||
| reserveRemoved | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buyItNowAdded property.
| |||||||||||
Gets the value of the buyItNowLowered property.
| |||||||||||
Gets the value of the itemRevised property.
| |||||||||||
Gets the value of the reserveLowered property.
| |||||||||||
Gets the value of the reserveRemoved property.
| |||||||||||
Sets the value of the buyItNowAdded property.
| |||||||||||
Sets the value of the buyItNowLowered property.
| |||||||||||
Sets the value of the itemRevised property.
| |||||||||||
Sets the value of the reserveLowered property.
| |||||||||||
Sets the value of the reserveRemoved property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buyItNowAdded property.
Gets the value of the buyItNowLowered property.
Gets the value of the itemRevised property.
Gets the value of the reserveLowered property.
Gets the value of the reserveRemoved property.
Sets the value of the buyItNowAdded property.
| value | Allowed object is Boolean |
|---|
Sets the value of the buyItNowLowered property.
| value | Allowed object is Boolean |
|---|
Sets the value of the itemRevised property.
| value |
|---|
Sets the value of the reserveLowered property.
| value | Allowed object is Boolean |
|---|
Sets the value of the reserveRemoved property.
| value | Allowed object is Boolean |
|---|