|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareInfo.FareInfoInner.Date
public static class FareInfo.FareInfoInner.Date
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 |
|---|
public FareInfo.FareInfoInner.Date()
| Method Detail |
|---|
public java.lang.String getDate()
public void setDate(java.lang.String date)
date - public FareInfo.FareInfoInner.Date.Type getType()
public void setType(FareInfo.FareInfoInner.Date.Type type)
type -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||