public class

ButtonSearchResultType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ButtonSearchResultType

Class Overview

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>
 

Summary

Fields
protected String buttonType
protected String hostedButtonID
protected String itemName
protected XMLGregorianCalendar modifyDate
Public Constructors
ButtonSearchResultType()
Public Methods
String getButtonType()
Gets the value of the buttonType property.
String getHostedButtonID()
Gets the value of the hostedButtonID property.
String getItemName()
Gets the value of the itemName property.
XMLGregorianCalendar getModifyDate()
Gets the value of the modifyDate property.
void setButtonType(String value)
Sets the value of the buttonType property.
void setHostedButtonID(String value)
Sets the value of the hostedButtonID property.
void setItemName(String value)
Sets the value of the itemName property.
void setModifyDate(XMLGregorianCalendar value)
Sets the value of the modifyDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String buttonType

protected String hostedButtonID

protected String itemName

protected XMLGregorianCalendar modifyDate

Public Constructors

public ButtonSearchResultType ()

Public Methods

public String getButtonType ()

Gets the value of the buttonType property.

Returns
  • possible object is String

public String getHostedButtonID ()

Gets the value of the hostedButtonID property.

Returns
  • possible object is String

public String getItemName ()

Gets the value of the itemName property.

Returns
  • possible object is String

public XMLGregorianCalendar getModifyDate ()

Gets the value of the modifyDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setButtonType (String value)

Sets the value of the buttonType property.

Parameters
value Allowed object is String

public void setHostedButtonID (String value)

Sets the value of the hostedButtonID property.

Parameters
value Allowed object is String

public void setItemName (String value)

Sets the value of the itemName property.

Parameters
value Allowed object is String

public void setModifyDate (XMLGregorianCalendar value)

Sets the value of the modifyDate property.

Parameters
value Allowed object is XMLGregorianCalendar