public class ButtonSearchResultType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
buttonType |
protected java.lang.String |
hostedButtonID |
protected java.lang.String |
itemName |
protected javax.xml.datatype.XMLGregorianCalendar |
modifyDate |
| Constructor and Description |
|---|
ButtonSearchResultType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getButtonType()
Gets the value of the buttonType property.
|
java.lang.String |
getHostedButtonID()
Gets the value of the hostedButtonID property.
|
java.lang.String |
getItemName()
Gets the value of the itemName property.
|
javax.xml.datatype.XMLGregorianCalendar |
getModifyDate()
Gets the value of the modifyDate property.
|
void |
setButtonType(java.lang.String value)
Sets the value of the buttonType property.
|
void |
setHostedButtonID(java.lang.String value)
Sets the value of the hostedButtonID property.
|
void |
setItemName(java.lang.String value)
Sets the value of the itemName property.
|
void |
setModifyDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the modifyDate property.
|
protected java.lang.String hostedButtonID
protected java.lang.String buttonType
protected java.lang.String itemName
protected javax.xml.datatype.XMLGregorianCalendar modifyDate
public java.lang.String getHostedButtonID()
Stringpublic void setHostedButtonID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getButtonType()
Stringpublic void setButtonType(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemName()
Stringpublic void setItemName(java.lang.String value)
value - the value
allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getModifyDate()
XMLGregorianCalendarpublic void setModifyDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.