|
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.BusinessSellerDetailsType
public class BusinessSellerDetailsType
Type used by the BusinessSellerDetails container, which is returned in an Item node if the item's seller is registered on eBay as a Business Seller.
Java class for BusinessSellerDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BusinessSellerDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Address" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> <element name="Fax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AdditionalContactInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TradeRegistrationNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LegalInvoice" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="TermsAndConditions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="VATDetails" type="{urn:ebay:apis:eBLBaseComponents}VATDetailsType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
additionalContactInformation
|
protected AddressType |
address
|
protected List<Object> |
any
|
protected String |
email
|
protected String |
fax
|
protected Boolean |
legalInvoice
|
protected String |
termsAndConditions
|
protected String |
tradeRegistrationNumber
|
protected VATDetailsType |
vatDetails
|
Constructor Summary | |
---|---|
BusinessSellerDetailsType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
String |
getAdditionalContactInformation()
Gets the value of the additionalContactInformation property. |
AddressType |
getAddress()
Gets the value of the address property. |
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
String |
getEmail()
Gets the value of the email property. |
String |
getFax()
Gets the value of the fax property. |
String |
getTermsAndConditions()
Gets the value of the termsAndConditions property. |
String |
getTradeRegistrationNumber()
Gets the value of the tradeRegistrationNumber property. |
VATDetailsType |
getVATDetails()
Gets the value of the vatDetails property. |
Boolean |
isLegalInvoice()
Gets the value of the legalInvoice property. |
void |
setAdditionalContactInformation(String value)
Sets the value of the additionalContactInformation property. |
void |
setAddress(AddressType value)
Sets the value of the address property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setEmail(String value)
Sets the value of the email property. |
void |
setFax(String value)
Sets the value of the fax property. |
void |
setLegalInvoice(Boolean value)
Sets the value of the legalInvoice property. |
void |
setTermsAndConditions(String value)
Sets the value of the termsAndConditions property. |
void |
setTradeRegistrationNumber(String value)
Sets the value of the tradeRegistrationNumber property. |
void |
setVATDetails(VATDetailsType value)
Sets the value of the vatDetails property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AddressType address
protected String fax
protected String email
protected String additionalContactInformation
protected String tradeRegistrationNumber
protected Boolean legalInvoice
protected String termsAndConditions
protected VATDetailsType vatDetails
protected List<Object> any
Constructor Detail |
---|
public BusinessSellerDetailsType()
Method Detail |
---|
public AddressType getAddress()
AddressType
public void setAddress(AddressType value)
value
- allowed object is
AddressType
public String getFax()
String
public void setFax(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getAdditionalContactInformation()
String
public void setAdditionalContactInformation(String value)
value
- allowed object is
String
public String getTradeRegistrationNumber()
String
public void setTradeRegistrationNumber(String value)
value
- allowed object is
String
public Boolean isLegalInvoice()
Boolean
public void setLegalInvoice(Boolean value)
value
- allowed object is
Boolean
public String getTermsAndConditions()
String
public void setTermsAndConditions(String value)
value
- allowed object is
String
public VATDetailsType getVATDetails()
VATDetailsType
public void setVATDetails(VATDetailsType value)
value
- allowed object is
VATDetailsType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
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.