org.ota.tour
Class AvailRS.TourName

java.lang.Object
  extended by org.ota.tour.AvailRS.TourName
Enclosing class:
AvailRS

public static class AvailRS.TourName
extends java.lang.Object

The full name of the tour and/or other identifiers. 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="TourName" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="xs:string">
         <xs:attribute type="xs:string" use="optional" name="ShortName"/>
         <xs:attribute type="xs:string" use="optional" name="ID"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AvailRS.TourName()
           
 
Method Summary
 java.lang.String getID()
          Get the 'ID' attribute value.
 java.lang.String getShortName()
          Get the 'ShortName' attribute value.
 java.lang.String getString()
          Get the extension value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setShortName(java.lang.String shortName)
          Set the 'ShortName' attribute value.
 void setString(java.lang.String string)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailRS.TourName

public AvailRS.TourName()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getShortName

public java.lang.String getShortName()
Get the 'ShortName' attribute value. Abbreviated tour name.

Returns:
value

setShortName

public void setShortName(java.lang.String shortName)
Set the 'ShortName' attribute value. Abbreviated tour name.

Parameters:
shortName -

getID

public java.lang.String getID()
Get the 'ID' attribute value. Unique identifier of a tour.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. Unique identifier of a tour.

Parameters:
ID -