|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.MeetingRooms.MeetingRoom.Codes
public static class MeetingRooms.MeetingRoom.Codes
Codes or abbreviations for meeting rooms. 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="Codes" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:MeetingRoomCodeType" name="Code" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
MeetingRooms.MeetingRoom.Codes()
|
Method Summary | |
---|---|
void |
addCode(MeetingRoomCode item)
Add a 'Code' element item. |
void |
clearCodes()
Remove all 'Code' element items. |
MeetingRoomCode |
getCode(int index)
Get 'Code' element item by position. |
java.util.List<MeetingRoomCode> |
getCodes()
Get the list of 'Code' element items. |
void |
setCodes(java.util.List<MeetingRoomCode> list)
Set the list of 'Code' element items. |
int |
sizeCodes()
Get the number of 'Code' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MeetingRooms.MeetingRoom.Codes()
Method Detail |
---|
public java.util.List<MeetingRoomCode> getCodes()
public void setCodes(java.util.List<MeetingRoomCode> list)
list
- public int sizeCodes()
public void addCode(MeetingRoomCode item)
item
- public MeetingRoomCode getCode(int index)
index
-
public void clearCodes()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |