Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreVacationPreferencesType

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

public class StoreVacationPreferencesType
extends java.lang.Object
implements java.io.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  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

onVacation

protected java.lang.Boolean onVacation

returnDate

protected java.util.Calendar returnDate

hideFixedPriceStoreItems

protected java.lang.Boolean hideFixedPriceStoreItems

messageItem

protected java.lang.Boolean messageItem

messageStore

protected java.lang.Boolean messageStore

displayMessageStoreCustomText

protected java.lang.Boolean displayMessageStoreCustomText

messageStoreCustomText

protected java.lang.String messageStoreCustomText
Constructor Detail

StoreVacationPreferencesType

public StoreVacationPreferencesType()
Method Detail

isOnVacation

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

Returns:
possible object is Boolean

setOnVacation

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

Parameters:
value - allowed object is Boolean

getReturnDate

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

Returns:
possible object is String

setReturnDate

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

Parameters:
value - allowed object is String

isHideFixedPriceStoreItems

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

Returns:
possible object is Boolean

setHideFixedPriceStoreItems

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

Parameters:
value - allowed object is Boolean

isMessageItem

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

Returns:
possible object is Boolean

setMessageItem

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

Parameters:
value - allowed object is Boolean

isMessageStore

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

Returns:
possible object is Boolean

setMessageStore

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

Parameters:
value - allowed object is Boolean

isDisplayMessageStoreCustomText

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

Returns:
possible object is Boolean

setDisplayMessageStoreCustomText

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

Parameters:
value - allowed object is Boolean

getMessageStoreCustomText

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

Returns:
possible object is String

setMessageStoreCustomText

public void setMessageStoreCustomText(java.lang.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.