org.ota.shared
Class Orders.Order

java.lang.Object
  extended by org.ota.shared.Orders.Order
Enclosing class:
Orders

public static class Orders.Order
extends java.lang.Object

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

Orders.Order

public Orders.Order()
Method Detail

getProducts

public Orders.Order.Products getProducts()
Get the 'Products' element value.

Returns:
value

setProducts

public void setProducts(Orders.Order.Products products)
Set the 'Products' element value.

Parameters:
products -

getOrder

public java.lang.String getOrder()
Get the 'OrderType' attribute value. Identifies the type of order.

Returns:
value

setOrder

public void setOrder(java.lang.String order)
Set the 'OrderType' attribute value. Identifies the type of order.

Parameters:
order -

getOrderID

public java.lang.String getOrderID()
Get the 'OrderID' attribute value. The identification number associated to the orders.

Returns:
value

setOrderID

public void setOrderID(java.lang.String orderID)
Set the 'OrderID' attribute value. The identification number associated to the orders.

Parameters:
orderID -

getListOfRecipientRPH

public java.lang.String getListOfRecipientRPH()
Get the 'ListOfRecipientRPH' attribute value. The recipient(s) to whom the order pertains.

Returns:
value

setListOfRecipientRPH

public void setListOfRecipientRPH(java.lang.String listOfRecipientRPH)
Set the 'ListOfRecipientRPH' attribute value. The recipient(s) to whom the order pertains.

Parameters:
listOfRecipientRPH -