| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ButtonSearchResultType |
Java class for ButtonSearchResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ButtonSearchResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HostedButtonID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ButtonType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ItemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ModifyDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buttonType | |||||||||||
| hostedButtonID | |||||||||||
| itemName | |||||||||||
| modifyDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buttonType property.
| |||||||||||
Gets the value of the hostedButtonID property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the modifyDate property.
| |||||||||||
Sets the value of the buttonType property.
| |||||||||||
Sets the value of the hostedButtonID property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the modifyDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buttonType property.
Gets the value of the hostedButtonID property.
Gets the value of the itemName property.
Gets the value of the modifyDate property.
Sets the value of the buttonType property.
| value | Allowed object is String |
|---|
Sets the value of the hostedButtonID property.
| value | Allowed object is String |
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the modifyDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|