|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvBlockCodeRef
org.ota.hotel.InvBlockNotifRS.InvBlockCodeRefs
public static class InvBlockNotifRS.InvBlockCodeRefs
This accommodates responses for multiple inventory blocks. 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="InvBlockCodeRefs" minOccurs="0">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:InvBlockCodeRefType">
<xs:sequence>
<xs:element type="ns:InvBlockCodeRefType" name="InvBlockCodeRef" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
InvBlockNotifRS.InvBlockCodeRefs()
|
|
| Method Summary | |
|---|---|
void |
addInvBlockCodeRef(InvBlockCodeRef item)
Add a 'InvBlockCodeRef' element item. |
void |
clearInvBlockCodeRefs()
Remove all 'InvBlockCodeRef' element items. |
InvBlockCodeRef |
getInvBlockCodeRef(int index)
Get 'InvBlockCodeRef' element item by position. |
java.util.List<InvBlockCodeRef> |
getInvBlockCodeRefs()
Get the list of 'InvBlockCodeRef' element items. |
void |
setInvBlockCodeRefs(java.util.List<InvBlockCodeRef> list)
Set the list of 'InvBlockCodeRef' element items. |
int |
sizeInvBlockCodeRefs()
Get the number of 'InvBlockCodeRef' element items. |
| Methods inherited from class org.ota.hotel.InvBlockCodeRef |
|---|
getHotelRef, getInvBlockCode, getInvBlockGroupingCode, getInvSystemInvBlockCode, getInvSystemInvBlockGroupingCode, setHotelRef, setInvBlockCode, setInvBlockGroupingCode, setInvSystemInvBlockCode, setInvSystemInvBlockGroupingCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvBlockNotifRS.InvBlockCodeRefs()
| Method Detail |
|---|
public java.util.List<InvBlockCodeRef> getInvBlockCodeRefs()
public void setInvBlockCodeRefs(java.util.List<InvBlockCodeRef> list)
list - public int sizeInvBlockCodeRefs()
public void addInvBlockCodeRef(InvBlockCodeRef item)
item - public InvBlockCodeRef getInvBlockCodeRef(int index)
index -
public void clearInvBlockCodeRefs()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||