|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvBlockCutoffGroup
public class InvBlockCutoffGroup
Defines the absolute deadline or amount of offset time before unused block inventory is returned to general inventory. 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="InvBlockCutoffGroup">
<xs:attribute type="xs:string" use="optional" name="AbsoluteCutoff"/>
<xs:attribute type="xs:string" use="optional" name="OffsetDuration"/>
<xs:attribute use="optional" name="OffsetCalculationMode">
<xs:simpleType>
<!-- Reference to inner class OffsetCalculationMode -->
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
InvBlockCutoffGroup.OffsetCalculationMode
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
InvBlockCutoffGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbsoluteCutoff()
Get the 'AbsoluteCutoff' attribute value. |
InvBlockCutoffGroup.OffsetCalculationMode |
getOffsetCalculationMode()
Get the 'OffsetCalculationMode' attribute value. |
java.lang.String |
getOffsetDuration()
Get the 'OffsetDuration' attribute value. |
void |
setAbsoluteCutoff(java.lang.String absoluteCutoff)
Set the 'AbsoluteCutoff' attribute value. |
void |
setOffsetCalculationMode(InvBlockCutoffGroup.OffsetCalculationMode offsetCalculationMode)
Set the 'OffsetCalculationMode' attribute value. |
void |
setOffsetDuration(java.lang.String offsetDuration)
Set the 'OffsetDuration' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvBlockCutoffGroup()
| Method Detail |
|---|
public java.lang.String getAbsoluteCutoff()
public void setAbsoluteCutoff(java.lang.String absoluteCutoff)
absoluteCutoff - public java.lang.String getOffsetDuration()
public void setOffsetDuration(java.lang.String offsetDuration)
offsetDuration - public InvBlockCutoffGroup.OffsetCalculationMode getOffsetCalculationMode()
public void setOffsetCalculationMode(InvBlockCutoffGroup.OffsetCalculationMode offsetCalculationMode)
offsetCalculationMode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||