|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelResModify
public class HotelResModify
Full structure of a hotel reservation modification. 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="HotelResModifyType">
<xs:sequence>
<xs:element name="HotelResModify" maxOccurs="unbounded">
<!-- Reference to inner class HotelResModifyInner -->
</xs:element>
<xs:element type="ns:RoutingHopType" name="RoutingHops" minOccurs="0"/>
<xs:element type="ns:WrittenConfInstType" name="WrittenConfInst" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
HotelResModify.HotelResModifyInner
A full overlay of reservation information containing the modified data. |
| Constructor Summary | |
|---|---|
HotelResModify()
|
|
| Method Summary | |
|---|---|
void |
addHotelResModify(HotelResModify.HotelResModifyInner item)
Add a 'HotelResModify' element item. |
void |
clearHotelResModifies()
Remove all 'HotelResModify' element items. |
java.util.List<HotelResModify.HotelResModifyInner> |
getHotelResModifies()
Get the list of 'HotelResModify' element items. |
HotelResModify.HotelResModifyInner |
getHotelResModify(int index)
Get 'HotelResModify' element item by position. |
RoutingHop |
getRoutingHops()
Get the 'RoutingHops' element value. |
WrittenConfInst |
getWrittenConfInst()
Get the 'WrittenConfInst' element value. |
void |
setHotelResModifies(java.util.List<HotelResModify.HotelResModifyInner> list)
Set the list of 'HotelResModify' element items. |
void |
setRoutingHops(RoutingHop routingHops)
Set the 'RoutingHops' element value. |
void |
setWrittenConfInst(WrittenConfInst writtenConfInst)
Set the 'WrittenConfInst' element value. |
int |
sizeHotelResModifies()
Get the number of 'HotelResModify' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelResModify()
| Method Detail |
|---|
public java.util.List<HotelResModify.HotelResModifyInner> getHotelResModifies()
public void setHotelResModifies(java.util.List<HotelResModify.HotelResModifyInner> list)
list - public int sizeHotelResModifies()
public void addHotelResModify(HotelResModify.HotelResModifyInner item)
item - public HotelResModify.HotelResModifyInner getHotelResModify(int index)
index -
public void clearHotelResModifies()
public RoutingHop getRoutingHops()
public void setRoutingHops(RoutingHop routingHops)
routingHops - public WrittenConfInst getWrittenConfInst()
public void setWrittenConfInst(WrittenConfInst writtenConfInst)
writtenConfInst -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||