Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class PictureManagerDetailsType

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

public class PictureManagerDetailsType
extends java.lang.Object
implements java.io.Serializable

Java class for PictureManagerDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PictureManagerDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SubscriptionLevel" type="{urn:ebay:apis:eBLBaseComponents}PictureManagerSubscriptionLevelCodeType" minOccurs="0"/>
         <element name="StorageUsed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalStorageAvailable" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="KeepOriginal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="WatermarkEPS" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="WatermarkUserID" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Folder" type="{urn:ebay:apis:eBLBaseComponents}PictureManagerFolderType" maxOccurs="unbounded" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  java.util.List<PictureManagerFolderType> folder
           
protected  java.lang.Boolean keepOriginal
           
protected  java.lang.Integer storageUsed
           
protected  PictureManagerSubscriptionLevelCodeType subscriptionLevel
           
protected  java.lang.Integer totalStorageAvailable
           
protected  java.lang.Boolean watermarkEPS
           
protected  java.lang.Boolean watermarkUserID
           
 
Constructor Summary
PictureManagerDetailsType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<PictureManagerFolderType> _getFolder()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 PictureManagerFolderType[] getFolder()
           
 PictureManagerFolderType getFolder(int idx)
           
 int getFolderLength()
           
 java.lang.Integer getStorageUsed()
          Gets the value of the storageUsed property.
 PictureManagerSubscriptionLevelCodeType getSubscriptionLevel()
          Gets the value of the subscriptionLevel property.
 java.lang.Integer getTotalStorageAvailable()
          Gets the value of the totalStorageAvailable property.
 java.lang.Boolean isKeepOriginal()
          Gets the value of the keepOriginal property.
 java.lang.Boolean isWatermarkEPS()
          Gets the value of the watermarkEPS property.
 java.lang.Boolean isWatermarkUserID()
          Gets the value of the watermarkUserID property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 PictureManagerFolderType setFolder(int idx, PictureManagerFolderType value)
           
 void setFolder(PictureManagerFolderType[] values)
           
 void setKeepOriginal(java.lang.Boolean value)
          Sets the value of the keepOriginal property.
 void setStorageUsed(java.lang.Integer value)
          Sets the value of the storageUsed property.
 void setSubscriptionLevel(PictureManagerSubscriptionLevelCodeType value)
          Sets the value of the subscriptionLevel property.
 void setTotalStorageAvailable(java.lang.Integer value)
          Sets the value of the totalStorageAvailable property.
 void setWatermarkEPS(java.lang.Boolean value)
          Sets the value of the watermarkEPS property.
 void setWatermarkUserID(java.lang.Boolean value)
          Sets the value of the watermarkUserID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subscriptionLevel

protected PictureManagerSubscriptionLevelCodeType subscriptionLevel

storageUsed

protected java.lang.Integer storageUsed

totalStorageAvailable

protected java.lang.Integer totalStorageAvailable

keepOriginal

protected java.lang.Boolean keepOriginal

watermarkEPS

protected java.lang.Boolean watermarkEPS

watermarkUserID

protected java.lang.Boolean watermarkUserID

folder

protected java.util.List<PictureManagerFolderType> folder

any

protected java.util.List<java.lang.Object> any
Constructor Detail

PictureManagerDetailsType

public PictureManagerDetailsType()
Method Detail

getSubscriptionLevel

public PictureManagerSubscriptionLevelCodeType getSubscriptionLevel()
Gets the value of the subscriptionLevel property.

Returns:
possible object is PictureManagerSubscriptionLevelCodeType

setSubscriptionLevel

public void setSubscriptionLevel(PictureManagerSubscriptionLevelCodeType value)
Sets the value of the subscriptionLevel property.

Parameters:
value - allowed object is PictureManagerSubscriptionLevelCodeType

getStorageUsed

public java.lang.Integer getStorageUsed()
Gets the value of the storageUsed property.

Returns:
possible object is Integer

setStorageUsed

public void setStorageUsed(java.lang.Integer value)
Sets the value of the storageUsed property.

Parameters:
value - allowed object is Integer

getTotalStorageAvailable

public java.lang.Integer getTotalStorageAvailable()
Gets the value of the totalStorageAvailable property.

Returns:
possible object is Integer

setTotalStorageAvailable

public void setTotalStorageAvailable(java.lang.Integer value)
Sets the value of the totalStorageAvailable property.

Parameters:
value - allowed object is Integer

isKeepOriginal

public java.lang.Boolean isKeepOriginal()
Gets the value of the keepOriginal property.

Returns:
possible object is Boolean

setKeepOriginal

public void setKeepOriginal(java.lang.Boolean value)
Sets the value of the keepOriginal property.

Parameters:
value - allowed object is Boolean

isWatermarkEPS

public java.lang.Boolean isWatermarkEPS()
Gets the value of the watermarkEPS property.

Returns:
possible object is Boolean

setWatermarkEPS

public void setWatermarkEPS(java.lang.Boolean value)
Sets the value of the watermarkEPS property.

Parameters:
value - allowed object is Boolean

isWatermarkUserID

public java.lang.Boolean isWatermarkUserID()
Gets the value of the watermarkUserID property.

Returns:
possible object is Boolean

setWatermarkUserID

public void setWatermarkUserID(java.lang.Boolean value)
Sets the value of the watermarkUserID property.

Parameters:
value - allowed object is Boolean

getFolder

public PictureManagerFolderType[] getFolder()
Returns:
array of PictureManagerFolderType

getFolder

public PictureManagerFolderType getFolder(int idx)
Returns:
one of PictureManagerFolderType

getFolderLength

public int getFolderLength()

setFolder

public void setFolder(PictureManagerFolderType[] values)
Parameters:
values - allowed objects are PictureManagerFolderType

_getFolder

protected java.util.List<PictureManagerFolderType> _getFolder()

setFolder

public PictureManagerFolderType setFolder(int idx,
                                          PictureManagerFolderType value)
Parameters:
value - allowed object is PictureManagerFolderType

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

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

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.