|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CruiseInsuranceGroup
public class CruiseInsuranceGroup
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 |
---|
public CruiseInsuranceGroup()
Method Detail |
---|
public java.lang.String getInsuranceCode()
public void setInsuranceCode(java.lang.String insuranceCode)
insuranceCode
- public java.lang.Boolean getSelectedOptionIndicator()
public void setSelectedOptionIndicator(java.lang.Boolean selectedOptionIndicator)
selectedOptionIndicator
- public java.lang.Boolean getDefaultIndicator()
public void setDefaultIndicator(java.lang.Boolean defaultIndicator)
defaultIndicator
- public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |