Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerFolderDetailsType

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

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

Contains information about a Selling Manager folder.

Java class for SellingManagerFolderDetailsType complex type.

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

 <complexType name="SellingManagerFolderDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FolderID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ParentFolderID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="FolderLevel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="FolderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FolderComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ChildFolder" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerFolderDetailsType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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<SellingManagerFolderDetailsType> childFolder
           
protected  java.util.Calendar creationTime
           
protected  java.lang.String folderComment
           
protected  java.lang.Long folderID
           
protected  java.lang.Long folderLevel
           
protected  java.lang.String folderName
           
protected  java.lang.Long parentFolderID
           
 
Constructor Summary
SellingManagerFolderDetailsType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<SellingManagerFolderDetailsType> _getChildFolder()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 SellingManagerFolderDetailsType[] getChildFolder()
           
 SellingManagerFolderDetailsType getChildFolder(int idx)
           
 int getChildFolderLength()
           
 java.util.Calendar getCreationTime()
          Gets the value of the creationTime property.
 java.lang.String getFolderComment()
          Gets the value of the folderComment property.
 java.lang.Long getFolderID()
          Gets the value of the folderID property.
 java.lang.Long getFolderLevel()
          Gets the value of the folderLevel property.
 java.lang.String getFolderName()
          Gets the value of the folderName property.
 java.lang.Long getParentFolderID()
          Gets the value of the parentFolderID property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 SellingManagerFolderDetailsType setChildFolder(int idx, SellingManagerFolderDetailsType value)
           
 void setChildFolder(SellingManagerFolderDetailsType[] values)
           
 void setCreationTime(java.util.Calendar value)
          Sets the value of the creationTime property.
 void setFolderComment(java.lang.String value)
          Sets the value of the folderComment property.
 void setFolderID(java.lang.Long value)
          Sets the value of the folderID property.
 void setFolderLevel(java.lang.Long value)
          Sets the value of the folderLevel property.
 void setFolderName(java.lang.String value)
          Sets the value of the folderName property.
 void setParentFolderID(java.lang.Long value)
          Sets the value of the parentFolderID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folderID

protected java.lang.Long folderID

parentFolderID

protected java.lang.Long parentFolderID

folderLevel

protected java.lang.Long folderLevel

folderName

protected java.lang.String folderName

folderComment

protected java.lang.String folderComment

childFolder

protected java.util.List<SellingManagerFolderDetailsType> childFolder

creationTime

protected java.util.Calendar creationTime

any

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

SellingManagerFolderDetailsType

public SellingManagerFolderDetailsType()
Method Detail

getFolderID

public java.lang.Long getFolderID()
Gets the value of the folderID property.

Returns:
possible object is Long

setFolderID

public void setFolderID(java.lang.Long value)
Sets the value of the folderID property.

Parameters:
value - allowed object is Long

getParentFolderID

public java.lang.Long getParentFolderID()
Gets the value of the parentFolderID property.

Returns:
possible object is Long

setParentFolderID

public void setParentFolderID(java.lang.Long value)
Sets the value of the parentFolderID property.

Parameters:
value - allowed object is Long

getFolderLevel

public java.lang.Long getFolderLevel()
Gets the value of the folderLevel property.

Returns:
possible object is Long

setFolderLevel

public void setFolderLevel(java.lang.Long value)
Sets the value of the folderLevel property.

Parameters:
value - allowed object is Long

getFolderName

public java.lang.String getFolderName()
Gets the value of the folderName property.

Returns:
possible object is String

setFolderName

public void setFolderName(java.lang.String value)
Sets the value of the folderName property.

Parameters:
value - allowed object is String

getFolderComment

public java.lang.String getFolderComment()
Gets the value of the folderComment property.

Returns:
possible object is String

setFolderComment

public void setFolderComment(java.lang.String value)
Sets the value of the folderComment property.

Parameters:
value - allowed object is String

getChildFolder

public SellingManagerFolderDetailsType[] getChildFolder()
Returns:
array of SellingManagerFolderDetailsType

getChildFolder

public SellingManagerFolderDetailsType getChildFolder(int idx)
Returns:
one of SellingManagerFolderDetailsType

getChildFolderLength

public int getChildFolderLength()

setChildFolder

public void setChildFolder(SellingManagerFolderDetailsType[] values)
Parameters:
values - allowed objects are SellingManagerFolderDetailsType

_getChildFolder

protected java.util.List<SellingManagerFolderDetailsType> _getChildFolder()

setChildFolder

public SellingManagerFolderDetailsType setChildFolder(int idx,
                                                      SellingManagerFolderDetailsType value)
Parameters:
value - allowed object is SellingManagerFolderDetailsType

getCreationTime

public java.util.Calendar getCreationTime()
Gets the value of the creationTime property.

Returns:
possible object is String

setCreationTime

public void setCreationTime(java.util.Calendar value)
Sets the value of the creationTime property.

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 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.