| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ShippingInfoType |
Java class for ShippingInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShippingInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ShippingMethod" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShippingCarrier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="HandlingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="InsuranceAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| handlingAmount | |||||||||||
| insuranceAmount | |||||||||||
| shippingAmount | |||||||||||
| shippingCarrier | |||||||||||
| shippingMethod | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the handlingAmount property.
| |||||||||||
Gets the value of the insuranceAmount property.
| |||||||||||
Gets the value of the shippingAmount property.
| |||||||||||
Gets the value of the shippingCarrier property.
| |||||||||||
Gets the value of the shippingMethod property.
| |||||||||||
Sets the value of the handlingAmount property.
| |||||||||||
Sets the value of the insuranceAmount property.
| |||||||||||
Sets the value of the shippingAmount property.
| |||||||||||
Sets the value of the shippingCarrier property.
| |||||||||||
Sets the value of the shippingMethod property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the handlingAmount property.
BasicAmountType
Gets the value of the insuranceAmount property.
BasicAmountType
Gets the value of the shippingAmount property.
BasicAmountType
Gets the value of the shippingCarrier property.
Gets the value of the shippingMethod property.
Sets the value of the handlingAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the insuranceAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the shippingAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the shippingCarrier property.
| value | Allowed object is String |
|---|
Sets the value of the shippingMethod property.
| value | Allowed object is String |
|---|