org.ota.insurance
Class QuoteRQ

java.lang.Object
  extended by org.ota.insurance.QuoteRQ

public class QuoteRQ
extends java.lang.Object

Container for insurance quote requests 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="OTA_InsuranceQuoteRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element name="PlanForQuoteRQ" maxOccurs="unbounded">
         <!-- Reference to inner class PlanForQuoteRQ -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class QuoteRQ.PlanForQuoteRQ
          Requests a quote for a single insurance plan Schema fragment(s) for this class:
 
Constructor Summary
QuoteRQ()
           
 
Method Summary
 void addPlanForQuoteRQ(QuoteRQ.PlanForQuoteRQ item)
          Add a 'PlanForQuoteRQ' element item.
 void clearPlanForQuoteRQs()
          Remove all 'PlanForQuoteRQ' element items.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 QuoteRQ.PlanForQuoteRQ getPlanForQuoteRQ(int index)
          Get 'PlanForQuoteRQ' element item by position.
 java.util.List<QuoteRQ.PlanForQuoteRQ> getPlanForQuoteRQs()
          Get the list of 'PlanForQuoteRQ' element items.
 POS getPOS()
          Get the 'POS' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setPlanForQuoteRQs(java.util.List<QuoteRQ.PlanForQuoteRQ> list)
          Set the list of 'PlanForQuoteRQ' element items.
 void setPOS(POS POS)
          Set the 'POS' element value.
 int sizePlanForQuoteRQs()
          Get the number of 'PlanForQuoteRQ' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuoteRQ

public QuoteRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value. Container for any Point-of-sale information.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value. Container for any Point-of-sale information.

Parameters:
POS -

getPlanForQuoteRQs

public java.util.List<QuoteRQ.PlanForQuoteRQ> getPlanForQuoteRQs()
Get the list of 'PlanForQuoteRQ' element items.

Returns:
list

setPlanForQuoteRQs

public void setPlanForQuoteRQs(java.util.List<QuoteRQ.PlanForQuoteRQ> list)
Set the list of 'PlanForQuoteRQ' element items.

Parameters:
list -

sizePlanForQuoteRQs

public int sizePlanForQuoteRQs()
Get the number of 'PlanForQuoteRQ' element items.

Returns:
count

addPlanForQuoteRQ

public void addPlanForQuoteRQ(QuoteRQ.PlanForQuoteRQ item)
Add a 'PlanForQuoteRQ' element item.

Parameters:
item -

getPlanForQuoteRQ

public QuoteRQ.PlanForQuoteRQ getPlanForQuoteRQ(int index)
Get 'PlanForQuoteRQ' element item by position.

Parameters:
index -
Returns:
item

clearPlanForQuoteRQs

public void clearPlanForQuoteRQs()
Remove all 'PlanForQuoteRQ' element items.


getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
OTAPayloadStdAttributes -