Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetShippingDiscountProfilesResponseType

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

public class GetShippingDiscountProfilesResponseType
extends AbstractResponseType
implements Serializable

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>
 

See Also:
Serialized Form

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 com.ebay.soap.eBLBaseComponents.AbstractResponseType
_getAny, _getErrors, getAck, getAny, getAny, getAnyLength, getBotBlock, getBuild, getCorrelationID, getDuplicateInvocationDetails, getEIASToken, getErrors, getErrors, getErrorsLength, getExternalUserData, getHardExpirationWarning, getMessage, getNotificationEventName, getNotificationSignature, getRecipientUserID, getTimestamp, getVersion, setAck, setAny, setAny, setBotBlock, setBuild, setCorrelationID, setDuplicateInvocationDetails, setEIASToken, setErrors, setErrors, setExternalUserData, setHardExpirationWarning, setMessage, setNotificationEventName, setNotificationSignature, setRecipientUserID, setTimestamp, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currencyID

protected CurrencyCodeType currencyID

flatShippingDiscount

protected FlatShippingDiscountType flatShippingDiscount

calculatedShippingDiscount

protected CalculatedShippingDiscountType calculatedShippingDiscount

promotionalShippingDiscount

protected Boolean promotionalShippingDiscount

calculatedHandlingDiscount

protected CalculatedHandlingDiscountType calculatedHandlingDiscount

promotionalShippingDiscountDetails

protected PromotionalShippingDiscountDetailsType promotionalShippingDiscountDetails

shippingInsurance

protected ShippingInsuranceType shippingInsurance

internationalShippingInsurance

protected ShippingInsuranceType internationalShippingInsurance

combinedDuration

protected CombinedPaymentPeriodCodeType combinedDuration
Constructor Detail

GetShippingDiscountProfilesResponseType

public GetShippingDiscountProfilesResponseType()
Method Detail

getCurrencyID

public CurrencyCodeType getCurrencyID()
Gets the value of the currencyID property.

Returns:
possible object is CurrencyCodeType

setCurrencyID

public void setCurrencyID(CurrencyCodeType value)
Sets the value of the currencyID property.

Parameters:
value - allowed object is CurrencyCodeType

getFlatShippingDiscount

public FlatShippingDiscountType getFlatShippingDiscount()
Gets the value of the flatShippingDiscount property.

Returns:
possible object is FlatShippingDiscountType

setFlatShippingDiscount

public void setFlatShippingDiscount(FlatShippingDiscountType value)
Sets the value of the flatShippingDiscount property.

Parameters:
value - allowed object is FlatShippingDiscountType

getCalculatedShippingDiscount

public CalculatedShippingDiscountType getCalculatedShippingDiscount()
Gets the value of the calculatedShippingDiscount property.

Returns:
possible object is CalculatedShippingDiscountType

setCalculatedShippingDiscount

public void setCalculatedShippingDiscount(CalculatedShippingDiscountType value)
Sets the value of the calculatedShippingDiscount property.

Parameters:
value - allowed object is CalculatedShippingDiscountType

isPromotionalShippingDiscount

public Boolean isPromotionalShippingDiscount()
Gets the value of the promotionalShippingDiscount property.

Returns:
possible object is Boolean

setPromotionalShippingDiscount

public void setPromotionalShippingDiscount(Boolean value)
Sets the value of the promotionalShippingDiscount property.

Parameters:
value - allowed object is Boolean

getCalculatedHandlingDiscount

public CalculatedHandlingDiscountType getCalculatedHandlingDiscount()
Gets the value of the calculatedHandlingDiscount property.

Returns:
possible object is CalculatedHandlingDiscountType

setCalculatedHandlingDiscount

public void setCalculatedHandlingDiscount(CalculatedHandlingDiscountType value)
Sets the value of the calculatedHandlingDiscount property.

Parameters:
value - allowed object is CalculatedHandlingDiscountType

getPromotionalShippingDiscountDetails

public PromotionalShippingDiscountDetailsType getPromotionalShippingDiscountDetails()
Gets the value of the promotionalShippingDiscountDetails property.

Returns:
possible object is PromotionalShippingDiscountDetailsType

setPromotionalShippingDiscountDetails

public void setPromotionalShippingDiscountDetails(PromotionalShippingDiscountDetailsType value)
Sets the value of the promotionalShippingDiscountDetails property.

Parameters:
value - allowed object is PromotionalShippingDiscountDetailsType

getShippingInsurance

public ShippingInsuranceType getShippingInsurance()
Gets the value of the shippingInsurance property.

Returns:
possible object is ShippingInsuranceType

setShippingInsurance

public void setShippingInsurance(ShippingInsuranceType value)
Sets the value of the shippingInsurance property.

Parameters:
value - allowed object is ShippingInsuranceType

getInternationalShippingInsurance

public ShippingInsuranceType getInternationalShippingInsurance()
Gets the value of the internationalShippingInsurance property.

Returns:
possible object is ShippingInsuranceType

setInternationalShippingInsurance

public void setInternationalShippingInsurance(ShippingInsuranceType value)
Sets the value of the internationalShippingInsurance property.

Parameters:
value - allowed object is ShippingInsuranceType

getCombinedDuration

public CombinedPaymentPeriodCodeType getCombinedDuration()
Gets the value of the combinedDuration property.

Returns:
possible object is CombinedPaymentPeriodCodeType

setCombinedDuration

public void setCombinedDuration(CombinedPaymentPeriodCodeType value)
Sets the value of the combinedDuration property.

Parameters:
value - allowed object is CombinedPaymentPeriodCodeType

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.