Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class MarkUpMarkDownHistoryType

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

public class MarkUpMarkDownHistoryType
extends Object
implements Serializable

List of objects representing markup or markdown events for a given application and time period. If no time period is specified in the request, the information for only one day (24 hours before the time the call is made to the time the call is made) is included. The maximum time period is allowed is 3 days (72 hours before the call is made to the time the call is made).

Java class for MarkUpMarkDownHistoryType complex type.

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

 <complexType name="MarkUpMarkDownHistoryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MarkUpMarkDownEvent" type="{urn:ebay:apis:eBLBaseComponents}MarkUpMarkDownEventType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<MarkUpMarkDownEventType> markUpMarkDownEvent
           
 
Constructor Summary
MarkUpMarkDownHistoryType()
           
 
Method Summary
protected  List<MarkUpMarkDownEventType> _getMarkUpMarkDownEvent()
           
 MarkUpMarkDownEventType[] getMarkUpMarkDownEvent()
           
 MarkUpMarkDownEventType getMarkUpMarkDownEvent(int idx)
           
 int getMarkUpMarkDownEventLength()
           
 MarkUpMarkDownEventType setMarkUpMarkDownEvent(int idx, MarkUpMarkDownEventType value)
           
 void setMarkUpMarkDownEvent(MarkUpMarkDownEventType[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

markUpMarkDownEvent

protected List<MarkUpMarkDownEventType> markUpMarkDownEvent
Constructor Detail

MarkUpMarkDownHistoryType

public MarkUpMarkDownHistoryType()
Method Detail

getMarkUpMarkDownEvent

public MarkUpMarkDownEventType[] getMarkUpMarkDownEvent()
Returns:
array of MarkUpMarkDownEventType

getMarkUpMarkDownEvent

public MarkUpMarkDownEventType getMarkUpMarkDownEvent(int idx)
Returns:
one of MarkUpMarkDownEventType

getMarkUpMarkDownEventLength

public int getMarkUpMarkDownEventLength()

setMarkUpMarkDownEvent

public void setMarkUpMarkDownEvent(MarkUpMarkDownEventType[] values)
Parameters:
values - allowed objects are MarkUpMarkDownEventType

_getMarkUpMarkDownEvent

protected List<MarkUpMarkDownEventType> _getMarkUpMarkDownEvent()

setMarkUpMarkDownEvent

public MarkUpMarkDownEventType setMarkUpMarkDownEvent(int idx,
                                                      MarkUpMarkDownEventType value)
Parameters:
value - allowed object is MarkUpMarkDownEventType

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.