|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.DOWRestrictions
public class DOWRestrictions
Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DOW_RestrictionsType"> <xs:sequence> <xs:element name="AvailableDaysOfWeek" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:DOW_PatternGroup"/> </xs:complexType> </xs:element> <xs:element name="ArrivalDaysOfWeek" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:DOW_PatternGroup"/> </xs:complexType> </xs:element> <xs:element name="DepartureDaysOfWeek" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:DOW_PatternGroup"/> </xs:complexType> </xs:element> <xs:element name="RequiredDaysOfWeek" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:DOW_PatternGroup"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
DOWRestrictions()
|
Method Summary | |
---|---|
DOWPatternGroup |
getArrivalDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. |
DOWPatternGroup |
getAvailableDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. |
DOWPatternGroup |
getDepartureDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. |
DOWPatternGroup |
getRequiredDaysOfWeek()
Get the 'DOW_PatternGroup' attributeGroup value. |
void |
setArrivalDaysOfWeek(DOWPatternGroup arrivalDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. |
void |
setAvailableDaysOfWeek(DOWPatternGroup availableDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. |
void |
setDepartureDaysOfWeek(DOWPatternGroup departureDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. |
void |
setRequiredDaysOfWeek(DOWPatternGroup requiredDaysOfWeek)
Set the 'DOW_PatternGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DOWRestrictions()
Method Detail |
---|
public DOWPatternGroup getAvailableDaysOfWeek()
public void setAvailableDaysOfWeek(DOWPatternGroup availableDaysOfWeek)
availableDaysOfWeek
- public DOWPatternGroup getArrivalDaysOfWeek()
public void setArrivalDaysOfWeek(DOWPatternGroup arrivalDaysOfWeek)
arrivalDaysOfWeek
- public DOWPatternGroup getDepartureDaysOfWeek()
public void setDepartureDaysOfWeek(DOWPatternGroup departureDaysOfWeek)
departureDaysOfWeek
- public DOWPatternGroup getRequiredDaysOfWeek()
public void setRequiredDaysOfWeek(DOWPatternGroup requiredDaysOfWeek)
requiredDaysOfWeek
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |