Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class BuyerRequirementDetailsType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.BuyerRequirementDetailsType
All Implemented Interfaces:
Serializable

public class BuyerRequirementDetailsType
extends Object
implements Serializable

Type defining the BuyerRequirementDetails container, which allows the seller to set buyer requirements at the listing level. For the corresponding listing, all buyer requirement values/settings will overwrite values/settings in Buyer Requirements preferences in My eBay.

Java class for BuyerRequirementDetailsType complex type.

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

 <complexType name="BuyerRequirementDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ShipToRegistrationCountry" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ZeroFeedbackScore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MinimumFeedbackScore" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="MaximumItemRequirements" type="{urn:ebay:apis:eBLBaseComponents}MaximumItemRequirementsType" minOccurs="0"/>
         <element name="LinkedPayPalAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="VerifiedUserRequirements" type="{urn:ebay:apis:eBLBaseComponents}VerifiedUserRequirementsType" minOccurs="0"/>
         <element name="MaximumUnpaidItemStrikesInfo" type="{urn:ebay:apis:eBLBaseComponents}MaximumUnpaidItemStrikesInfoType" minOccurs="0"/>
         <element name="MaximumBuyerPolicyViolations" type="{urn:ebay:apis:eBLBaseComponents}MaximumBuyerPolicyViolationsType" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  Boolean linkedPayPalAccount
           
protected  MaximumBuyerPolicyViolationsType maximumBuyerPolicyViolations
           
protected  MaximumItemRequirementsType maximumItemRequirements
           
protected  MaximumUnpaidItemStrikesInfoType maximumUnpaidItemStrikesInfo
           
protected  Integer minimumFeedbackScore
           
protected  Boolean shipToRegistrationCountry
           
protected  VerifiedUserRequirementsType verifiedUserRequirements
           
protected  Boolean zeroFeedbackScore
           
 
Constructor Summary
BuyerRequirementDetailsType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 MaximumBuyerPolicyViolationsType getMaximumBuyerPolicyViolations()
          Gets the value of the maximumBuyerPolicyViolations property.
 MaximumItemRequirementsType getMaximumItemRequirements()
          Gets the value of the maximumItemRequirements property.
 MaximumUnpaidItemStrikesInfoType getMaximumUnpaidItemStrikesInfo()
          Gets the value of the maximumUnpaidItemStrikesInfo property.
 Integer getMinimumFeedbackScore()
          Gets the value of the minimumFeedbackScore property.
 VerifiedUserRequirementsType getVerifiedUserRequirements()
          Gets the value of the verifiedUserRequirements property.
 Boolean isLinkedPayPalAccount()
          Gets the value of the linkedPayPalAccount property.
 Boolean isShipToRegistrationCountry()
          Gets the value of the shipToRegistrationCountry property.
 Boolean isZeroFeedbackScore()
          Gets the value of the zeroFeedbackScore property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setLinkedPayPalAccount(Boolean value)
          Sets the value of the linkedPayPalAccount property.
 void setMaximumBuyerPolicyViolations(MaximumBuyerPolicyViolationsType value)
          Sets the value of the maximumBuyerPolicyViolations property.
 void setMaximumItemRequirements(MaximumItemRequirementsType value)
          Sets the value of the maximumItemRequirements property.
 void setMaximumUnpaidItemStrikesInfo(MaximumUnpaidItemStrikesInfoType value)
          Sets the value of the maximumUnpaidItemStrikesInfo property.
 void setMinimumFeedbackScore(Integer value)
          Sets the value of the minimumFeedbackScore property.
 void setShipToRegistrationCountry(Boolean value)
          Sets the value of the shipToRegistrationCountry property.
 void setVerifiedUserRequirements(VerifiedUserRequirementsType value)
          Sets the value of the verifiedUserRequirements property.
 void setZeroFeedbackScore(Boolean value)
          Sets the value of the zeroFeedbackScore property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shipToRegistrationCountry

protected Boolean shipToRegistrationCountry

zeroFeedbackScore

protected Boolean zeroFeedbackScore

minimumFeedbackScore

protected Integer minimumFeedbackScore

maximumItemRequirements

