| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CalculatedShippingRateType |
Java class for CalculatedShippingRateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalculatedShippingRateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginatingPostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ShippingIrregular" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CarrierDetails" type="{urn:ebay:apis:eBLBaseComponents}ShippingCarrierDetailsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ShippingPackage" type="{urn:ebay:apis:eBLBaseComponents}ShippingPackageCodeType" minOccurs="0"/>
<element name="WeightMajor" type="{urn:ebay:apis:CoreComponentTypes}MeasureType" minOccurs="0"/>
<element name="WeightMinor" type="{urn:ebay:apis:CoreComponentTypes}MeasureType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| carrierDetails | |||||||||||
| originatingPostalCode | |||||||||||
| shippingIrregular | |||||||||||
| shippingPackage | |||||||||||
| weightMajor | |||||||||||
| weightMinor | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the carrierDetails property.
| |||||||||||
Gets the value of the originatingPostalCode property.
| |||||||||||
Gets the value of the shippingPackage property.
| |||||||||||
Gets the value of the weightMajor property.
| |||||||||||
Gets the value of the weightMinor property.
| |||||||||||
Gets the value of the shippingIrregular property.
| |||||||||||
Sets the value of the originatingPostalCode property.
| |||||||||||
Sets the value of the shippingIrregular property.
| |||||||||||
Sets the value of the shippingPackage property.
| |||||||||||
Sets the value of the weightMajor property.
| |||||||||||
Sets the value of the weightMinor property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the carrierDetails property.
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 carrierDetails property.
For example, to add a new item, do as follows:
getCarrierDetails().add(newItem);
Objects of the following type(s) are allowed in the list
ShippingCarrierDetailsType
Gets the value of the originatingPostalCode property.
Gets the value of the shippingPackage property.
ShippingPackageCodeType
Gets the value of the weightMajor property.
MeasureType
Gets the value of the weightMinor property.
MeasureType
Gets the value of the shippingIrregular property.
Sets the value of the originatingPostalCode property.
| value | Allowed object is String |
|---|
Sets the value of the shippingIrregular property.
| value | Allowed object is Boolean |
|---|
Sets the value of the shippingPackage property.
| value | Allowed object is
ShippingPackageCodeType
|
|---|
Sets the value of the weightMajor property.
| value | Allowed object is
MeasureType
|
|---|
Sets the value of the weightMinor property.
| value | Allowed object is
MeasureType
|
|---|