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, setVersion
protected javax.xml.datatype.XMLGregorianCalendar startDate
protected javax.xml.datatype.XMLGregorianCalendar endDate
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.