|
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.SiteBuyerRequirementDetailsType
public class SiteBuyerRequirementDetailsType
Type defining the BuyerRequirementDetails container, which is returned in GeteBayDetails, and provides the seller with the buyer requirement features (and applicable values) that are supported by the listing site.
Note:
This container is only returned if BuyerRequirementDetails is included as a DetailName
filter in the call request, or if no DetailName filters are used in the request.
Java class for SiteBuyerRequirementDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SiteBuyerRequirementDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LinkedPayPalAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MaximumBuyerPolicyViolations" type="{urn:ebay:apis:eBLBaseComponents}MaximumBuyerPolicyViolationsDetailsType" minOccurs="0"/> <element name="MaximumItemRequirements" type="{urn:ebay:apis:eBLBaseComponents}MaximumItemRequirementsDetailsType" minOccurs="0"/> <element name="MaximumUnpaidItemStrikesInfo" type="{urn:ebay:apis:eBLBaseComponents}MaximumUnpaidItemStrikesInfoDetailsType" minOccurs="0"/> <element name="MinimumFeedbackScore" type="{urn:ebay:apis:eBLBaseComponents}MinimumFeedbackScoreDetailsType" minOccurs="0"/> <element name="ShipToRegistrationCountry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="VerifiedUserRequirements" type="{urn:ebay:apis:eBLBaseComponents}VerifiedUserRequirementsDetailsType" minOccurs="0"/> <element name="DetailVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UpdateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
detailVersion
|
protected java.lang.Boolean |
linkedPayPalAccount
|
protected MaximumBuyerPolicyViolationsDetailsType |
maximumBuyerPolicyViolations
|
protected MaximumItemRequirementsDetailsType |
maximumItemRequirements
|
protected MaximumUnpaidItemStrikesInfoDetailsType |
maximumUnpaidItemStrikesInfo
|
protected MinimumFeedbackScoreDetailsType |
minimumFeedbackScore
|
protected java.lang.Boolean |
shipToRegistrationCountry
|
protected java.util.Calendar |
updateTime
|
protected VerifiedUserRequirementsDetailsType |
verifiedUserRequirements
|
Constructor Summary | |
---|---|
SiteBuyerRequirementDetailsType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getDetailVersion()
Gets the value of the detailVersion property. |
MaximumBuyerPolicyViolationsDetailsType |
getMaximumBuyerPolicyViolations()
Gets the value of the maximumBuyerPolicyViolations property. |
MaximumItemRequirementsDetailsType |
getMaximumItemRequirements()
Gets the value of the maximumItemRequirements property. |
MaximumUnpaidItemStrikesInfoDetailsType |
getMaximumUnpaidItemStrikesInfo()
Gets the value of the maximumUnpaidItemStrikesInfo property. |
MinimumFeedbackScoreDetailsType |
getMinimumFeedbackScore()
Gets the value of the minimumFeedbackScore property. |
java.util.Calendar |
getUpdateTime()
Gets the value of the updateTime property. |
VerifiedUserRequirementsDetailsType |
getVerifiedUserRequirements()
Gets the value of the verifiedUserRequirements property. |
java.lang.Boolean |
isLinkedPayPalAccount()
Gets the value of the linkedPayPalAccount property. |
java.lang.Boolean |
isShipToRegistrationCountry()
Gets the value of the shipToRegistrationCountry property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setDetailVersion(java.lang.String value)
Sets the value of the detailVersion property. |
void |
setLinkedPayPalAccount(java.lang.Boolean value)
Sets the value of the linkedPayPalAccount property. |
void |
setMaximumBuyerPolicyViolations(MaximumBuyerPolicyViolationsDetailsType value)
Sets the value of the maximumBuyerPolicyViolations property. |
void |
setMaximumItemRequirements(MaximumItemRequirementsDetailsType value)
Sets the value of the maximumItemRequirements property. |
void |
setMaximumUnpaidItemStrikesInfo(MaximumUnpaidItemStrikesInfoDetailsType value)
Sets the value of the maximumUnpaidItemStrikesInfo property. |
void |
setMinimumFeedbackScore(MinimumFeedbackScoreDetailsType value)
Sets the value of the minimumFeedbackScore property. |
void |
setShipToRegistrationCountry(java.lang.Boolean value)
Sets the value of the shipToRegistrationCountry property. |
void |
setUpdateTime(java.util.Calendar value)
Sets the value of the updateTime property. |
void |
setVerifiedUserRequirements(VerifiedUserRequirementsDetailsType value)
Sets the value of the verifiedUserRequirements property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean linkedPayPalAccount
protected MaximumBuyerPolicyViolationsDetailsType maximumBuyerPolicyViolations
protected MaximumItemRequirementsDetailsType maximumItemRequirements
protected MaximumUnpaidItemStrikesInfoDetailsType maximumUnpaidItemStrikesInfo
protected MinimumFeedbackScoreDetailsType minimumFeedbackScore
protected java.lang.Boolean shipToRegistrationCountry
protected VerifiedUserRequirementsDetailsType verifiedUserRequirements
protected java.lang.String detailVersion
protected java.util.Calendar updateTime
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SiteBuyerRequirementDetailsType()
Method Detail |
---|
public java.lang.Boolean isLinkedPayPalAccount()
Boolean
public void setLinkedPayPalAccount(java.lang.Boolean value)
value
- allowed object is
Boolean
public MaximumBuyerPolicyViolationsDetailsType getMaximumBuyerPolicyViolations()
MaximumBuyerPolicyViolationsDetailsType
public void setMaximumBuyerPolicyViolations(MaximumBuyerPolicyViolationsDetailsType value)
value
- allowed object is
MaximumBuyerPolicyViolationsDetailsType
public MaximumItemRequirementsDetailsType getMaximumItemRequirements()
MaximumItemRequirementsDetailsType
public void setMaximumItemRequirements(MaximumItemRequirementsDetailsType value)
value
- allowed object is
MaximumItemRequirementsDetailsType
public MaximumUnpaidItemStrikesInfoDetailsType getMaximumUnpaidItemStrikesInfo()
MaximumUnpaidItemStrikesInfoDetailsType
public void setMaximumUnpaidItemStrikesInfo(MaximumUnpaidItemStrikesInfoDetailsType value)
value
- allowed object is
MaximumUnpaidItemStrikesInfoDetailsType
public MinimumFeedbackScoreDetailsType getMinimumFeedbackScore()
MinimumFeedbackScoreDetailsType
public void setMinimumFeedbackScore(MinimumFeedbackScoreDetailsType value)
value
- allowed object is
MinimumFeedbackScoreDetailsType
public java.lang.Boolean isShipToRegistrationCountry()
Boolean
public void setShipToRegistrationCountry(java.lang.Boolean value)
value
- allowed object is
Boolean
public VerifiedUserRequirementsDetailsType getVerifiedUserRequirements()
VerifiedUserRequirementsDetailsType
public void setVerifiedUserRequirements(VerifiedUserRequirementsDetailsType value)
value
- allowed object is
VerifiedUserRequirementsDetailsType
public java.lang.String getDetailVersion()
String
public void setDetailVersion(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getUpdateTime()
String
public void setUpdateTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.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.