|
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.SiteHostedPictureDetailsType
public class SiteHostedPictureDetailsType
Type defining the SiteHostedPictureDetails container that is returned in an UploadSiteHostedPictures call.
Java class for SiteHostedPictureDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SiteHostedPictureDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PictureName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PictureSet" type="{urn:ebay:apis:eBLBaseComponents}PictureSetCodeType" minOccurs="0"/> <element name="PictureFormat" type="{urn:ebay:apis:eBLBaseComponents}PictureFormatCodeType" minOccurs="0"/> <element name="FullURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="BaseURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="PictureSetMember" type="{urn:ebay:apis:eBLBaseComponents}PictureSetMemberType" maxOccurs="unbounded" minOccurs="0"/> <element name="ExternalPictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="UseByDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
baseURL
|
protected java.lang.String |
externalPictureURL
|
protected java.lang.String |
fullURL
|
protected PictureFormatCodeType |
pictureFormat
|
protected java.lang.String |
pictureName
|
protected PictureSetCodeType |
pictureSet
|
protected java.util.List<PictureSetMemberType> |
pictureSetMember
|
protected java.util.Calendar |
useByDate
|
Constructor Summary | |
---|---|
SiteHostedPictureDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<PictureSetMemberType> |
_getPictureSetMember()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getBaseURL()
Gets the value of the baseURL property. |
java.lang.String |
getExternalPictureURL()
Gets the value of the externalPictureURL property. |
java.lang.String |
getFullURL()
Gets the value of the fullURL property. |
PictureFormatCodeType |
getPictureFormat()
Gets the value of the pictureFormat property. |
java.lang.String |
getPictureName()
Gets the value of the pictureName property. |
PictureSetCodeType |
getPictureSet()
Gets the value of the pictureSet property. |
PictureSetMemberType[] |
getPictureSetMember()
|
PictureSetMemberType |
getPictureSetMember(int idx)
|
int |
getPictureSetMemberLength()
|
java.util.Calendar |
getUseByDate()
Gets the value of the useByDate property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBaseURL(java.lang.String value)
Sets the value of the baseURL property. |
void |
setExternalPictureURL(java.lang.String value)
Sets the value of the externalPictureURL property. |
void |
setFullURL(java.lang.String value)
Sets the value of the fullURL property. |
void |
setPictureFormat(PictureFormatCodeType value)
Sets the value of the pictureFormat 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. |
PictureSetMemberType |
setPictureSetMember(int idx,
PictureSetMemberType value)
|
void |
setPictureSetMember(PictureSetMemberType[] values)
|
void |
setUseByDate(java.util.Calendar value)
Sets the value of the useByDate property. |
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 PictureSetCodeType pictureSet
protected PictureFormatCodeType pictureFormat
protected java.lang.String fullURL
protected java.lang.String baseURL
protected java.util.List<PictureSetMemberType> pictureSetMember
protected java.lang.String externalPictureURL
protected java.util.Calendar useByDate
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SiteHostedPictureDetailsType()
Method Detail |
---|
public java.lang.String getPictureName()
String
public void setPictureName(java.lang.String value)
value
- allowed object is
String
public PictureSetCodeType getPictureSet()
PictureSetCodeType
public void setPictureSet(PictureSetCodeType value)
value
- allowed object is
PictureSetCodeType
public PictureFormatCodeType getPictureFormat()
PictureFormatCodeType
public void setPictureFormat(PictureFormatCodeType value)
value
- allowed object is
PictureFormatCodeType
public java.lang.String getFullURL()
String
public void setFullURL(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBaseURL()
String
public void setBaseURL(java.lang.String value)
value
- allowed object is
String
public PictureSetMemberType[] getPictureSetMember()
PictureSetMemberType
public PictureSetMemberType getPictureSetMember(int idx)
PictureSetMemberType
public int getPictureSetMemberLength()
public void setPictureSetMember(PictureSetMemberType[] values)
values
- allowed objects are
PictureSetMemberType
protected java.util.List<PictureSetMemberType> _getPictureSetMember()
public PictureSetMemberType setPictureSetMember(int idx, PictureSetMemberType value)
value
- allowed object is
PictureSetMemberType
public java.lang.String getExternalPictureURL()
String
public void setExternalPictureURL(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getUseByDate()
String
public void setUseByDate(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
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.