|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InvBlock.BlockDescriptions
public static class InvBlock.BlockDescriptions
Collection of free form information about the inventory block. 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="BlockDescriptions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="BlockDescription" maxOccurs="99"> <!-- Reference to inner class BlockDescription --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
InvBlock.BlockDescriptions.BlockDescription
Used for free form descriptive information about the inventory block. |
Constructor Summary | |
---|---|
InvBlock.BlockDescriptions()
|
Method Summary | |
---|---|
void |
addBlockDescription(InvBlock.BlockDescriptions.BlockDescription item)
Add a 'BlockDescription' element item. |
void |
clearBlockDescriptions()
Remove all 'BlockDescription' element items. |
InvBlock.BlockDescriptions.BlockDescription |
getBlockDescription(int index)
Get 'BlockDescription' element item by position. |
java.util.List<InvBlock.BlockDescriptions.BlockDescription> |
getBlockDescriptions()
Get the list of 'BlockDescription' element items. |
void |
setBlockDescriptions(java.util.List<InvBlock.BlockDescriptions.BlockDescription> list)
Set the list of 'BlockDescription' element items. |
int |
sizeBlockDescriptions()
Get the number of 'BlockDescription' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvBlock.BlockDescriptions()
Method Detail |
---|
public java.util.List<InvBlock.BlockDescriptions.BlockDescription> getBlockDescriptions()
public void setBlockDescriptions(java.util.List<InvBlock.BlockDescriptions.BlockDescription> list)
list
- public int sizeBlockDescriptions()
public void addBlockDescription(InvBlock.BlockDescriptions.BlockDescription item)
item
- public InvBlock.BlockDescriptions.BlockDescription getBlockDescription(int index)
index
-
public void clearBlockDescriptions()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |