|
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.SupportedSellerProfileType
public class SupportedSellerProfileType
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>
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 |
---|
protected Long profileID
protected String profileType
protected String profileName
protected String shortSummary
protected CategoryGroupType categoryGroup
Constructor Detail |
---|
public SupportedSellerProfileType()
Method Detail |
---|
public Long getProfileID()
Long
public void setProfileID(Long value)
value
- allowed object is
Long
public String getProfileType()
String
public void setProfileType(String value)
value
- allowed object is
String
public String getProfileName()
String
public void setProfileName(String value)
value
- allowed object is
String
public String getShortSummary()
String
public void setShortSummary(String value)
value
- allowed object is
String
public CategoryGroupType getCategoryGroup()
CategoryGroupType
public void setCategoryGroup(CategoryGroupType value)
value
- allowed object is
CategoryGroupType
|
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.