|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.LocationGeneral
public class LocationGeneral
Provides high-level information regarding a location. 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="LocationGeneralType"> <xs:sequence> <xs:element type="xs:string" name="CityName" minOccurs="0"/> <xs:element type="ns:StateProvType" name="StateProv" minOccurs="0"/> <xs:element type="ns:CountryNameType" name="CountryName" minOccurs="0"/> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
LocationGeneral()
|
Method Summary | |
---|---|
java.lang.String |
getCityName()
Get the 'CityName' element value. |
CountryName |
getCountryName()
Get the 'CountryName' element value. |
StateProv |
getStateProv()
Get the 'StateProv' element value. |
void |
setCityName(java.lang.String cityName)
Set the 'CityName' element value. |
void |
setCountryName(CountryName countryName)
Set the 'CountryName' element value. |
void |
setStateProv(StateProv stateProv)
Set the 'StateProv' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocationGeneral()
Method Detail |
---|
public java.lang.String getCityName()
public void setCityName(java.lang.String cityName)
cityName
- public StateProv getStateProv()
public void setStateProv(StateProv stateProv)
stateProv
- public CountryName getCountryName()
public void setCountryName(CountryName countryName)
countryName
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |