|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.RecipientInfos.RecipientInfo.ShippingInfo
public static class RecipientInfos.RecipientInfo.ShippingInfo
Informtion pertaining to the shipment of a product to the recipient. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ShippingInfo" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="ShippingType"/> <xs:attribute type="xs:string" use="optional" name="ShippingCarrier"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RecipientInfos.RecipientInfo.ShippingInfo()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getShipping()
Get the 'ShippingType' attribute value. |
java.lang.String |
getShippingCarrier()
Get the 'ShippingCarrier' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setShipping(java.lang.String shipping)
Set the 'ShippingType' attribute value. |
void |
setShippingCarrier(java.lang.String shippingCarrier)
Set the 'ShippingCarrier' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecipientInfos.RecipientInfo.ShippingInfo()
Method Detail |
---|
public java.lang.String getShipping()
public void setShipping(java.lang.String shipping)
shipping
- public java.lang.String getShippingCarrier()
public void setShippingCarrier(java.lang.String shippingCarrier)
shippingCarrier
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |