org.ota.hotel
Class Viewerships.Viewership.LocationCodes.LocationCode

java.lang.Object
  extended by org.ota.hotel.Viewerships.Viewership.LocationCodes.LocationCode
Enclosing class:
Viewerships.Viewership.LocationCodes

public static class Viewerships.Viewership.LocationCodes.LocationCode
extends java.lang.Object

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="LocationCode" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="CityCode"/>
     <xs:attribute type="xs:string" use="optional" name="StateProvinceCode"/>
     <xs:attribute type="xs:string" use="optional" name="CountryCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Viewerships.Viewership.LocationCodes.LocationCode()
           
 
Method Summary
 java.lang.String getCityCode()
          Get the 'CityCode' attribute value.
 java.lang.String getCountryCode()
          Get the 'CountryCode' attribute value.
 java.lang.String getStateProvinceCode()
          Get the 'StateProvinceCode' attribute value.
 void setCityCode(java.lang.String cityCode)
          Set the 'CityCode' attribute value.
 void setCountryCode(java.lang.String countryCode)
          Set the 'CountryCode' attribute value.
 void setStateProvinceCode(java.lang.String stateProvinceCode)
          Set the 'StateProvinceCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Viewerships.Viewership.LocationCodes.LocationCode

public Viewerships.Viewership.LocationCodes.LocationCode()
Method Detail

getCityCode

public java.lang.String getCityCode()
Get the 'CityCode' attribute value.

Returns:
value

setCityCode

public void setCityCode(java.lang.String cityCode)
Set the 'CityCode' attribute value.

Parameters:
cityCode -

getStateProvinceCode

public java.lang.String getStateProvinceCode()
Get the 'StateProvinceCode' attribute value.

Returns:
value

setStateProvinceCode

public void setStateProvinceCode(java.lang.String stateProvinceCode)
Set the 'StateProvinceCode' attribute value.

Parameters:
stateProvinceCode -

getCountryCode

public java.lang.String getCountryCode()
Get the 'CountryCode' attribute value.

Returns:
value

setCountryCode

public void setCountryCode(java.lang.String countryCode)
Set the 'CountryCode' attribute value.

Parameters:
countryCode -