|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.SetShippingDiscountProfilesRequestType
public class SetShippingDiscountProfilesRequestType
Enables a seller to define shipping cost discount profiles for things such as combined payments for shipping and handling costs.
Java class for SetShippingDiscountProfilesRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetShippingDiscountProfilesRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="CurrencyID" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/> <element name="CombinedDuration" type="{urn:ebay:apis:eBLBaseComponents}CombinedPaymentPeriodCodeType" minOccurs="0"/> <element name="ModifyActionCode" type="{urn:ebay:apis:eBLBaseComponents}ModifyActionCodeType" minOccurs="0"/> <element name="FlatShippingDiscount" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingDiscountType" minOccurs="0"/> <element name="CalculatedShippingDiscount" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingDiscountType" minOccurs="0"/> <element name="CalculatedHandlingDiscount" type="{urn:ebay:apis:eBLBaseComponents}CalculatedHandlingDiscountType" minOccurs="0"/> <element name="PromotionalShippingDiscountDetails" type="{urn:ebay:apis:eBLBaseComponents}PromotionalShippingDiscountDetailsType" minOccurs="0"/> <element name="ShippingInsurance" type="{urn:ebay:apis:eBLBaseComponents}ShippingInsuranceType" minOccurs="0"/> <element name="InternationalShippingInsurance" type="{urn:ebay:apis:eBLBaseComponents}ShippingInsuranceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected CalculatedHandlingDiscountType |
calculatedHandlingDiscount
|
protected CalculatedShippingDiscountType |
calculatedShippingDiscount
|
protected CombinedPaymentPeriodCodeType |
combinedDuration
|
protected CurrencyCodeType |
currencyID
|
protected FlatShippingDiscountType |
flatShippingDiscount
|
protected ShippingInsuranceType |
internationalShippingInsurance
|
protected ModifyActionCodeType |
modifyActionCode
|
protected PromotionalShippingDiscountDetailsType |
promotionalShippingDiscountDetails
|
protected ShippingInsuranceType |
shippingInsurance
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
SetShippingDiscountProfilesRequestType()
|
Method Summary | |
---|---|
CalculatedHandlingDiscountType |
getCalculatedHandlingDiscount()
Gets the value of the calculatedHandlingDiscount property. |
CalculatedShippingDiscountType |
getCalculatedShippingDiscount()
Gets the value of the calculatedShippingDiscount property. |
CombinedPaymentPeriodCodeType |
getCombinedDuration()
Gets the value of the combinedDuration property. |
CurrencyCodeType |
getCurrencyID()
Gets the value of the currencyID property. |
FlatShippingDiscountType |
getFlatShippingDiscount()
Gets the value of the flatShippingDiscount property. |
ShippingInsuranceType |
getInternationalShippingInsurance()
Gets the value of the internationalShippingInsurance property. |
ModifyActionCodeType |
getModifyActionCode()
Gets the value of the modifyActionCode property. |
PromotionalShippingDiscountDetailsType |
getPromotionalShippingDiscountDetails()
Gets the value of the promotionalShippingDiscountDetails property. |
ShippingInsuranceType |
getShippingInsurance()
Gets the value of the shippingInsurance property. |
void |
setCalculatedHandlingDiscount(CalculatedHandlingDiscountType value)
Sets the value of the calculatedHandlingDiscount property. |
void |
setCalculatedShippingDiscount(CalculatedShippingDiscountType value)
Sets the value of the calculatedShippingDiscount property. |
void |
setCombinedDuration(CombinedPaymentPeriodCodeType value)
Sets the value of the combinedDuration property. |
void |
setCurrencyID(CurrencyCodeType value)
Sets the value of the currencyID property. |
void |
setFlatShippingDiscount(FlatShippingDiscountType value)
Sets the value of the flatShippingDiscount property. |
void |
setInternationalShippingInsurance(ShippingInsuranceType value)
Sets the value of the internationalShippingInsurance property. |
void |
setModifyActionCode(ModifyActionCodeType value)
Sets the value of the modifyActionCode property. |
void |
setPromotionalShippingDiscountDetails(PromotionalShippingDiscountDetailsType value)
Sets the value of the promotionalShippingDiscountDetails property. |
void |
setShippingInsurance(ShippingInsuranceType value)
Sets the value of the shippingInsurance property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CurrencyCodeType currencyID
protected CombinedPaymentPeriodCodeType combinedDuration
protected ModifyActionCodeType modifyActionCode
protected FlatShippingDiscountType flatShippingDiscount
protected CalculatedShippingDiscountType calculatedShippingDiscount
protected CalculatedHandlingDiscountType calculatedHandlingDiscount
protected PromotionalShippingDiscountDetailsType promotionalShippingDiscountDetails
protected ShippingInsuranceType shippingInsurance
protected ShippingInsuranceType internationalShippingInsurance
Constructor Detail |
---|
public SetShippingDiscountProfilesRequestType()
Method Detail |
---|
public CurrencyCodeType getCurrencyID()
CurrencyCodeType
public void setCurrencyID(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
public CombinedPaymentPeriodCodeType getCombinedDuration()
CombinedPaymentPeriodCodeType
public void setCombinedDuration(CombinedPaymentPeriodCodeType value)
value
- allowed object is
CombinedPaymentPeriodCodeType
public ModifyActionCodeType getModifyActionCode()
ModifyActionCodeType
public void setModifyActionCode(ModifyActionCodeType value)
value
- allowed object is
ModifyActionCodeType
public FlatShippingDiscountType getFlatShippingDiscount()
FlatShippingDiscountType
public void setFlatShippingDiscount(FlatShippingDiscountType value)
value
- allowed object is
FlatShippingDiscountType
public CalculatedShippingDiscountType getCalculatedShippingDiscount()
CalculatedShippingDiscountType
public void setCalculatedShippingDiscount(CalculatedShippingDiscountType value)
value
- allowed object is
CalculatedShippingDiscountType
public CalculatedHandlingDiscountType getCalculatedHandlingDiscount()
CalculatedHandlingDiscountType
public void setCalculatedHandlingDiscount(CalculatedHandlingDiscountType value)
value
- allowed object is
CalculatedHandlingDiscountType
public PromotionalShippingDiscountDetailsType getPromotionalShippingDiscountDetails()
PromotionalShippingDiscountDetailsType
public void setPromotionalShippingDiscountDetails(PromotionalShippingDiscountDetailsType value)
value
- allowed object is
PromotionalShippingDiscountDetailsType
public ShippingInsuranceType getShippingInsurance()
ShippingInsuranceType
public void setShippingInsurance(ShippingInsuranceType value)
value
- allowed object is
ShippingInsuranceType
public ShippingInsuranceType getInternationalShippingInsurance()
ShippingInsuranceType
public void setInternationalShippingInsurance(ShippingInsuranceType value)
value
- allowed object is
ShippingInsuranceType
|
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.