|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.OperationSchedule
org.ota.shared.OperationSchedulePlusCharge
org.ota.tour.TourInformation.Departures.DepartureSchedule
public static class TourInformation.Departures.DepartureSchedule
Departure dates and times. 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="DepartureSchedule" minOccurs="0" maxOccurs="366"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:OperationSchedulePlusChargeType"> <xs:attribute type="xs:string" use="optional" name="PeriodTitle"/> <xs:attribute type="xs:string" use="optional" name="InfoType"/> <xs:attribute type="xs:boolean" use="optional" name="HasAvailabilityInd"/> <xs:attribute type="xs:int" use="optional" name="Availability"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.shared.OperationSchedule |
---|
OperationSchedule.OperationTimes |
Constructor Summary | |
---|---|
TourInformation.Departures.DepartureSchedule()
|
Method Summary | |
---|---|
java.lang.Integer |
getAvailability()
Get the 'Availability' attribute value. |
java.lang.Boolean |
getHasAvailabilityInd()
Get the 'HasAvailabilityInd' attribute value. |
java.lang.String |
getInfo()
Get the 'InfoType' attribute value. |
java.lang.String |
getPeriodTitle()
Get the 'PeriodTitle' attribute value. |
void |
setAvailability(java.lang.Integer availability)
Set the 'Availability' attribute value. |
void |
setHasAvailabilityInd(java.lang.Boolean hasAvailabilityInd)
Set the 'HasAvailabilityInd' attribute value. |
void |
setInfo(java.lang.String info)
Set the 'InfoType' attribute value. |
void |
setPeriodTitle(java.lang.String periodTitle)
Set the 'PeriodTitle' attribute value. |
Methods inherited from class org.ota.shared.OperationSchedulePlusCharge |
---|
addCharge, clearCharges, getCharge, getCharges, setCharges, sizeCharges |
Methods inherited from class org.ota.shared.OperationSchedule |
---|
getDateTimeSpanGroup, getOperationTimes, setDateTimeSpanGroup, setOperationTimes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TourInformation.Departures.DepartureSchedule()
Method Detail |
---|
public java.lang.String getPeriodTitle()
public void setPeriodTitle(java.lang.String periodTitle)
periodTitle
- public java.lang.String getInfo()
public void setInfo(java.lang.String info)
info
- public java.lang.Boolean getHasAvailabilityInd()
public void setHasAvailabilityInd(java.lang.Boolean hasAvailabilityInd)
hasAvailabilityInd
- public java.lang.Integer getAvailability()
public void setAvailability(java.lang.Integer availability)
availability
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |