public class

SellerType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.SellerType

Class Overview

Information about user used by selling applications there are number of required elements - they will always show up for seller node there is not such a call to do revise seller info. only added minoccur=0 to elements that will not show up in every type of request/responce

Java class for SellerType complex type.

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

 <complexType name="SellerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AllowPaymentEdit" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="BillingCurrency" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}CheckoutEnabled"/>
         <element name="CIPBankAccountStored" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="GoodStanding" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="LiveAuctionAuthorized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="MerchandizingPref" type="{urn:ebay:apis:eBLBaseComponents}MerchandizingPrefCodeType"/>
         <element name="QualifiesForB2BVAT" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}SellerLevel"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}SellerPaymentAddress" minOccurs="0"/>
         <element name="SchedulingInfo" type="{urn:ebay:apis:eBLBaseComponents}SchedulingInfoType" minOccurs="0"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}StoreOwner"/>
         <element name="StoreURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean allowPaymentEdit
protected CurrencyCodeType billingCurrency
protected boolean checkoutEnabled
protected boolean cipBankAccountStored
protected boolean goodStanding
protected boolean liveAuctionAuthorized
protected MerchandizingPrefCodeType merchandizingPref
protected boolean qualifiesForB2BVAT
protected SchedulingInfoType schedulingInfo
protected SellerLevelCodeType sellerLevel
protected AddressType sellerPaymentAddress
protected boolean storeOwner
protected String storeURL
Public Constructors
SellerType()
Public Methods
CurrencyCodeType getBillingCurrency()
Gets the value of the billingCurrency property.
MerchandizingPrefCodeType getMerchandizingPref()
Gets the value of the merchandizingPref property.
SchedulingInfoType getSchedulingInfo()
Gets the value of the schedulingInfo property.
SellerLevelCodeType getSellerLevel()
Gets the value of the sellerLevel property.
AddressType getSellerPaymentAddress()
Gets the value of the sellerPaymentAddress property.
String getStoreURL()
Gets the value of the storeURL property.
boolean isAllowPaymentEdit()
Gets the value of the allowPaymentEdit property.
boolean isCIPBankAccountStored()
Gets the value of the cipBankAccountStored property.
boolean isCheckoutEnabled()
Gets the value of the checkoutEnabled property.
boolean isGoodStanding()
Gets the value of the goodStanding property.
boolean isLiveAuctionAuthorized()
Gets the value of the liveAuctionAuthorized property.
boolean isQualifiesForB2BVAT()
Gets the value of the qualifiesForB2BVAT property.
boolean isStoreOwner()
Gets the value of the storeOwner property.
void setAllowPaymentEdit(boolean value)
Sets the value of the allowPaymentEdit property.
void setBillingCurrency(CurrencyCodeType value)
Sets the value of the billingCurrency property.
void setCIPBankAccountStored(boolean value)
Sets the value of the cipBankAccountStored property.
void setCheckoutEnabled(boolean value)
Sets the value of the checkoutEnabled property.
void setGoodStanding(boolean value)
Sets the value of the goodStanding property.
void setLiveAuctionAuthorized(boolean value)
Sets the value of the liveAuctionAuthorized property.
void setMerchandizingPref(MerchandizingPrefCodeType value)
Sets the value of the merchandizingPref property.
void setQualifiesForB2BVAT(boolean value)
Sets the value of the qualifiesForB2BVAT property.
void setSchedulingInfo(SchedulingInfoType value)
Sets the value of the schedulingInfo property.
void setSellerLevel(SellerLevelCodeType value)
Sets the value of the sellerLevel property.
void setSellerPaymentAddress(AddressType value)
Sets the value of the sellerPaymentAddress property.
void setStoreOwner(boolean value)
Sets the value of the storeOwner property.
void setStoreURL(String value)
Sets the value of the storeURL property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean allowPaymentEdit

protected CurrencyCodeType billingCurrency

protected boolean checkoutEnabled

protected boolean cipBankAccountStored

protected boolean goodStanding

protected boolean liveAuctionAuthorized

protected MerchandizingPrefCodeType merchandizingPref

protected boolean qualifiesForB2BVAT

protected SchedulingInfoType schedulingInfo

protected SellerLevelCodeType sellerLevel

protected AddressType sellerPaymentAddress

protected boolean storeOwner

protected String storeURL

Public Constructors

public SellerType ()

Public Methods

public CurrencyCodeType getBillingCurrency ()

Gets the value of the billingCurrency property.

Returns

public MerchandizingPrefCodeType getMerchandizingPref ()

Gets the value of the merchandizingPref property.

Returns

public SchedulingInfoType getSchedulingInfo ()

Gets the value of the schedulingInfo property.

Returns

public SellerLevelCodeType getSellerLevel ()

Gets the value of the sellerLevel property.

Returns

public AddressType getSellerPaymentAddress ()

Gets the value of the sellerPaymentAddress property.

Returns

public String getStoreURL ()

Gets the value of the storeURL property.

Returns
  • possible object is String

public boolean isAllowPaymentEdit ()

Gets the value of the allowPaymentEdit property.

public boolean isCIPBankAccountStored ()

Gets the value of the cipBankAccountStored property.

public boolean isCheckoutEnabled ()

Gets the value of the checkoutEnabled property.

public boolean isGoodStanding ()

Gets the value of the goodStanding property.

public boolean isLiveAuctionAuthorized ()

Gets the value of the liveAuctionAuthorized property.

public boolean isQualifiesForB2BVAT ()

Gets the value of the qualifiesForB2BVAT property.

public boolean isStoreOwner ()

Gets the value of the storeOwner property.

public void setAllowPaymentEdit (boolean value)

Sets the value of the allowPaymentEdit property.

Parameters
value

public void setBillingCurrency (CurrencyCodeType value)

Sets the value of the billingCurrency property.

Parameters
value Allowed object is CurrencyCodeType

public void setCIPBankAccountStored (boolean value)

Sets the value of the cipBankAccountStored property.

Parameters
value

public void setCheckoutEnabled (boolean value)

Sets the value of the checkoutEnabled property.

Parameters
value

public void setGoodStanding (boolean value)

Sets the value of the goodStanding property.

Parameters
value

public void setLiveAuctionAuthorized (boolean value)

Sets the value of the liveAuctionAuthorized property.

Parameters
value

public void setMerchandizingPref (MerchandizingPrefCodeType value)

Sets the value of the merchandizingPref property.

Parameters
value Allowed object is MerchandizingPrefCodeType

public void setQualifiesForB2BVAT (boolean value)

Sets the value of the qualifiesForB2BVAT property.

Parameters
value

public void setSchedulingInfo (SchedulingInfoType value)

Sets the value of the schedulingInfo property.

Parameters
value Allowed object is SchedulingInfoType

public void setSellerLevel (SellerLevelCodeType value)

Sets the value of the sellerLevel property.

Parameters
value Allowed object is SellerLevelCodeType

public void setSellerPaymentAddress (AddressType value)

Sets the value of the sellerPaymentAddress property.

Parameters
value Allowed object is AddressType

public void setStoreOwner (boolean value)

Sets the value of the storeOwner property.

Parameters
value

public void setStoreURL (String value)

Sets the value of the storeURL property.

Parameters
value Allowed object is String