Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreVacationPreferencesType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.StoreVacationPreferencesType
All Implemented Interfaces:
Serializable

public class StoreVacationPreferencesType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

onVacation

protected Boolean onVacation

returnDate

protected Calendar returnDate

hideFixedPriceStoreItems

protected Boolean hideFixedPriceStoreItems

messageItem

protected Boolean messageItem

messageStore

protected Boolean messageStore

displayMessageStoreCustomText

protected Boolean displayMessageStoreCustomText

messageStoreCustomText

protected String messageStoreCustomText
Constructor Detail

StoreVacationPreferencesType

public StoreVacationPreferencesType()
Method Detail

isOnVacation

public Boolean isOnVacation()
Gets the value of the onVacation property.

Returns:
possible object is Boolean

setOnVacation

public void setOnVacation(Boolean value)
Sets the value of the onVacation property.

Parameters:
value - allowed object is Boolean

getReturnDate

public Calendar getReturnDate()
Gets the value of the returnDate property.

Returns:
possible object is String

setReturnDate

public void setReturnDate(Calendar value)
Sets the value of the returnDate property.

Parameters:
value - allowed object is String

isHideFixedPriceStoreItems

public Boolean isHideFixedPriceStoreItems()
Gets the value of the hideFixedPriceStoreItems property.

Returns:
possible object is Boolean

setHideFixedPriceStoreItems

public void setHideFixedPriceStoreItems(Boolean value)
Sets the value of the hideFixedPriceStoreItems property.

Parameters:
value - allowed object is Boolean

isMessageItem

public Boolean isMessageItem()
Gets the value of the messageItem property.

Returns:
possible object is Boolean

setMessageItem

public void setMessageItem(Boolean value)
Sets the value of the messageItem property.

Parameters:
value - allowed object is Boolean

isMessageStore

public Boolean isMessageStore()
Gets the value of the messageStore property.

Returns:
possible object is Boolean

setMessageStore

public void setMessageStore(Boolean value)
Sets the value of the messageStore property.

Parameters:
value - allowed object is Boolean

isDisplayMessageStoreCustomText

public Boolean isDisplayMessageStoreCustomText()
Gets the value of the displayMessageStoreCustomText property.

Returns:
possible object is Boolean

setDisplayMessageStoreCustomText

public void setDisplayMessageStoreCustomText(Boolean value)
Sets the value of the displayMessageStoreCustomText property.

Parameters:
value - allowed object is Boolean

getMessageStoreCustomText

public String getMessageStoreCustomText()
Gets the value of the messageStoreCustomText property.

Returns:
possible object is String

setMessageStoreCustomText

public void setMessageStoreCustomText(String value)
Sets the value of the messageStoreCustomText property.

Parameters:
value - allowed object is String

Changes since
the last release

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.