|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.StoreVacationPreferencesType
public class StoreVacationPreferencesType
This type is used by the VacationPreferences container that is set in a SetStorePreferences call and returned in a GetStorePreferences call.
Java class for StoreVacationPreferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoreVacationPreferencesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OnVacation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ReturnDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="HideFixedPriceStoreItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MessageItem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MessageStore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="DisplayMessageStoreCustomText" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MessageStoreCustomText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
displayMessageStoreCustomText
|
protected java.lang.Boolean |
hideFixedPriceStoreItems
|
protected java.lang.Boolean |
messageItem
|
protected java.lang.Boolean |
messageStore
|
protected java.lang.String |
messageStoreCustomText
|
protected java.lang.Boolean |
onVacation
|
protected java.util.Calendar |
returnDate
|
Constructor Summary | |
---|---|
StoreVacationPreferencesType()
|
Method Summary | |
---|---|
java.lang.String |
getMessageStoreCustomText()
Gets the value of the messageStoreCustomText property. |
java.util.Calendar |
getReturnDate()
Gets the value of the returnDate property. |
java.lang.Boolean |
isDisplayMessageStoreCustomText()
Gets the value of the displayMessageStoreCustomText property. |
java.lang.Boolean |
isHideFixedPriceStoreItems()
Gets the value of the hideFixedPriceStoreItems property. |
java.lang.Boolean |
isMessageItem()
Gets the value of the messageItem property. |
java.lang.Boolean |
isMessageStore()
Gets the value of the messageStore property. |
java.lang.Boolean |
isOnVacation()
Gets the value of the onVacation property. |
void |
setDisplayMessageStoreCustomText(java.lang.Boolean value)
Sets the value of the displayMessageStoreCustomText property. |
void |
setHideFixedPriceStoreItems(java.lang.Boolean value)
Sets the value of the hideFixedPriceStoreItems property. |
void |
setMessageItem(java.lang.Boolean value)
Sets the value of the messageItem property. |
void |
setMessageStore(java.lang.Boolean value)
Sets the value of the messageStore property. |
void |
setMessageStoreCustomText(java.lang.String value)
Sets the value of the messageStoreCustomText property. |
void |
setOnVacation(java.lang.Boolean value)
Sets the value of the onVacation property. |
void |
setReturnDate(java.util.Calendar value)
Sets the value of the returnDate property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean onVacation
protected java.util.Calendar returnDate
protected java.lang.Boolean hideFixedPriceStoreItems
protected java.lang.Boolean messageItem
protected java.lang.Boolean messageStore
protected java.lang.Boolean displayMessageStoreCustomText
protected java.lang.String messageStoreCustomText
Constructor Detail |
---|
public StoreVacationPreferencesType()
Method Detail |
---|
public java.lang.Boolean isOnVacation()
Boolean
public void setOnVacation(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.Calendar getReturnDate()
String
public void setReturnDate(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Boolean isHideFixedPriceStoreItems()
Boolean
public void setHideFixedPriceStoreItems(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isMessageItem()
Boolean
public void setMessageItem(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isMessageStore()
Boolean
public void setMessageStore(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isDisplayMessageStoreCustomText()
Boolean
public void setDisplayMessageStoreCustomText(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMessageStoreCustomText()
String
public void setMessageStoreCustomText(java.lang.String value)
value
- allowed object is
String
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.