org.ota.air
Class FareInfo.FareInfoInner.Date

java.lang.Object
  extended by org.ota.air.FareInfo.FareInfoInner.Date
Enclosing class:
FareInfo.FareInfoInner

public static class FareInfo.FareInfoInner.Date
extends java.lang.Object

Date information applicable to the fare. 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="Date" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="Date"/>
     <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 FareInfo.FareInfoInner.Date.Type
          Schema fragment(s) for this class:
 
Constructor Summary
FareInfo.FareInfoInner.Date()
           
 
Method Summary
 java.lang.String getDate()
          Get the 'Date' attribute value.
 FareInfo.FareInfoInner.Date.Type getType()
          Get the 'Type' attribute value.
 void setDate(java.lang.String date)
          Set the 'Date' attribute value.
 void setType(FareInfo.FareInfoInner.Date.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

FareInfo.FareInfoInner.Date

public FareInfo.FareInfoInner.Date()
Method Detail

getDate

public java.lang.String getDate()
Get the 'Date' attribute value. The applicable date for the purpose specified in the Type attribute.

Returns:
value

setDate

public void setDate(java.lang.String date)
Set the 'Date' attribute value. The applicable date for the purpose specified in the Type attribute.

Parameters:
date -

getType

public FareInfo.FareInfoInner.Date.Type getType()
Get the 'Type' attribute value.

Returns:
value

setType

public void setType(FareInfo.FareInfoInner.Date.Type type)
Set the 'Type' attribute value.

Parameters:
type -