|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.SeatAvailability
public class SeatAvailability
Details of seat availability by class with optional charge information. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SeatAvailabilityType">
<xs:sequence>
<xs:element type="ns:ChargesType" name="Charges" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:CodeListGroup"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
SeatAvailability()
|
|
| Method Summary | |
|---|---|
Charges |
getCharges()
Get the 'Charges' element value. |
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
void |
setCharges(Charges charges)
Set the 'Charges' element value. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeatAvailability()
| Method Detail |
|---|
public Charges getCharges()
public void setCharges(Charges charges)
charges - public CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||