|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvBlockNotifRQ.InvBlocks
public static class InvBlockNotifRQ.InvBlocks
This may be used for creating blocks at multiple hotels or multiple blocks at a single hotel. 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="InvBlocks" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="HotelRef" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:HotelReferenceGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="InvBlockDates" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:InvBlockDatesGroup"/>
</xs:complexType>
</xs:element>
<xs:element type="ns:InvBlockType" name="InvBlock" minOccurs="0" maxOccurs="99"/>
<xs:element name="Contacts" minOccurs="0">
<!-- Reference to inner class Contacts -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:InvBlockGroup"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
InvBlockNotifRQ.InvBlocks.Contacts
A collection of contacts. |
| Constructor Summary | |
|---|---|
InvBlockNotifRQ.InvBlocks()
|
|
| Method Summary | |
|---|---|
void |
addInvBlock(InvBlock item)
Add a 'InvBlock' element item. |
void |
clearInvBlocks()
Remove all 'InvBlock' element items. |
InvBlockNotifRQ.InvBlocks.Contacts |
getContacts()
Get the 'Contacts' element value. |
HotelReferenceGroup |
getHotelRef()
Get the 'HotelReferenceGroup' attributeGroup value. |
InvBlock |
getInvBlock(int index)
Get 'InvBlock' element item by position. |
InvBlockDatesGroup |
getInvBlockDates()
Get the 'InvBlockDatesGroup' attributeGroup value. |
InvBlockGroup |
getInvBlockGroup()
Get the 'InvBlockGroup' attributeGroup value. |
java.util.List<InvBlock> |
getInvBlocks()
Get the list of 'InvBlock' element items. |
void |
setContacts(InvBlockNotifRQ.InvBlocks.Contacts contacts)
Set the 'Contacts' element value. |
void |
setHotelRef(HotelReferenceGroup hotelRef)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setInvBlockDates(InvBlockDatesGroup invBlockDates)
Set the 'InvBlockDatesGroup' attributeGroup value. |
void |
setInvBlockGroup(InvBlockGroup invBlockGroup)
Set the 'InvBlockGroup' attributeGroup value. |
void |
setInvBlocks(java.util.List<InvBlock> list)
Set the list of 'InvBlock' element items. |
int |
sizeInvBlocks()
Get the number of 'InvBlock' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvBlockNotifRQ.InvBlocks()
| Method Detail |
|---|
public HotelReferenceGroup getHotelRef()
public void setHotelRef(HotelReferenceGroup hotelRef)
hotelRef - public InvBlockDatesGroup getInvBlockDates()
public void setInvBlockDates(InvBlockDatesGroup invBlockDates)
invBlockDates - public java.util.List<InvBlock> getInvBlocks()
public void setInvBlocks(java.util.List<InvBlock> list)
list - public int sizeInvBlocks()
public void addInvBlock(InvBlock item)
item - public InvBlock getInvBlock(int index)
index -
public void clearInvBlocks()
public InvBlockNotifRQ.InvBlocks.Contacts getContacts()
public void setContacts(InvBlockNotifRQ.InvBlocks.Contacts contacts)
contacts - public InvBlockGroup getInvBlockGroup()
public void setInvBlockGroup(InvBlockGroup invBlockGroup)
invBlockGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||