org.ota.cruise
Class CruiseInsuranceGroup

java.lang.Object
  extended by org.ota.cruise.CruiseInsuranceGroup

public class CruiseInsuranceGroup
extends java.lang.Object

Specifies the Insurance information Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CruiseInsuranceGroup">
   <xs:attribute type="xs:string" use="optional" name="InsuranceCode"/>
   <xs:attribute type="xs:boolean" use="optional" name="SelectedOptionIndicator"/>
   <xs:attribute type="xs:boolean" use="optional" name="DefaultIndicator"/>
   <xs:attribute type="xs:string" use="optional" name="Status"/>
 </xs:attributeGroup>
 


Constructor Summary
CruiseInsuranceGroup()
           
 
Method Summary
 java.lang.Boolean getDefaultIndicator()
          Get the 'DefaultIndicator' attribute value.
 java.lang.String getInsuranceCode()
          Get the 'InsuranceCode' attribute value.
 java.lang.Boolean getSelectedOptionIndicator()
          Get the 'SelectedOptionIndicator' attribute value.
 java.lang.String getStatus()
          Get the 'Status' attribute value.
 void setDefaultIndicator(java.lang.Boolean defaultIndicator)
          Set the 'DefaultIndicator' attribute value.
 void setInsuranceCode(java.lang.String insuranceCode)
          Set the 'InsuranceCode' attribute value.
 void setSelectedOptionIndicator(java.lang.Boolean selectedOptionIndicator)
          Set the 'SelectedOptionIndicator' attribute value.
 void setStatus(java.lang.String status)
          Set the 'Status' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruiseInsuranceGroup

public CruiseInsuranceGroup()
Method Detail

getInsuranceCode

public java.lang.String getInsuranceCode()
Get the 'InsuranceCode' attribute value. Specifies the cruise vendor's insurance code.

Returns:
value

setInsuranceCode

public void setInsuranceCode(java.lang.String insuranceCode)
Set the 'InsuranceCode' attribute value. Specifies the cruise vendor's insurance code.

Parameters:
insuranceCode -

getSelectedOptionIndicator

public java.lang.Boolean getSelectedOptionIndicator()
Get the 'SelectedOptionIndicator' attribute value. When true indicates the item is selected. When false, indicates an alternate item exists, but is not currently selected.

Returns:
value

setSelectedOptionIndicator

public void setSelectedOptionIndicator(java.lang.Boolean selectedOptionIndicator)
Set the 'SelectedOptionIndicator' attribute value. When true indicates the item is selected. When false, indicates an alternate item exists, but is not currently selected.

Parameters:
selectedOptionIndicator -

getDefaultIndicator

public java.lang.Boolean getDefaultIndicator()
Get the 'DefaultIndicator' attribute value. When true, the insurance code would be the pre-selected default. When false, the insurance code is not the default.

Returns:
value

setDefaultIndicator

public void setDefaultIndicator(java.lang.Boolean defaultIndicator)
Set the 'DefaultIndicator' attribute value. When true, the insurance code would be the pre-selected default. When false, the insurance code is not the default.

Parameters:
defaultIndicator -

getStatus

public java.lang.String getStatus()
Get the 'Status' attribute value. Specifies the Status of the Insurance Refer to OpenTravel Code table Status (STS).

Returns:
value

setStatus

public void setStatus(java.lang.String status)
Set the 'Status' attribute value. Specifies the Status of the Insurance Refer to OpenTravel Code table Status (STS).

Parameters:
status -