|
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.PictureManagerDetailsType
public class PictureManagerDetailsType
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>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected List<PictureManagerFolderType> |
folder
|
protected Boolean |
keepOriginal
|
protected Integer |
storageUsed
|
protected PictureManagerSubscriptionLevelCodeType |
subscriptionLevel
|
protected Integer |
totalStorageAvailable
|
protected Boolean |
watermarkEPS
|
protected Boolean |
watermarkUserID
|
Constructor Summary | |
---|---|
PictureManagerDetailsType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<PictureManagerFolderType> |
_getFolder()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
PictureManagerFolderType[] |
getFolder()
|
PictureManagerFolderType |
getFolder(int idx)
|
int |
getFolderLength()
|
Integer |
getStorageUsed()
Gets the value of the storageUsed property. |
PictureManagerSubscriptionLevelCodeType |
getSubscriptionLevel()
Gets the value of the subscriptionLevel property. |
Integer |
getTotalStorageAvailable()
Gets the value of the totalStorageAvailable property. |
Boolean |
isKeepOriginal()
Gets the value of the keepOriginal property. |
Boolean |
isWatermarkEPS()
Gets the value of the watermarkEPS property. |
Boolean |
isWatermarkUserID()
Gets the value of the watermarkUserID property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
PictureManagerFolderType |
setFolder(int idx,
PictureManagerFolderType value)
|
void |
setFolder(PictureManagerFolderType[] values)
|
void |
setKeepOriginal(Boolean value)
Sets the value of the keepOriginal property. |
void |
setStorageUsed(Integer value)
Sets the value of the storageUsed property. |
void |
setSubscriptionLevel(PictureManagerSubscriptionLevelCodeType value)
Sets the value of the subscriptionLevel property. |
void |
setTotalStorageAvailable(Integer value)
Sets the value of the totalStorageAvailable property. |
void |
setWatermarkEPS(Boolean value)
Sets the value of the watermarkEPS property. |
void |
setWatermarkUserID(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 |
---|
protected PictureManagerSubscriptionLevelCodeType subscriptionLevel
protected Integer storageUsed
protected Integer totalStorageAvailable
protected Boolean keepOriginal
protected Boolean watermarkEPS
protected Boolean watermarkUserID
protected List<PictureManagerFolderType> folder
protected List<Object> any
Constructor Detail |
---|
public PictureManagerDetailsType()
Method Detail |
---|
public PictureManagerSubscriptionLevelCodeType getSubscriptionLevel()
PictureManagerSubscriptionLevelCodeType
public void setSubscriptionLevel(PictureManagerSubscriptionLevelCodeType value)
value
- allowed object is
PictureManagerSubscriptionLevelCodeType
public Integer getStorageUsed()
Integer
public void setStorageUsed(Integer value)
value
- allowed object is
Integer
public Integer getTotalStorageAvailable()
Integer
public void setTotalStorageAvailable(Integer value)
value
- allowed object is
Integer
public Boolean isKeepOriginal()
Boolean
public void setKeepOriginal(Boolean value)
value
- allowed object is
Boolean
public Boolean isWatermarkEPS()
Boolean
public void setWatermarkEPS(Boolean value)
value
- allowed object is
Boolean
public Boolean isWatermarkUserID()
Boolean
public void setWatermarkUserID(Boolean value)
value
- allowed object is
Boolean
public PictureManagerFolderType[] getFolder()
PictureManagerFolderType
public PictureManagerFolderType getFolder(int idx)
PictureManagerFolderType
public int getFolderLength()
public void setFolder(PictureManagerFolderType[] values)
values
- allowed objects are
PictureManagerFolderType
protected List<PictureManagerFolderType> _getFolder()
public PictureManagerFolderType setFolder(int idx, PictureManagerFolderType value)
value
- allowed object is
PictureManagerFolderType
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.