|
|||||||
| 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.DaysOfWeekRestriction
public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.DaysOfWeekRestriction
Allows Fare Contract to be restricted to certain days of the week for outbound, return or all journey directions 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="DaysOfWeekRestriction" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:attribute type="ns:AirTripDirectionType" use="optional" name="Application"/>
<xs:attribute type="ns:AirTripType" use="optional" name="TripType"/>
<xs:attribute type="xs:boolean" use="optional" name="RestrictionExistsInd"/>
<xs:attribute type="xs:boolean" use="optional" name="IncludeExcludeUseInd"/>
<xs:attributeGroup ref="ns:DOW_PatternGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.DaysOfWeekRestriction()
|
|
| Method Summary | |
|---|---|
AirTripDirection |
getApplication()
Get the 'Application' attribute value. |
DOWPatternGroup |
getDOWPatternGroup()
Get the 'DOW_PatternGroup' attributeGroup value. |
java.lang.Boolean |
getIncludeExcludeUseInd()
Get the 'IncludeExcludeUseInd' attribute value. |
java.lang.Boolean |
getRestrictionExistsInd()
Get the 'RestrictionExistsInd' attribute value. |
AirTrip |
getTrip()
Get the 'TripType' attribute value. |
void |
setApplication(AirTripDirection application)
Set the 'Application' attribute value. |
void |
setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
Set the 'DOW_PatternGroup' attributeGroup value. |
void |
setIncludeExcludeUseInd(java.lang.Boolean includeExcludeUseInd)
Set the 'IncludeExcludeUseInd' attribute value. |
void |
setRestrictionExistsInd(java.lang.Boolean restrictionExistsInd)
Set the 'RestrictionExistsInd' attribute value. |
void |
setTrip(AirTrip trip)
Set the 'TripType' 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.DaysOfWeekRestriction()
| Method Detail |
|---|
public AirTripDirection getApplication()
public void setApplication(AirTripDirection application)
application - public AirTrip getTrip()
public void setTrip(AirTrip trip)
trip - public java.lang.Boolean getRestrictionExistsInd()
public void setRestrictionExistsInd(java.lang.Boolean restrictionExistsInd)
restrictionExistsInd - public java.lang.Boolean getIncludeExcludeUseInd()
public void setIncludeExcludeUseInd(java.lang.Boolean includeExcludeUseInd)
includeExcludeUseInd - public DOWPatternGroup getDOWPatternGroup()
public void setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
DOWPatternGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||