Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class AddSellingManagerInventoryFolderRequestType

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

public class AddSellingManagerInventoryFolderRequestType
extends AbstractRequestType
implements java.io.Serializable

Adds a new product folder to a user's Selling Manager account.

Java class for AddSellingManagerInventoryFolderRequestType complex type.

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

 <complexType name="AddSellingManagerInventoryFolderRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="FolderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ParentFolderID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String comment
           
protected  java.lang.String folderName
           
protected  java.lang.Long parentFolderID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
AddSellingManagerInventoryFolderRequestType()
           
 
Method Summary
 java.lang.String getComment()
          Gets the value of the comment property.
 java.lang.String getFolderName()
          Gets the value of the folderName property.
 java.lang.Long getParentFolderID()
          Gets the value of the parentFolderID property.
 void setComment(java.lang.String value)
          Sets the value of the comment 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 com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folderName

protected java.lang.String folderName

parentFolderID

protected java.lang.Long parentFolderID

comment

protected java.lang.String comment
Constructor Detail

AddSellingManagerInventoryFolderRequestType

public AddSellingManagerInventoryFolderRequestType()
Method Detail

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

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

getComment

public java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

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.