|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.StatusApplicationControl
public class StatusApplicationControl
The StatusApplicationControl class is used to indicate to which block codes/rate plans/inventory codes a status should be applied. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StatusApplicationControlType"> <xs:sequence> <xs:element type="ns:DestinationSystemCodesType" name="DestinationSystemCodes" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:StatusApplicationGroup"/> <xs:attributeGroup ref="ns:DOW_PatternGroup"/> <xs:attributeGroup ref="ns:RatePlanCodeTypeGroup"/> <xs:attribute type="xs:string" use="optional" name="RateTier"/> <xs:attribute type="xs:boolean" use="optional" name="AllRateCode"/> <xs:attribute type="xs:boolean" use="optional" name="AllInvCode"/> <xs:attributeGroup ref="ns:InvBlockCodeApplyGroup"/> <xs:attribute type="xs:string" use="optional" name="InvBlockCode"/> <xs:attribute type="xs:boolean" use="optional" name="Override"/> <xs:attribute type="xs:string" use="optional" name="QuoteID"/> <xs:attribute type="xs:string" use="optional" name="SubBlockCode"/> <xs:attribute type="xs:string" use="optional" name="WingIdentifier"/> </xs:complexType> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="InvBlockCodeApplyGroup"> <xs:attribute use="optional" name="InvBlockCodeApply"> <xs:simpleType> <!-- Reference to inner class InvBlockCodeApply --> </xs:simpleType> </xs:attribute> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
StatusApplicationControl.InvBlockCodeApply
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
StatusApplicationControl()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAllInvCode()
Get the 'AllInvCode' attribute value. |
java.lang.Boolean |
getAllRateCode()
Get the 'AllRateCode' attribute value. |
DestinationSystemCodes |
getDestinationSystemCodes()
Get the 'DestinationSystemCodes' element value. |
DOWPatternGroup |
getDOWPatternGroup()
Get the 'DOW_PatternGroup' attributeGroup value. |
java.lang.String |
getInvBlockCode()
Get the 'InvBlockCode' attribute value. |
StatusApplicationControl.InvBlockCodeApply |
getInvBlockCodeApply()
Get the 'InvBlockCodeApply' attribute value. |
java.lang.Boolean |
getOverride()
Get the 'Override' attribute value. |
java.lang.String |
getQuoteID()
Get the 'QuoteID' attribute value. |
RatePlanCodeTypeGroup |
getRatePlanCodeTypeGroup()
Get the 'RatePlanCodeTypeGroup' attributeGroup value. |
java.lang.String |
getRateTier()
Get the 'RateTier' attribute value. |
StatusApplicationGroup |
getStatusApplicationGroup()
Get the 'StatusApplicationGroup' attributeGroup value. |
java.lang.String |
getSubBlockCode()
Get the 'SubBlockCode' attribute value. |
java.lang.String |
getWingIdentifier()
Get the 'WingIdentifier' attribute value. |
void |
setAllInvCode(java.lang.Boolean allInvCode)
Set the 'AllInvCode' attribute value. |
void |
setAllRateCode(java.lang.Boolean allRateCode)
Set the 'AllRateCode' attribute value. |
void |
setDestinationSystemCodes(DestinationSystemCodes destinationSystemCodes)
Set the 'DestinationSystemCodes' element value. |
void |
setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
Set the 'DOW_PatternGroup' attributeGroup value. |
void |
setInvBlockCode(java.lang.String invBlockCode)
Set the 'InvBlockCode' attribute value. |
void |
setInvBlockCodeApply(StatusApplicationControl.InvBlockCodeApply invBlockCodeApply)
Set the 'InvBlockCodeApply' attribute value. |
void |
setOverride(java.lang.Boolean override)
Set the 'Override' attribute value. |
void |
setQuoteID(java.lang.String quoteID)
Set the 'QuoteID' attribute value. |
void |
setRatePlanCodeTypeGroup(RatePlanCodeTypeGroup ratePlanCodeTypeGroup)
Set the 'RatePlanCodeTypeGroup' attributeGroup value. |
void |
setRateTier(java.lang.String rateTier)
Set the 'RateTier' attribute value. |
void |
setStatusApplicationGroup(StatusApplicationGroup statusApplicationGroup)
Set the 'StatusApplicationGroup' attributeGroup value. |
void |
setSubBlockCode(java.lang.String subBlockCode)
Set the 'SubBlockCode' attribute value. |
void |
setWingIdentifier(java.lang.String wingIdentifier)
Set the 'WingIdentifier' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusApplicationControl()
Method Detail |
---|
public DestinationSystemCodes getDestinationSystemCodes()
public void setDestinationSystemCodes(DestinationSystemCodes destinationSystemCodes)
destinationSystemCodes
- public StatusApplicationGroup getStatusApplicationGroup()
public void setStatusApplicationGroup(StatusApplicationGroup statusApplicationGroup)
statusApplicationGroup
- public DOWPatternGroup getDOWPatternGroup()
public void setDOWPatternGroup(DOWPatternGroup DOWPatternGroup)
DOWPatternGroup
- public RatePlanCodeTypeGroup getRatePlanCodeTypeGroup()
public void setRatePlanCodeTypeGroup(RatePlanCodeTypeGroup ratePlanCodeTypeGroup)
ratePlanCodeTypeGroup
- public java.lang.String getRateTier()
public void setRateTier(java.lang.String rateTier)
rateTier
- public java.lang.Boolean getAllRateCode()
public void setAllRateCode(java.lang.Boolean allRateCode)
allRateCode
- public java.lang.Boolean getAllInvCode()
public void setAllInvCode(java.lang.Boolean allInvCode)
allInvCode
- public StatusApplicationControl.InvBlockCodeApply getInvBlockCodeApply()
public void setInvBlockCodeApply(StatusApplicationControl.InvBlockCodeApply invBlockCodeApply)
invBlockCodeApply
- public java.lang.String getInvBlockCode()
public void setInvBlockCode(java.lang.String invBlockCode)
invBlockCode
- public java.lang.Boolean getOverride()
public void setOverride(java.lang.Boolean override)
override
- public java.lang.String getQuoteID()
public void setQuoteID(java.lang.String quoteID)
quoteID
- public java.lang.String getSubBlockCode()
public void setSubBlockCode(java.lang.String subBlockCode)
subBlockCode
- public java.lang.String getWingIdentifier()
public void setWingIdentifier(java.lang.String wingIdentifier)
wingIdentifier
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |