|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Orders.Order
public static class Orders.Order
Information pertaining to a specific order. 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="Order" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element name="Products" minOccurs="0"> <!-- Reference to inner class Products --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="OrderType"/> <xs:attribute type="xs:string" use="optional" name="OrderID"/> <xs:attribute type="xs:string" use="optional" name="ListOfRecipientRPH"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Orders.Order.Products
A collection of products. |
Constructor Summary | |
---|---|
Orders.Order()
|
Method Summary | |
---|---|
java.lang.String |
getListOfRecipientRPH()
Get the 'ListOfRecipientRPH' attribute value. |
java.lang.String |
getOrder()
Get the 'OrderType' attribute value. |
java.lang.String |
getOrderID()
Get the 'OrderID' attribute value. |
Orders.Order.Products |
getProducts()
Get the 'Products' element value. |
void |
setListOfRecipientRPH(java.lang.String listOfRecipientRPH)
Set the 'ListOfRecipientRPH' attribute value. |
void |
setOrder(java.lang.String order)
Set the 'OrderType' attribute value. |
void |
setOrderID(java.lang.String orderID)
Set the 'OrderID' attribute value. |
void |
setProducts(Orders.Order.Products products)
Set the 'Products' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Orders.Order()
Method Detail |
---|
public Orders.Order.Products getProducts()
public void setProducts(Orders.Order.Products products)
products
- public java.lang.String getOrder()
public void setOrder(java.lang.String order)
order
- public java.lang.String getOrderID()
public void setOrderID(java.lang.String orderID)
orderID
- public java.lang.String getListOfRecipientRPH()
public void setListOfRecipientRPH(java.lang.String listOfRecipientRPH)
listOfRecipientRPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |