|
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 Boolean |
displayMessageStoreCustomText
|
protected Boolean |
hideFixedPriceStoreItems
|
protected Boolean |
messageItem
|
protected Boolean |
messageStore
|
protected String |
messageStoreCustomText
|
protected Boolean |
onVacation
|
protected Calendar |
returnDate
|
Constructor Summary | |
---|---|
StoreVacationPreferencesType()
|
Method Summary | |
---|---|
String |
getMessageStoreCustomText()
Gets the value of the messageStoreCustomText property. |
Calendar |
getReturnDate()
Gets the value of the returnDate property. |
Boolean |
isDisplayMessageStoreCustomText()
Gets the value of the displayMessageStoreCustomText property. |
Boolean |
isHideFixedPriceStoreItems()
Gets the value of the hideFixedPriceStoreItems property. |
Boolean |
isMessageItem()
Gets the value of the messageItem property. |
Boolean |
isMessageStore()
Gets the value of the messageStore property. |
Boolean |
isOnVacation()
Gets the value of the onVacation property. |
void |
setDisplayMessageStoreCustomText(Boolean value)
Sets the value of the displayMessageStoreCustomText property. |
void |
setHideFixedPriceStoreItems(Boolean value)
Sets the value of the hideFixedPriceStoreItems property. |
void |
setMessageItem(Boolean value)
Sets the value of the messageItem property. |
void |
setMessageStore(Boolean value)
Sets the value of the messageStore property. |
void |
setMessageStoreCustomText(String value)
Sets the value of the messageStoreCustomText property. |
void |
setOnVacation(Boolean value)
Sets the value of the onVacation property. |
void |
setReturnDate(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 Boolean onVacation
protected Calendar returnDate
protected Boolean hideFixedPriceStoreItems
protected Boolean messageItem
protected Boolean messageStore
protected Boolean displayMessageStoreCustomText
protected String messageStoreCustomText
Constructor Detail |
---|
public StoreVacationPreferencesType()
Method Detail |
---|
public Boolean isOnVacation()
Boolean
public void setOnVacation(Boolean value)
value
- allowed object is
Boolean
public Calendar getReturnDate()
String
public void setReturnDate(Calendar value)
value
- allowed object is
String
public Boolean isHideFixedPriceStoreItems()
Boolean
public void setHideFixedPriceStoreItems(Boolean value)
value
- allowed object is
Boolean
public Boolean isMessageItem()
Boolean
public void setMessageItem(Boolean value)
value
- allowed object is
Boolean
public Boolean isMessageStore()
Boolean
public void setMessageStore(Boolean value)
value
- allowed object is
Boolean
public Boolean isDisplayMessageStoreCustomText()
Boolean
public void setDisplayMessageStoreCustomText(Boolean value)
value
- allowed object is
Boolean
public String getMessageStoreCustomText()
String
public void setMessageStoreCustomText(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.