Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SupportedSellerProfileType

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

public class SupportedSellerProfileType
extends java.lang.Object
implements java.io.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  java.lang.Long profileID
           
protected  java.lang.String profileName
           
protected  java.lang.String profileType
           
protected  java.lang.String shortSummary
           
 
Constructor Summary
SupportedSellerProfileType()
           
 
Method Summary
 CategoryGroupType getCategoryGroup()
          Gets the value of the categoryGroup property.
 java.lang.Long getProfileID()
          Gets the value of the profileID property.
 java.lang.String getProfileName()
          Gets the value of the profileName property.
 java.lang.String getProfileType()
          Gets the value of the profileType property.
 java.lang.String getShortSummary()
          Gets the value of the shortSummary property.
 void setCategoryGroup(CategoryGroupType value)
          Sets the value of the categoryGroup property.
 void setProfileID(java.lang.Long value)
          Sets the value of the profileID property.
 void setProfileName(java.lang.String value)
          Sets the value of the profileName property.
 void setProfileType(java.lang.String value)
          Sets the value of the profileType property.
 void setShortSummary(java.lang.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 java.lang.Long profileID

profileType

protected java.lang.String profileType

profileName

protected java.lang.String profileName

shortSummary

protected java.lang.String shortSummary

categoryGroup

protected CategoryGroupType categoryGroup
Constructor Detail

SupportedSellerProfileType

public SupportedSellerProfileType()
Method Detail

getProfileID

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

Returns:
possible object is Long

setProfileID

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

Parameters:
value - allowed object is Long

getProfileType

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

Returns:
possible object is String

setProfileType

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

Parameters:
value - allowed object is String

getProfileName

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

Returns:
possible object is String

setProfileName

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

Parameters:
value - allowed object is String

getShortSummary

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

Returns:
possible object is String

setShortSummary

public void setShortSummary(java.lang.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.