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:
Serializable

public class ExtendSiteHostedPicturesRequestType
extends AbstractRequestType
implements Serializable

This restricted call gives approved sellers the ability to extend the default and ongoing lifetime of pictures uploaded to eBay.

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  Integer extensionInDays
           
protected  List<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  List<String> _getPictureURL()
           
 Integer getExtensionInDays()
          Gets the value of the extensionInDays property.
 String[] getPictureURL()
           
 String getPictureURL(int idx)
           
 int getPictureURLLength()
           
 void setExtensionInDays(Integer value)
          Sets the value of the extensionInDays property.
 String setPictureURL(int idx, String value)
           
 void setPictureURL(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 List<String> pictureURL

extensionInDays

protected Integer extensionInDays
Constructor Detail

ExtendSiteHostedPicturesRequestType

public ExtendSiteHostedPicturesRequestType()
Method Detail

getPictureURL

public String[] getPictureURL()
Returns:
array of String

getPictureURL

public String getPictureURL(int idx)
Returns:
one of String

getPictureURLLength

public int getPictureURLLength()

setPictureURL

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

_getPictureURL

protected List<String> _getPictureURL()

setPictureURL

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

getExtensionInDays

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

Returns:
possible object is Integer

setExtensionInDays

public void setExtensionInDays(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.