org.ota.hotel
Class RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos.InsuranceInfo

java.lang.Object
  extended by org.ota.hotel.RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos.InsuranceInfo
Enclosing class:
RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos

public static class RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos.InsuranceInfo
extends java.lang.Object

Indicates the type of insurance that the site carries and the coverage amount. 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="InsuranceInfo" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="InsuranceTypeCode"/>
     <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos.InsuranceInfo()
           
 
Method Summary
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 java.lang.String getInsuranceTypeCode()
          Get the 'InsuranceTypeCode' attribute value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setInsuranceTypeCode(java.lang.String insuranceTypeCode)
          Set the 'InsuranceTypeCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos.InsuranceInfo

public RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos.InsuranceInfo()
Method Detail

getInsuranceTypeCode

public java.lang.String getInsuranceTypeCode()
Get the 'InsuranceTypeCode' attribute value. Indicates the type of insurance. Refer to OpenTravel Codelist Coverage Type (COV).

Returns:
value

setInsuranceTypeCode

public void setInsuranceTypeCode(java.lang.String insuranceTypeCode)
Set the 'InsuranceTypeCode' attribute value. Indicates the type of insurance. Refer to OpenTravel Codelist Coverage Type (COV).

Parameters:
insuranceTypeCode -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value.

Parameters:
currencyAmountGroup -