|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.URLs
public class URLs
The URLs class identifies URI information. 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="URLsType">
<xs:sequence>
<xs:element name="URL" maxOccurs="unbounded">
<!-- Reference to inner class URL -->
</xs:element>
</xs:sequence>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
URLs.URL
Provides a Website address. |
| Constructor Summary | |
|---|---|
URLs()
|
|
| Method Summary | |
|---|---|
void |
addURL(URLs.URL item)
Add a 'URL' element item. |
void |
clearURLs()
Remove all 'URL' element items. |
URLs.URL |
getURL(int index)
Get 'URL' element item by position. |
java.util.List<URLs.URL> |
getURLs()
Get the list of 'URL' element items. |
void |
setURLs(java.util.List<URLs.URL> list)
Set the list of 'URL' element items. |
int |
sizeURLs()
Get the number of 'URL' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLs()
| Method Detail |
|---|
public java.util.List<URLs.URL> getURLs()
public void setURLs(java.util.List<URLs.URL> list)
list - public int sizeURLs()
public void addURL(URLs.URL item)
item - public URLs.URL getURL(int index)
index -
public void clearURLs()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||