|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.ExtrasInfo.Criteria
public static class ExtrasInfo.Criteria
Conditions which must be met for an extra to be bookable e.g. age of passenger, booking of parent extra. 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="Criteria" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="MinimumAge"/> <xs:attribute type="xs:string" use="optional" name="MaximumAge"/> <xs:attribute type="xs:string" use="optional" name="YearsExperience"/> <xs:attribute type="xs:boolean" use="optional" name="DateRequiredInd"/> <xs:attribute type="xs:boolean" use="optional" name="DurationRequiredInd"/> <xs:attribute type="xs:boolean" use="optional" name="StockControlledInd"/> <xs:attribute type="xs:int" use="optional" name="MaximumOccupancy"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ExtrasInfo.Criteria()
|
Method Summary | |
---|---|
java.lang.Boolean |
getDateRequiredInd()
Get the 'DateRequiredInd' attribute value. |
java.lang.Boolean |
getDurationRequiredInd()
Get the 'DurationRequiredInd' attribute value. |
java.lang.String |
getMaximumAge()
Get the 'MaximumAge' attribute value. |
java.lang.Integer |
getMaximumOccupancy()
Get the 'MaximumOccupancy' attribute value. |
java.lang.String |
getMinimumAge()
Get the 'MinimumAge' attribute value. |
java.lang.Boolean |
getStockControlledInd()
Get the 'StockControlledInd' attribute value. |
java.lang.String |
getYearsExperience()
Get the 'YearsExperience' attribute value. |
void |
setDateRequiredInd(java.lang.Boolean dateRequiredInd)
Set the 'DateRequiredInd' attribute value. |
void |
setDurationRequiredInd(java.lang.Boolean durationRequiredInd)
Set the 'DurationRequiredInd' attribute value. |
void |
setMaximumAge(java.lang.String maximumAge)
Set the 'MaximumAge' attribute value. |
void |
setMaximumOccupancy(java.lang.Integer maximumOccupancy)
Set the 'MaximumOccupancy' attribute value. |
void |
setMinimumAge(java.lang.String minimumAge)
Set the 'MinimumAge' attribute value. |
void |
setStockControlledInd(java.lang.Boolean stockControlledInd)
Set the 'StockControlledInd' attribute value. |
void |
setYearsExperience(java.lang.String yearsExperience)
Set the 'YearsExperience' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtrasInfo.Criteria()
Method Detail |
---|
public java.lang.String getMinimumAge()
public void setMinimumAge(java.lang.String minimumAge)
minimumAge
- public java.lang.String getMaximumAge()
public void setMaximumAge(java.lang.String maximumAge)
maximumAge
- public java.lang.String getYearsExperience()
public void setYearsExperience(java.lang.String yearsExperience)
yearsExperience
- public java.lang.Boolean getDateRequiredInd()
public void setDateRequiredInd(java.lang.Boolean dateRequiredInd)
dateRequiredInd
- public java.lang.Boolean getDurationRequiredInd()
public void setDurationRequiredInd(java.lang.Boolean durationRequiredInd)
durationRequiredInd
- public java.lang.Boolean getStockControlledInd()
public void setStockControlledInd(java.lang.Boolean stockControlledInd)
stockControlledInd
- public java.lang.Integer getMaximumOccupancy()
public void setMaximumOccupancy(java.lang.Integer maximumOccupancy)
maximumOccupancy
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |