|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.PackageResponse.Cautions
public static class PackageResponse.Cautions
A collection of items of essential information relating to components of a package itinerary. 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="Cautions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:PkgCautionType" name="Caution" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
PackageResponse.Cautions()
|
Method Summary | |
---|---|
void |
addCaution(PkgCaution item)
Add a 'Caution' element item. |
void |
clearCautions()
Remove all 'Caution' element items. |
PkgCaution |
getCaution(int index)
Get 'Caution' element item by position. |
java.util.List<PkgCaution> |
getCautions()
Get the list of 'Caution' element items. |
void |
setCautions(java.util.List<PkgCaution> list)
Set the list of 'Caution' element items. |
int |
sizeCautions()
Get the number of 'Caution' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageResponse.Cautions()
Method Detail |
---|
public java.util.List<PkgCaution> getCautions()
public void setCautions(java.util.List<PkgCaution> list)
list
- public int sizeCautions()
public void addCaution(PkgCaution item)
item
- public PkgCaution getCaution(int index)
index
-
public void clearCautions()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |