|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.UploadSiteHostedPicturesRequestType
public class UploadSiteHostedPicturesRequestType
Uploads a picture to the eBay Picture Service and returns a URL of the picture. You will use this URL when creating the listing using one of the AddItem calls.
Java class for UploadSiteHostedPicturesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UploadSiteHostedPicturesRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="PictureName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PictureSystemVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PictureSet" type="{urn:ebay:apis:eBLBaseComponents}PictureSetCodeType" minOccurs="0"/> <element name="PictureData" type="{urn:ebay:apis:eBLBaseComponents}Base64BinaryType" minOccurs="0"/> <element name="PictureUploadPolicy" type="{urn:ebay:apis:eBLBaseComponents}PictureUploadPolicyCodeType" minOccurs="0"/> <element name="ExternalPictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="PictureWatermark" type="{urn:ebay:apis:eBLBaseComponents}PictureWatermarkCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="ExtensionInDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Integer |
extensionInDays
|
protected List<String> |
externalPictureURL
|
protected Base64BinaryType |
pictureData
|
protected String |
pictureName
|
protected PictureSetCodeType |
pictureSet
|
protected Integer |
pictureSystemVersion
|
protected PictureUploadPolicyCodeType |
pictureUploadPolicy
|
protected List<PictureWatermarkCodeType> |
pictureWatermark
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
UploadSiteHostedPicturesRequestType()
|
Method Summary | |
---|---|
protected List<String> |
_getExternalPictureURL()
|
protected List<PictureWatermarkCodeType> |
_getPictureWatermark()
|
Integer |
getExtensionInDays()
Gets the value of the extensionInDays property. |
String[] |
getExternalPictureURL()
|
String |
getExternalPictureURL(int idx)
|
int |
getExternalPictureURLLength()
|
Base64BinaryType |
getPictureData()
Gets the value of the pictureData property. |
String |
getPictureName()
Gets the value of the pictureName property. |
PictureSetCodeType |
getPictureSet()
Gets the value of the pictureSet property. |
Integer |
getPictureSystemVersion()
Gets the value of the pictureSystemVersion property. |
PictureUploadPolicyCodeType |
getPictureUploadPolicy()
Gets the value of the pictureUploadPolicy property. |
PictureWatermarkCodeType[] |
getPictureWatermark()
|
PictureWatermarkCodeType |
getPictureWatermark(int idx)
|
int |
getPictureWatermarkLength()
|
void |
setExtensionInDays(Integer value)
Sets the value of the extensionInDays property. |
String |
setExternalPictureURL(int idx,
String value)
|
void |
setExternalPictureURL(String[] values)
|
void |
setPictureData(Base64BinaryType value)
Sets the value of the pictureData property. |
void |
setPictureName(String value)
Sets the value of the pictureName property. |
void |
setPictureSet(PictureSetCodeType value)
Sets the value of the pictureSet property. |
void |
setPictureSystemVersion(Integer value)
Sets the value of the pictureSystemVersion property. |
void |
setPictureUploadPolicy(PictureUploadPolicyCodeType value)
Sets the value of the pictureUploadPolicy property. |
PictureWatermarkCodeType |
setPictureWatermark(int idx,
PictureWatermarkCodeType value)
|
void |
setPictureWatermark(PictureWatermarkCodeType[] 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 |
---|
protected String pictureName
protected Integer pictureSystemVersion
protected PictureSetCodeType pictureSet
protected Base64BinaryType pictureData
protected PictureUploadPolicyCodeType pictureUploadPolicy
protected List<String> externalPictureURL
protected List<PictureWatermarkCodeType> pictureWatermark
protected Integer extensionInDays
Constructor Detail |
---|
public UploadSiteHostedPicturesRequestType()
Method Detail |
---|
public String getPictureName()
String
public void setPictureName(String value)
value
- allowed object is
String
public Integer getPictureSystemVersion()
Integer
public void setPictureSystemVersion(Integer value)
value
- allowed object is
Integer
public PictureSetCodeType getPictureSet()
PictureSetCodeType
public void setPictureSet(PictureSetCodeType value)
value
- allowed object is
PictureSetCodeType
public Base64BinaryType getPictureData()
Base64BinaryType
public void setPictureData(Base64BinaryType value)
value
- allowed object is
Base64BinaryType
public PictureUploadPolicyCodeType getPictureUploadPolicy()
PictureUploadPolicyCodeType
public void setPictureUploadPolicy(PictureUploadPolicyCodeType value)
value
- allowed object is
PictureUploadPolicyCodeType
public String[] getExternalPictureURL()
String
public String getExternalPictureURL(int idx)
String
public int getExternalPictureURLLength()
public void setExternalPictureURL(String[] values)
values
- allowed objects are
String
protected List<String> _getExternalPictureURL()
public String setExternalPictureURL(int idx, String value)
value
- allowed object is
String
public PictureWatermarkCodeType[] getPictureWatermark()
PictureWatermarkCodeType
public PictureWatermarkCodeType getPictureWatermark(int idx)
PictureWatermarkCodeType
public int getPictureWatermarkLength()
public void setPictureWatermark(PictureWatermarkCodeType[] values)
values
- allowed objects are
PictureWatermarkCodeType
protected List<PictureWatermarkCodeType> _getPictureWatermark()
public PictureWatermarkCodeType setPictureWatermark(int idx, PictureWatermarkCodeType value)
value
- allowed object is
PictureWatermarkCodeType
public Integer getExtensionInDays()
Integer
public void setExtensionInDays(Integer value)
value
- allowed object is
Integer
|
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.