public class ShippingDetailsType
extends java.lang.Object
Java class for ShippingDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShippingDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AllowPaymentEdit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CalculatedShippingRate" type="{urn:ebay:apis:eBLBaseComponents}CalculatedShippingRateType" minOccurs="0"/> <element name="ChangePaymentInstructions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="FlatShippingRate" type="{urn:ebay:apis:eBLBaseComponents}FlatShippingRateType" maxOccurs="unbounded" minOccurs="0"/> <element name="InsuranceTotal" type="{urn:ebay:apis:CoreComponentTypes}AmountType" minOccurs="0"/> <element name="InsuranceWanted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="PaymentInstructions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SalesTax" type="{urn:ebay:apis:eBLBaseComponents}SalesTaxType" minOccurs="0"/> <element name="SellerPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
allowPaymentEdit |
protected CalculatedShippingRateType |
calculatedShippingRate |
protected java.lang.Boolean |
changePaymentInstructions |
protected java.util.List<FlatShippingRateType> |
flatShippingRate |
protected AmountType |
insuranceTotal |
protected java.lang.Boolean |
insuranceWanted |
protected java.lang.String |
paymentInstructions |
protected SalesTaxType |
salesTax |
protected java.lang.String |
sellerPostalCode |
Constructor and Description |
---|
ShippingDetailsType() |
Modifier and Type | Method and Description |
---|---|
CalculatedShippingRateType |
getCalculatedShippingRate()
Gets the value of the calculatedShippingRate property.
|
java.util.List<FlatShippingRateType> |
getFlatShippingRate()
Gets the value of the flatShippingRate property.
|
AmountType |
getInsuranceTotal()
Gets the value of the insuranceTotal property.
|
java.lang.String |
getPaymentInstructions()
Gets the value of the paymentInstructions property.
|
SalesTaxType |
getSalesTax()
Gets the value of the salesTax property.
|
java.lang.String |
getSellerPostalCode()
Gets the value of the sellerPostalCode property.
|
java.lang.Boolean |
isAllowPaymentEdit()
Gets the value of the allowPaymentEdit property.
|
java.lang.Boolean |
isChangePaymentInstructions()
Gets the value of the changePaymentInstructions property.
|
java.lang.Boolean |
isInsuranceWanted()
Gets the value of the insuranceWanted property.
|
void |
setAllowPaymentEdit(java.lang.Boolean value)
Sets the value of the allowPaymentEdit property.
|
void |
setCalculatedShippingRate(CalculatedShippingRateType value)
Sets the value of the calculatedShippingRate property.
|
void |
setChangePaymentInstructions(java.lang.Boolean value)
Sets the value of the changePaymentInstructions property.
|
void |
setInsuranceTotal(AmountType value)
Sets the value of the insuranceTotal property.
|
void |
setInsuranceWanted(java.lang.Boolean value)
Sets the value of the insuranceWanted property.
|
void |
setPaymentInstructions(java.lang.String value)
Sets the value of the paymentInstructions property.
|
void |
setSalesTax(SalesTaxType value)
Sets the value of the salesTax property.
|
void |
setSellerPostalCode(java.lang.String value)
Sets the value of the sellerPostalCode property.
|
protected java.lang.Boolean allowPaymentEdit
protected CalculatedShippingRateType calculatedShippingRate
protected java.lang.Boolean changePaymentInstructions
protected java.util.List<FlatShippingRateType> flatShippingRate
protected AmountType insuranceTotal
protected java.lang.Boolean insuranceWanted
protected java.lang.String paymentInstructions
protected SalesTaxType salesTax
protected java.lang.String sellerPostalCode
public java.lang.Boolean isAllowPaymentEdit()
Boolean
public void setAllowPaymentEdit(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public CalculatedShippingRateType getCalculatedShippingRate()
CalculatedShippingRateType
public void setCalculatedShippingRate(CalculatedShippingRateType value)
value
- the value
allowed object is
CalculatedShippingRateType
public java.lang.Boolean isChangePaymentInstructions()
Boolean
public void setChangePaymentInstructions(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.util.List<FlatShippingRateType> getFlatShippingRate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the flatShippingRate property.
For example, to add a new item, do as follows:
getFlatShippingRate().add(newItem);
Objects of the following type(s) are allowed in the list
FlatShippingRateType
public AmountType getInsuranceTotal()
AmountType
public void setInsuranceTotal(AmountType value)
value
- the value
allowed object is
AmountType
public java.lang.Boolean isInsuranceWanted()
Boolean
public void setInsuranceWanted(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public java.lang.String getPaymentInstructions()
String
public void setPaymentInstructions(java.lang.String value)
value
- the value
allowed object is
String
public SalesTaxType getSalesTax()
SalesTaxType
public void setSalesTax(SalesTaxType value)
value
- the value
allowed object is
SalesTaxType
public java.lang.String getSellerPostalCode()
String
public void setSellerPostalCode(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.