|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.DestinationSystemCodes
public class DestinationSystemCodes
A collection of DestinationSystemCode. 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="DestinationSystemCodesType">
<xs:sequence>
<xs:element type="xs:string" name="DestinationSystemCode" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
| Constructor Summary | |
|---|---|
DestinationSystemCodes()
|
|
| Method Summary | |
|---|---|
void |
addDestinationSystemCode(java.lang.String item)
Add a 'DestinationSystemCode' element item. |
void |
clearDestinationSystemCodes()
Remove all 'DestinationSystemCode' element items. |
java.lang.String |
getDestinationSystemCode(int index)
Get 'DestinationSystemCode' element item by position. |
java.util.List<java.lang.String> |
getDestinationSystemCodes()
Get the list of 'DestinationSystemCode' element items. |
void |
setDestinationSystemCodes(java.util.List<java.lang.String> list)
Set the list of 'DestinationSystemCode' element items. |
int |
sizeDestinationSystemCodes()
Get the number of 'DestinationSystemCode' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DestinationSystemCodes()
| Method Detail |
|---|
public java.util.List<java.lang.String> getDestinationSystemCodes()
public void setDestinationSystemCodes(java.util.List<java.lang.String> list)
list - public int sizeDestinationSystemCodes()
public void addDestinationSystemCode(java.lang.String item)
item - public java.lang.String getDestinationSystemCode(int index)
index -
public void clearDestinationSystemCodes()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||