org.ota.tour
Class TourInformation.Language

java.lang.Object
  extended by org.ota.tour.TourInformation.Language
Enclosing class:
TourInformation

public static class TourInformation.Language
extends java.lang.Object

Languages spoken by the tour staff. 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="Language" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Language"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
TourInformation.Language()
           
 
Method Summary
 java.lang.String getLanguage()
          Get the 'Language' attribute value.
 void setLanguage(java.lang.String language)
          Set the 'Language' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TourInformation.Language

public TourInformation.Language()
Method Detail

getLanguage

public java.lang.String getLanguage()
Get the 'Language' attribute value. Language spoken on the tour.

Returns:
value

setLanguage

public void setLanguage(java.lang.String language)
Set the 'Language' attribute value. Language spoken on the tour.

Parameters:
language -