|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement
public static class HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement
Defines the requirements for a minimimum or maximum length of stay for a property. Day of week may or may not have an impact on this requirement. Day of week is a stayover day unless StayContext is used. 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="StayRequirement" maxOccurs="9"> <xs:complexType> <xs:sequence> <xs:element type="ns:ParagraphType" name="Description" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:DOW_PatternGroup"/> <xs:attribute type="xs:int" use="optional" name="MinLOS"/> <xs:attribute type="xs:int" use="optional" name="MaxLOS"/> <xs:attribute use="optional" name="StayContext"> <xs:simpleType> <!-- Reference to inner class StayContext --> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement.StayContext
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement()
|
Method Summary | |
---|---|
Paragraph |
getDescription()
Get the 'Description' element value. |
DOWPatternGroup |
getDOWPatternGroup()
Get the 'DOW_PatternGroup' attributeGroup value. |
java.lang.Integer |
getMaxLOS()
Get the 'MaxLOS' attribute value. |
java.lang.Integer |
getMinLOS()
Get the 'MinLOS' attribute value. |
HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement.StayContext |
getStayContext()
Get the 'StayContext' attribute value. |
void |
setDescription(Paragraph description)
Set the 'Description' element value. |
void |
setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
Set the 'DOW_PatternGroup' attributeGroup value. |
void |
setMaxLOS(java.lang.Integer maxLOS)
Set the 'MaxLOS' attribute value. |
void |
setMinLOS(java.lang.Integer minLOS)
Set the 'MinLOS' attribute value. |
void |
setStayContext(HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement.StayContext stayContext)
Set the 'StayContext' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement()
Method Detail |
---|
public Paragraph getDescription()
public void setDescription(Paragraph description)
description
- public DOWPatternGroup getDOWPatternGroup()
public void setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
DOWPatternGroup
- public java.lang.Integer getMinLOS()
public void setMinLOS(java.lang.Integer minLOS)
minLOS
- public java.lang.Integer getMaxLOS()
public void setMaxLOS(java.lang.Integer maxLOS)
maxLOS
- public HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement.StayContext getStayContext()
public void setStayContext(HotelDescriptiveContent.Policies.Policy.StayRequirements.StayRequirement.StayContext stayContext)
stayContext
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |