Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ExtendSiteHostedPicturesRequestType

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

public class ExtendSiteHostedPicturesRequestType
extends AbstractRequestType
implements java.io.Serializable

By default, unpublished pictures uploaded to eBay Picture Services (EPS) via the UploadSiteHostedPictures call will be kept on the server for five days before being purged. The ExtendSiteHostedPictures call is used to extend this expiration date by the number of days specified in the call. This restricted call gives approved sellers the ability to extend the default expiration date of pictures uploaded to EPS but not immediately published in an eBay listing.

Java class for ExtendSiteHostedPicturesRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExtendSiteHostedPicturesRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="PictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ExtensionInDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Integer extensionInDays
           
protected  java.util.List<java.lang.String> pictureURL
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
ExtendSiteHostedPicturesRequestType()
           
 
Method Summary
protected  java.util.List<java.lang.String> _getPictureURL()
           
 java.lang.Integer getExtensionInDays()
          Gets the value of the extensionInDays property.
 java.lang.String[] getPictureURL()
           
 java.lang.String getPictureURL(int idx)
           
 int getPictureURLLength()
           
 void setExtensionInDays(java.lang.Integer value)
          Sets the value of the extensionInDays property.
 java.lang.String setPictureURL(int idx, java.lang.String value)
           
 void setPictureURL(java.lang.String[] values)
           
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pictureURL

protected java.util.List<java.lang.String> pictureURL

extensionInDays

protected java.lang.Integer extensionInDays
Constructor Detail

ExtendSiteHostedPicturesRequestType

public ExtendSiteHostedPicturesRequestType()
Method Detail

getPictureURL

public java.lang.String[] getPictureURL()
Returns:
array of String

getPictureURL

public java.lang.String getPictureURL(int idx)
Returns:
one of String

getPictureURLLength

public int getPictureURLLength()

setPictureURL

public void setPictureURL(java.lang.String[] values)
Parameters:
values - allowed objects are String

_getPictureURL

protected java.util.List<java.lang.String> _getPictureURL()

setPictureURL

public java.lang.String setPictureURL(int idx,
                                      java.lang.String value)
Parameters:
value - allowed object is String

getExtensionInDays

public java.lang.Integer getExtensionInDays()
Gets the value of the extensionInDays property.

Returns:
possible object is Integer

setExtensionInDays

public void setExtensionInDays(java.lang.Integer value)
Sets the value of the extensionInDays property.

Parameters:
value - allowed object is Integer

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.