|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.EffectivePeriods.EffectivePeriod
public static class HotelDescriptiveContent.EffectivePeriods.EffectivePeriod
The period for which content is visible. This may be either specific times of year that repeat annually or actual dates. 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="EffectivePeriod" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:DatePeriodGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DatePeriodGroup"> <xs:attribute type="xs:string" use="optional" name="StartPeriod"/> <xs:attribute type="xs:string" use="optional" name="Duration"/> <xs:attribute type="xs:string" use="optional" name="EndPeriod"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
HotelDescriptiveContent.EffectivePeriods.EffectivePeriod()
|
Method Summary | |
---|---|
java.lang.String |
getDuration()
Get the 'Duration' attribute value. |
java.lang.String |
getEndPeriod()
Get the 'EndPeriod' attribute value. |
java.lang.String |
getStartPeriod()
Get the 'StartPeriod' attribute value. |
void |
setDuration(java.lang.String duration)
Set the 'Duration' attribute value. |
void |
setEndPeriod(java.lang.String endPeriod)
Set the 'EndPeriod' attribute value. |
void |
setStartPeriod(java.lang.String startPeriod)
Set the 'StartPeriod' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.EffectivePeriods.EffectivePeriod()
Method Detail |
---|
public java.lang.String getStartPeriod()
public void setStartPeriod(java.lang.String startPeriod)
startPeriod
- public java.lang.String getDuration()
public void setDuration(java.lang.String duration)
duration
- public java.lang.String getEndPeriod()
public void setEndPeriod(java.lang.String endPeriod)
endPeriod
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |