|
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 java.lang.String |
additionalContactInformation
|
protected AddressType |
address
|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
email
|
protected java.lang.String |
fax
|
protected java.lang.Boolean |
legalInvoice
|
protected java.lang.String |
termsAndConditions
|
protected java.lang.String |
tradeRegistrationNumber
|
protected VATDetailsType |
vatDetails
|
Constructor Summary | |
---|---|
BusinessSellerDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.String |
getAdditionalContactInformation()
Gets the value of the additionalContactInformation property. |
AddressType |
getAddress()
Gets the value of the address property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getEmail()
Gets the value of the email property. |
java.lang.String |
getFax()
Gets the value of the fax property. |
java.lang.String |
getTermsAndConditions()
Gets the value of the termsAndConditions property. |
java.lang.String |
getTradeRegistrationNumber()
Gets the value of the tradeRegistrationNumber property. |
VATDetailsType |
getVATDetails()
Gets the value of the vatDetails property. |
java.lang.Boolean |
isLegalInvoice()
Gets the value of the legalInvoice property. |
void |
setAdditionalContactInformation(java.lang.String value)
Sets the value of the additionalContactInformation property. |
void |
setAddress(AddressType value)
Sets the value of the address property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setFax(java.lang.String value)
Sets the value of the fax property. |
void |
setLegalInvoice(java.lang.Boolean value)
Sets the value of the legalInvoice property. |
void |
setTermsAndConditions(java.lang.String value)
Sets the value of the termsAndConditions property. |
void |
setTradeRegistrationNumber(java.lang.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 java.lang.String fax
protected java.lang.String email
protected java.lang.String additionalContactInformation
protected java.lang.String tradeRegistrationNumber
protected java.lang.Boolean legalInvoice
protected java.lang.String termsAndConditions
protected VATDetailsType vatDetails
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public BusinessSellerDetailsType()
Method Detail |
---|
public AddressType getAddress()
AddressType
public void setAddress(AddressType value)
value
- allowed object is
AddressType
public java.lang.String getFax()
String
public void setFax(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAdditionalContactInformation()
String
public void setAdditionalContactInformation(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTradeRegistrationNumber()
String
public void setTradeRegistrationNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isLegalInvoice()
Boolean
public void setLegalInvoice(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getTermsAndConditions()
String
public void setTermsAndConditions(java.lang.String value)
value
- allowed object is
String
public VATDetailsType getVATDetails()
VATDetailsType
public void setVATDetails(VATDetailsType value)
value
- allowed object is
VATDetailsType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.