|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.InvBlockDatesGroup
public class InvBlockDatesGroup
Provides date information for the inventory block. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="InvBlockDatesGroup"> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute type="xs:boolean" use="optional" name="EndDateExtensionIndicator"/> <xs:attributeGroup ref="ns:InvBlockCutoffGroup"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
InvBlockDatesGroup()
|
Method Summary | |
---|---|
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
java.lang.Boolean |
getEndDateExtensionIndicator()
Get the 'EndDateExtensionIndicator' attribute value. |
InvBlockCutoffGroup |
getInvBlockCutoffGroup()
Get the 'InvBlockCutoffGroup' attributeGroup value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setEndDateExtensionIndicator(java.lang.Boolean endDateExtensionIndicator)
Set the 'EndDateExtensionIndicator' attribute value. |
void |
setInvBlockCutoffGroup(InvBlockCutoffGroup invBlockCutoffGroup)
Set the 'InvBlockCutoffGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvBlockDatesGroup()
Method Detail |
---|
public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.Boolean getEndDateExtensionIndicator()
public void setEndDateExtensionIndicator(java.lang.Boolean endDateExtensionIndicator)
endDateExtensionIndicator
- public InvBlockCutoffGroup getInvBlockCutoffGroup()
public void setInvBlockCutoffGroup(InvBlockCutoffGroup invBlockCutoffGroup)
invBlockCutoffGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |