|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RoomStay.RoomRates.RoomRate.Restrictions.Restriction
public static class RoomStay.RoomRates.RoomRate.Restrictions.Restriction
Information on the restriction associated with the RoomRate element. 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="Restriction" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:DOW_RestrictionsType" name="DOW_Restrictions"/> </xs:sequence> <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RoomStay.RoomRates.RoomRate.Restrictions.Restriction()
|
Method Summary | |
---|---|
DOWRestrictions |
getDOWRestrictions()
Get the 'DOW_Restrictions' element value. |
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setDOWRestrictions(DOWRestrictions DOWRestrictions)
Set the 'DOW_Restrictions' element value. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoomStay.RoomRates.RoomRate.Restrictions.Restriction()
Method Detail |
---|
public DOWRestrictions getDOWRestrictions()
public void setDOWRestrictions(DOWRestrictions DOWRestrictions)
DOWRestrictions
- public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |