|
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, revising, or relisting an item with the Trading API.
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 java.lang.Integer |
extensionInDays
|
protected java.util.List<java.lang.String> |
externalPictureURL
|
protected Base64BinaryType |
pictureData
|
protected java.lang.String |
pictureName
|
protected PictureSetCodeType |
pictureSet
|
protected java.lang.Integer |
pictureSystemVersion
|
protected PictureUploadPolicyCodeType |
pictureUploadPolicy
|
protected java.util.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 java.util.List<java.lang.String> |
_getExternalPictureURL()
|
protected java.util.List<PictureWatermarkCodeType> |
_getPictureWatermark()
|
java.lang.Integer |
getExtensionInDays()
Gets the value of the extensionInDays property. |
java.lang.String[] |
getExternalPictureURL()
|
java.lang.String |
getExternalPictureURL(int idx)
|
int |
getExternalPictureURLLength()
|
Base64BinaryType |
getPictureData()
Gets the value of the pictureData property. |
java.lang.String |
getPictureName()
Gets the value of the pictureName property. |
PictureSetCodeType |
getPictureSet()
Gets the value of the pictureSet property. |
java.lang.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(java.lang.Integer value)
Sets the value of the extensionInDays property. |
java.lang.String |
setExternalPictureURL(int idx,
java.lang.String value)
|
void |
setExternalPictureURL(java.lang.String[] values)
|
void |
setPictureData(Base64BinaryType value)
Sets the value of the pictureData property. |
void |
setPictureName(java.lang.String value)
Sets the value of the pictureName property. |
void |
setPictureSet(PictureSetCodeType value)
Sets the value of the pictureSet property. |
void |
setPictureSystemVersion(java.lang.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 java.lang.String pictureName
protected java.lang.Integer pictureSystemVersion
protected PictureSetCodeType pictureSet
protected Base64BinaryType pictureData
protected PictureUploadPolicyCodeType pictureUploadPolicy
protected java.util.List<java.lang.String> externalPictureURL
protected java.util.List<PictureWatermarkCodeType> pictureWatermark
protected java.lang.Integer extensionInDays
Constructor Detail |
---|
public UploadSiteHostedPicturesRequestType()
Method Detail |
---|
public java.lang.String getPictureName()
String
public void setPictureName(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPictureSystemVersion()
Integer
public void setPictureSystemVersion(java.lang.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 java.lang.String[] getExternalPictureURL()
String
public java.lang.String getExternalPictureURL(int idx)
String
public int getExternalPictureURLLength()
public void setExternalPictureURL(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getExternalPictureURL()
public java.lang.String setExternalPictureURL(int idx, java.lang.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 java.util.List<PictureWatermarkCodeType> _getPictureWatermark()
public PictureWatermarkCodeType setPictureWatermark(int idx, PictureWatermarkCodeType value)
value
- allowed object is
PictureWatermarkCodeType
public java.lang.Integer getExtensionInDays()
Integer
public void setExtensionInDays(java.lang.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.