public class BMButtonSearchRequestType extends AbstractRequestType
Java class for BMButtonSearchRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMButtonSearchRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
endDate |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
BMButtonSearchRequestType() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected javax.xml.datatype.XMLGregorianCalendar startDate
protected javax.xml.datatype.XMLGregorianCalendar endDate
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.