Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PictureManagerPictureType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.PictureManagerPictureType
All Implemented Interfaces:
Serializable

public class PictureManagerPictureType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

pictureURL

protected String pictureURL

name

protected String name

date

protected Calendar date

displayFormat

protected List<PictureManagerPictureDisplayType> displayFormat

any

protected List<Object> any
Constructor Detail

PictureManagerPictureType

public PictureManagerPictureType()
Method Detail

getPictureURL

public String getPictureURL()
Gets the value of the pictureURL property.

Returns:
possible object is String

setPictureURL

public void setPictureURL(String value)
Sets the value of the pictureURL property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDate

public Calendar getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(Calendar value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getDisplayFormat

public PictureManagerPictureDisplayType[] getDisplayFormat()
Returns:
array of PictureManagerPictureDisplayType

getDisplayFormat

public PictureManagerPictureDisplayType getDisplayFormat(int idx)
Returns:
one of PictureManagerPictureDisplayType

getDisplayFormatLength

public int getDisplayFormatLength()

setDisplayFormat

public void setDisplayFormat(PictureManagerPictureDisplayType[] values)
Parameters:
values - allowed objects are PictureManagerPictureDisplayType

_getDisplayFormat

protected List<PictureManagerPictureDisplayType> _getDisplayFormat()

setDisplayFormat

public PictureManagerPictureDisplayType setDisplayFormat(int idx,
                                                         PictureManagerPictureDisplayType value)
Parameters:
value - allowed object is PictureManagerPictureDisplayType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

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.