Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SupportedSellerProfileType

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

public class SupportedSellerProfileType
extends Object
implements Serializable

Type defining the SupportedSellerProfile container, which contains summary information related to specific Business Policies payment, return policy, and shipping profiles. The profile type is found in the ProfileType field.

Java class for SupportedSellerProfileType complex type.

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

 <complexType name="SupportedSellerProfileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ProfileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ProfileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ShortSummary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CategoryGroup" type="{urn:ebay:apis:eBLBaseComponents}CategoryGroupType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  CategoryGroupType categoryGroup
           
protected  Long profileID
           
protected  String profileName
           
protected  String profileType
           
protected  String shortSummary
           
 
Constructor Summary
SupportedSellerProfileType()
           
 
Method Summary
 CategoryGroupType getCategoryGroup()
          Gets the value of the categoryGroup property.
 Long getProfileID()
          Gets the value of the profileID property.
 String getProfileName()
          Gets the value of the profileName property.
 String getProfileType()
          Gets the value of the profileType property.
 String getShortSummary()
          Gets the value of the shortSummary property.
 void setCategoryGroup(CategoryGroupType value)
          Sets the value of the categoryGroup property.
 void setProfileID(Long value)
          Sets the value of the profileID property.
 void setProfileName(String value)
          Sets the value of the profileName property.
 void setProfileType(String value)
          Sets the value of the profileType property.
 void setShortSummary(String value)
          Sets the value of the shortSummary property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profileID

protected Long profileID

profileType

protected String profileType

profileName

protected String profileName

shortSummary

protected String shortSummary

categoryGroup

protected CategoryGroupType categoryGroup
Constructor Detail

SupportedSellerProfileType

public SupportedSellerProfileType()
Method Detail

getProfileID

public Long getProfileID()
Gets the value of the profileID property.

Returns:
possible object is Long

setProfileID

public void setProfileID(Long value)
Sets the value of the profileID property.

Parameters:
value - allowed object is Long

getProfileType

public String getProfileType()
Gets the value of the profileType property.

Returns:
possible object is String

setProfileType

public void setProfileType(String value)
Sets the value of the profileType property.

Parameters:
value - allowed object is String

getProfileName

public String getProfileName()
Gets the value of the profileName property.

Returns:
possible object is String

setProfileName

public void setProfileName(String value)
Sets the value of the profileName property.

Parameters:
value - allowed object is String

getShortSummary

public String getShortSummary()
Gets the value of the shortSummary property.

Returns:
possible object is String

setShortSummary

public void setShortSummary(String value)
Sets the value of the shortSummary property.

Parameters:
value - allowed object is String

getCategoryGroup

public CategoryGroupType getCategoryGroup()
Gets the value of the categoryGroup property.

Returns:
possible object is CategoryGroupType

setCategoryGroup

public void setCategoryGroup(CategoryGroupType value)
Sets the value of the categoryGroup property.

Parameters:
value - allowed object is CategoryGroupType

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.