|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.ExtrasInfo.ExtraLocationInfo
public static class ExtrasInfo.ExtraLocationInfo
Indicates where the extra can be obtained and returned, (e.g., airport, property or resort). 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="ExtraLocationInfo" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="Location"/> <xs:attribute use="optional" name="Type"> <xs:simpleType> <!-- Reference to inner class Type --> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
ExtrasInfo.ExtraLocationInfo.Type
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
ExtrasInfo.ExtraLocationInfo()
|
Method Summary | |
---|---|
java.lang.String |
getLocation()
Get the 'Location' attribute value. |
ExtrasInfo.ExtraLocationInfo.Type |
getType()
Get the 'Type' attribute value. |
void |
setLocation(java.lang.String location)
Set the 'Location' attribute value. |
void |
setType(ExtrasInfo.ExtraLocationInfo.Type type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtrasInfo.ExtraLocationInfo()
Method Detail |
---|
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- public ExtrasInfo.ExtraLocationInfo.Type getType()
public void setType(ExtrasInfo.ExtraLocationInfo.Type type)
type
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |