|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetShippingDiscountProfilesResponseType
public class GetShippingDiscountProfilesResponseType
Response to call of GetShippingDiscountProfiles.
Java class for GetShippingDiscountProfilesResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetShippingDiscountProfilesResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="CurrencyID" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" 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="PromotionalShippingDiscount" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/> <element name="CombinedDuration" type="{urn:ebay:apis:eBLBaseComponents}CombinedPaymentPeriodCodeType" 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 Boolean |
promotionalShippingDiscount
|
protected PromotionalShippingDiscountDetailsType |
promotionalShippingDiscountDetails
|
protected ShippingInsuranceType |
shippingInsurance
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetShippingDiscountProfilesResponseType()
|
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. |
PromotionalShippingDiscountDetailsType |
getPromotionalShippingDiscountDetails()
Gets the value of the promotionalShippingDiscountDetails property. |
ShippingInsuranceType |
getShippingInsurance()
Gets the value of the shippingInsurance property. |
Boolean |
isPromotionalShippingDiscount()
Gets the value of the promotionalShippingDiscount 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 |
setPromotionalShippingDiscount(Boolean value)
Sets the value of the promotionalShippingDiscount 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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CurrencyCodeType currencyID
protected FlatShippingDiscountType flatShippingDiscount
protected CalculatedShippingDiscountType calculatedShippingDiscount
protected Boolean promotionalShippingDiscount
protected CalculatedHandlingDiscountType calculatedHandlingDiscount
protected PromotionalShippingDiscountDetailsType promotionalShippingDiscountDetails
protected ShippingInsuranceType shippingInsurance
protected ShippingInsuranceType internationalShippingInsurance
protected CombinedPaymentPeriodCodeType combinedDuration
Constructor Detail |
---|
public GetShippingDiscountProfilesResponseType()
Method Detail |
---|
public CurrencyCodeType getCurrencyID()
CurrencyCodeType
public void setCurrencyID(CurrencyCodeType value)
value
- allowed object is
CurrencyCodeType
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 Boolean isPromotionalShippingDiscount()
Boolean
public void setPromotionalShippingDiscount(Boolean value)
value
- allowed object is
Boolean
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
public CombinedPaymentPeriodCodeType getCombinedDuration()
CombinedPaymentPeriodCodeType
public void setCombinedDuration(CombinedPaymentPeriodCodeType value)
value
- allowed object is
CombinedPaymentPeriodCodeType
|
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.