|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.AvailRS.TravelChoices.TravelItem.TravelJourney
public static class AvailRS.TravelChoices.TravelItem.TravelJourney
Provides information on a complete travel journey. 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="TravelJourney" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:PkgTravelJourneyGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PkgTravelJourneyGroup"> <xs:attribute type="xs:string" use="optional" name="Type"/> <xs:attribute type="xs:string" use="required" name="OriginAirportID"/> <xs:attribute type="xs:string" use="required" name="DestinationAirportID"/> <xs:attribute type="xs:dateTime" use="required" name="OutwardDateTime"/> <xs:attribute type="xs:dateTime" use="optional" name="ReturnDateTime"/> <xs:attribute type="xs:string" use="optional" name="TravelCode"/> <xs:attributeGroup ref="ns:CompanyID_AttributesGroup"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
AvailRS.TravelChoices.TravelItem.TravelJourney()
|
Method Summary | |
---|---|
CompanyIDAttributesGroup |
getCompanyIDAttributesGroup()
Get the 'CompanyID_AttributesGroup' attributeGroup value. |
java.lang.String |
getDestinationAirportID()
Get the 'DestinationAirportID' attribute value. |
java.lang.String |
getOriginAirportID()
Get the 'OriginAirportID' attribute value. |
java.util.Date |
getOutwardDateTime()
Get the 'OutwardDateTime' attribute value. |
java.util.Date |
getReturnDateTime()
Get the 'ReturnDateTime' attribute value. |
java.lang.String |
getTravelCode()
Get the 'TravelCode' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
Set the 'CompanyID_AttributesGroup' attributeGroup value. |
void |
setDestinationAirportID(java.lang.String destinationAirportID)
Set the 'DestinationAirportID' attribute value. |
void |
setOriginAirportID(java.lang.String originAirportID)
Set the 'OriginAirportID' attribute value. |
void |
setOutwardDateTime(java.util.Date outwardDateTime)
Set the 'OutwardDateTime' attribute value. |
void |
setReturnDateTime(java.util.Date returnDateTime)
Set the 'ReturnDateTime' attribute value. |
void |
setTravelCode(java.lang.String travelCode)
Set the 'TravelCode' attribute value. |
void |
setType(java.lang.String 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 AvailRS.TravelChoices.TravelItem.TravelJourney()
Method Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.String getOriginAirportID()
public void setOriginAirportID(java.lang.String originAirportID)
originAirportID
- public java.lang.String getDestinationAirportID()
public void setDestinationAirportID(java.lang.String destinationAirportID)
destinationAirportID
- public java.util.Date getOutwardDateTime()
public void setOutwardDateTime(java.util.Date outwardDateTime)
outwardDateTime
- public java.util.Date getReturnDateTime()
public void setReturnDateTime(java.util.Date returnDateTime)
returnDateTime
- public java.lang.String getTravelCode()
public void setTravelCode(java.lang.String travelCode)
travelCode
- public CompanyIDAttributesGroup getCompanyIDAttributesGroup()
public void setCompanyIDAttributesGroup(CompanyIDAttributesGroup companyIDAttributesGroup)
companyIDAttributesGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |