|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.itin.TravelSegment.Reservation.RatePlans.RatePlan.Sequence
public static class TravelSegment.Reservation.RatePlans.RatePlan.Sequence
Schema fragment(s) for this class:
<xs:sequence xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" minOccurs="0"> <xs:element type="ns:GuaranteeType" name="Guarantee" minOccurs="0" maxOccurs="5"/> <xs:element type="ns:ParagraphType" name="RatePlanDescription" minOccurs="0"/> </xs:sequence>
| Constructor Summary | |
|---|---|
TravelSegment.Reservation.RatePlans.RatePlan.Sequence()
|
|
| Method Summary | |
|---|---|
void |
addGuarantee(Guarantee item)
Add a 'Guarantee' element item. |
void |
clearGuarantees()
Remove all 'Guarantee' element items. |
Guarantee |
getGuarantee(int index)
Get 'Guarantee' element item by position. |
java.util.List<Guarantee> |
getGuarantees()
Get the list of 'Guarantee' element items. |
Paragraph |
getRatePlanDescription()
Get the 'RatePlanDescription' element value. |
void |
setGuarantees(java.util.List<Guarantee> list)
Set the list of 'Guarantee' element items. |
void |
setRatePlanDescription(Paragraph ratePlanDescription)
Set the 'RatePlanDescription' element value. |
int |
sizeGuarantees()
Get the number of 'Guarantee' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TravelSegment.Reservation.RatePlans.RatePlan.Sequence()
| Method Detail |
|---|
public java.util.List<Guarantee> getGuarantees()
public void setGuarantees(java.util.List<Guarantee> list)
list - public int sizeGuarantees()
public void addGuarantee(Guarantee item)
item - public Guarantee getGuarantee(int index)
index -
public void clearGuarantees()
public Paragraph getRatePlanDescription()
public void setRatePlanDescription(Paragraph ratePlanDescription)
ratePlanDescription -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||