org.ota.insurance
Class InsCoverageDetail.TotalTripQuantity

java.lang.Object
  extended by org.ota.insurance.InsCoverageDetail.TotalTripQuantity
Enclosing class:
InsCoverageDetail

public static class InsCoverageDetail.TotalTripQuantity
extends java.lang.Object

The number of trips the traveler(s) plan on taking during the period of coverage (Multi-Trip plans only). 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="TotalTripQuantity" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:QuantityGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup">
   <xs:attribute type="xs:int" use="optional" name="Quantity"/>
 </xs:attributeGroup>
 


Constructor Summary
InsCoverageDetail.TotalTripQuantity()
           
 
Method Summary
 java.lang.Integer getQuantity()
          Get the 'Quantity' attribute value.
 void setQuantity(java.lang.Integer quantity)
          Set the 'Quantity' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsCoverageDetail.TotalTripQuantity

public InsCoverageDetail.TotalTripQuantity()
Method Detail

getQuantity

public java.lang.Integer getQuantity()
Get the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Returns:
value

setQuantity

public void setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Parameters:
quantity -