|
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.DiscountProfileType
public class DiscountProfileType
Details of a flat or calculated shipping discount rule. Shipping Discount Rules can be set up through the SetShippingDiscountProfiles call or through My eBay.
Java class for DiscountProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiscountProfileType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DiscountProfileID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DiscountProfileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EachAdditionalAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="EachAdditionalAmountOff" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="EachAdditionalPercentOff" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="WeightOff" type="{urn:ebay:apis:eBLBaseComponents}MeasureType" minOccurs="0"/> <element name="MappedDiscountProfileID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.String |
discountProfileID
|
protected java.lang.String |
discountProfileName
|
protected AmountType |
eachAdditionalAmount
|
protected AmountType |
eachAdditionalAmountOff
|
protected java.lang.Float |
eachAdditionalPercentOff
|
protected java.lang.String |
mappedDiscountProfileID
|
protected MeasureType |
weightOff
|
Constructor Summary | |
---|---|
DiscountProfileType()
|
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 |
getDiscountProfileID()
Gets the value of the discountProfileID property. |
java.lang.String |
getDiscountProfileName()
Gets the value of the discountProfileName property. |
AmountType |
getEachAdditionalAmount()
Gets the value of the eachAdditionalAmount property. |
AmountType |
getEachAdditionalAmountOff()
Gets the value of the eachAdditionalAmountOff property. |
java.lang.Float |
getEachAdditionalPercentOff()
Gets the value of the eachAdditionalPercentOff property. |
java.lang.String |
getMappedDiscountProfileID()
Gets the value of the mappedDiscountProfileID property. |
MeasureType |
getWeightOff()
Gets the value of the weightOff property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setDiscountProfileID(java.lang.String value)
Sets the value of the discountProfileID property. |
void |
setDiscountProfileName(java.lang.String value)
Sets the value of the discountProfileName property. |
void |
setEachAdditionalAmount(AmountType value)
Sets the value of the eachAdditionalAmount property. |
void |
setEachAdditionalAmountOff(AmountType value)
Sets the value of the eachAdditionalAmountOff property. |
void |
setEachAdditionalPercentOff(java.lang.Float value)
Sets the value of the eachAdditionalPercentOff property. |
void |
setMappedDiscountProfileID(java.lang.String value)
Sets the value of the mappedDiscountProfileID property. |
void |
setWeightOff(MeasureType value)
Sets the value of the weightOff property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String discountProfileID
protected java.lang.String discountProfileName
protected AmountType eachAdditionalAmount
protected AmountType eachAdditionalAmountOff
protected java.lang.Float eachAdditionalPercentOff
protected MeasureType weightOff
protected java.lang.String mappedDiscountProfileID
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public DiscountProfileType()
Method Detail |
---|
public java.lang.String getDiscountProfileID()
String
public void setDiscountProfileID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDiscountProfileName()
String
public void setDiscountProfileName(java.lang.String value)
value
- allowed object is
String
public AmountType getEachAdditionalAmount()
AmountType
public void setEachAdditionalAmount(AmountType value)
value
- allowed object is
AmountType
public AmountType getEachAdditionalAmountOff()
AmountType
public void setEachAdditionalAmountOff(AmountType value)
value
- allowed object is
AmountType
public java.lang.Float getEachAdditionalPercentOff()
Float
public void setEachAdditionalPercentOff(java.lang.Float value)
value
- allowed object is
Float
public MeasureType getWeightOff()
MeasureType
public void setWeightOff(MeasureType value)
value
- allowed object is
MeasureType
public java.lang.String getMappedDiscountProfileID()
String
public void setMappedDiscountProfileID(java.lang.String value)
value
- allowed object is
String
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.