protected MaximumItemRequirementsType maximumItemRequirements

linkedPayPalAccount

protected Boolean linkedPayPalAccount

verifiedUserRequirements

protected VerifiedUserRequirementsType verifiedUserRequirements

maximumUnpaidItemStrikesInfo

protected MaximumUnpaidItemStrikesInfoType maximumUnpaidItemStrikesInfo

maximumBuyerPolicyViolations

protected MaximumBuyerPolicyViolationsType maximumBuyerPolicyViolations

any

protected List<Object> any
Constructor Detail

BuyerRequirementDetailsType

public BuyerRequirementDetailsType()
Method Detail

isShipToRegistrationCountry

public Boolean isShipToRegistrationCountry()
Gets the value of the shipToRegistrationCountry property.

Returns:
possible object is Boolean

setShipToRegistrationCountry

public void setShipToRegistrationCountry(Boolean value)
Sets the value of the shipToRegistrationCountry property.

Parameters:
value - allowed object is Boolean

isZeroFeedbackScore

public Boolean isZeroFeedbackScore()
Gets the value of the zeroFeedbackScore property.

Returns:
possible object is Boolean

setZeroFeedbackScore

public void setZeroFeedbackScore(Boolean value)
Sets the value of the zeroFeedbackScore property.

Parameters:
value - allowed object is Boolean

getMinimumFeedbackScore

public Integer getMinimumFeedbackScore()
Gets the value of the minimumFeedbackScore property.

Returns:
possible object is Integer

setMinimumFeedbackScore

public void setMinimumFeedbackScore(Integer value)
Sets the value of the minimumFeedbackScore property.

Parameters:
value - allowed object is Integer

getMaximumItemRequirements

public MaximumItemRequirementsType getMaximumItemRequirements()
Gets the value of the maximumItemRequirements property.

Returns:
possible object is MaximumItemRequirementsType

setMaximumItemRequirements

public void setMaximumItemRequirements(MaximumItemRequirementsType value)
Sets the value of the maximumItemRequirements property.

Parameters:
value - allowed object is MaximumItemRequirementsType

isLinkedPayPalAccount

public Boolean isLinkedPayPalAccount()
Gets the value of the linkedPayPalAccount property.

Returns:
possible object is Boolean

setLinkedPayPalAccount

public void setLinkedPayPalAccount(Boolean value)
Sets the value of the linkedPayPalAccount property.

Parameters:
value - allowed object is Boolean

getVerifiedUserRequirements

public VerifiedUserRequirementsType getVerifiedUserRequirements()
Gets the value of the verifiedUserRequirements property.

Returns:
possible object is VerifiedUserRequirementsType

setVerifiedUserRequirements

public void setVerifiedUserRequirements(VerifiedUserRequirementsType value)
Sets the value of the verifiedUserRequirements property.

Parameters:
value - allowed object is VerifiedUserRequirementsType

getMaximumUnpaidItemStrikesInfo

public MaximumUnpaidItemStrikesInfoType getMaximumUnpaidItemStrikesInfo()
Gets the value of the maximumUnpaidItemStrikesInfo property.

Returns:
possible object is MaximumUnpaidItemStrikesInfoType

setMaximumUnpaidItemStrikesInfo

public void setMaximumUnpaidItemStrikesInfo(MaximumUnpaidItemStrikesInfoType value)
Sets the value of the maximumUnpaidItemStrikesInfo property.

Parameters:
value - allowed object is MaximumUnpaidItemStrikesInfoType

getMaximumBuyerPolicyViolations

public MaximumBuyerPolicyViolationsType getMaximumBuyerPolicyViolations()
Gets the value of the maximumBuyerPolicyViolations property.

Returns:
possible object is MaximumBuyerPolicyViolationsType

setMaximumBuyerPolicyViolations

public void setMaximumBuyerPolicyViolations(MaximumBuyerPolicyViolationsType value)
Sets the value of the maximumBuyerPolicyViolations property.

Parameters:
value - allowed object is MaximumBuyerPolicyViolationsType

getAny

public Object[] getAny()
Returns:
array of Element Object

getAny

public Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

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.