public class SellerType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
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 java.lang.String |
storeURL |
| Constructor and Description |
|---|
SellerType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getStoreURL()
Gets the value of the storeURL property.
|
boolean |
isAllowPaymentEdit()
Gets the value of the allowPaymentEdit property.
|
boolean |
isCheckoutEnabled()
Gets the value of the checkoutEnabled property.
|
boolean |
isCIPBankAccountStored()
Gets the value of the cipBankAccountStored 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 |
setCheckoutEnabled(boolean value)
Sets the value of the checkoutEnabled property.
|
void |
setCIPBankAccountStored(boolean value)
Sets the value of the cipBankAccountStored 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(java.lang.String value)
Sets the value of the storeURL property.
|
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 SellerLevelCodeType sellerLevel
protected AddressType sellerPaymentAddress
protected SchedulingInfoType schedulingInfo
protected boolean storeOwner
protected java.lang.String storeURL
public boolean isAllowPaymentEdit()
public void setAllowPaymentEdit(boolean value)
public CurrencyCodeType getBillingCurrency()
CurrencyCodeTypepublic void setBillingCurrency(CurrencyCodeType value)
value - the value
allowed object is
CurrencyCodeTypepublic boolean isCheckoutEnabled()
public void setCheckoutEnabled(boolean value)
public boolean isCIPBankAccountStored()
public void setCIPBankAccountStored(boolean value)
public boolean isGoodStanding()
public void setGoodStanding(boolean value)
public boolean isLiveAuctionAuthorized()
public void setLiveAuctionAuthorized(boolean value)
public MerchandizingPrefCodeType getMerchandizingPref()
MerchandizingPrefCodeTypepublic void setMerchandizingPref(MerchandizingPrefCodeType value)
value - the value
allowed object is
MerchandizingPrefCodeTypepublic boolean isQualifiesForB2BVAT()
public void setQualifiesForB2BVAT(boolean value)
public SellerLevelCodeType getSellerLevel()
SellerLevelCodeTypepublic void setSellerLevel(SellerLevelCodeType value)
value - the value
allowed object is
SellerLevelCodeTypepublic AddressType getSellerPaymentAddress()
AddressTypepublic void setSellerPaymentAddress(AddressType value)
value - the value
allowed object is
AddressTypepublic SchedulingInfoType getSchedulingInfo()
SchedulingInfoTypepublic void setSchedulingInfo(SchedulingInfoType value)
value - the value
allowed object is
SchedulingInfoTypepublic boolean isStoreOwner()
public void setStoreOwner(boolean value)
public java.lang.String getStoreURL()
Stringpublic void setStoreURL(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.