|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.URLs.URL
public static class URLs.URL
Provides a Website address. 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="URL" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="ns:URL_Type"> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup"> <xs:attribute type="xs:string" use="optional" name="ID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
URLs.URL()
|
Method Summary | |
---|---|
java.lang.String |
getID()
Get the 'ID' attribute value. |
URL |
getURL1()
Get the extension value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setURL1(URL URL1)
Set the extension value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLs.URL()
Method Detail |
---|
public URL getURL1()
public void setURL1(URL URL1)
URL1
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |