|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.TimeRestrictions.TimeRestriction
public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.TimeRestrictions.TimeRestriction
Allows fare contract to be restricted by time of day 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="TimeRestriction" maxOccurs="10"> <xs:complexType> <xs:attribute type="xs:time" use="required" name="StartTime"/> <xs:attribute type="xs:time" use="required" name="EndTime"/> <xs:attribute type="xs:boolean" use="optional" name="IncludeExcludeUseInd"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.TimeRestrictions.TimeRestriction()
|
Method Summary | |
---|---|
java.sql.Time |
getEndTime()
Get the 'EndTime' attribute value. |
java.lang.Boolean |
getIncludeExcludeUseInd()
Get the 'IncludeExcludeUseInd' attribute value. |
java.sql.Time |
getStartTime()
Get the 'StartTime' attribute value. |
void |
setEndTime(java.sql.Time endTime)
Set the 'EndTime' attribute value. |
void |
setIncludeExcludeUseInd(java.lang.Boolean includeExcludeUseInd)
Set the 'IncludeExcludeUseInd' attribute value. |
void |
setStartTime(java.sql.Time startTime)
Set the 'StartTime' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.TimeRestrictions.TimeRestriction()
Method Detail |
---|
public java.sql.Time getStartTime()
public void setStartTime(java.sql.Time startTime)
startTime
- public java.sql.Time getEndTime()
public void setEndTime(java.sql.Time endTime)
endTime
- public java.lang.Boolean getIncludeExcludeUseInd()
public void setIncludeExcludeUseInd(java.lang.Boolean includeExcludeUseInd)
includeExcludeUseInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |