|
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.PictureManagerPictureType
public class PictureManagerPictureType
This type is deprecated.
Java class for PictureManagerPictureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PictureManagerPictureType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="DisplayFormat" type="{urn:ebay:apis:eBLBaseComponents}PictureManagerPictureDisplayType" maxOccurs="unbounded" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected Calendar |
date
|
protected List<PictureManagerPictureDisplayType> |
displayFormat
|
protected String |
name
|
protected String |
pictureURL
|
Constructor Summary | |
---|---|
PictureManagerPictureType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<PictureManagerPictureDisplayType> |
_getDisplayFormat()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
Calendar |
getDate()
Gets the value of the date property. |
PictureManagerPictureDisplayType[] |
getDisplayFormat()
|
PictureManagerPictureDisplayType |
getDisplayFormat(int idx)
|
int |
getDisplayFormatLength()
|
String |
getName()
Gets the value of the name property. |
String |
getPictureURL()
Gets the value of the pictureURL property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setDate(Calendar value)
Sets the value of the date property. |
PictureManagerPictureDisplayType |
setDisplayFormat(int idx,
PictureManagerPictureDisplayType value)
|
void |
setDisplayFormat(PictureManagerPictureDisplayType[] values)
|
void |
setName(String value)
Sets the value of the name property. |
void |
setPictureURL(String value)
Sets the value of the pictureURL property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String pictureURL
protected String name
protected Calendar date
protected List<PictureManagerPictureDisplayType> displayFormat
protected List<Object> any
Constructor Detail |
---|
public PictureManagerPictureType()
Method Detail |
---|
public String getPictureURL()
String
public void setPictureURL(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Calendar getDate()
String
public void setDate(Calendar value)
value
- allowed object is
String
public PictureManagerPictureDisplayType[] getDisplayFormat()
PictureManagerPictureDisplayType
public PictureManagerPictureDisplayType getDisplayFormat(int idx)
PictureManagerPictureDisplayType
public int getDisplayFormatLength()
public void setDisplayFormat(PictureManagerPictureDisplayType[] values)
values
- allowed objects are
PictureManagerPictureDisplayType
protected List<PictureManagerPictureDisplayType> _getDisplayFormat()
public PictureManagerPictureDisplayType setDisplayFormat(int idx, PictureManagerPictureDisplayType value)
value
- allowed object is
PictureManagerPictureDisplayType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, 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.