Class CalendarDateCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.CalendarDateCriteriaType
Requests the airline to additionally include a preview of the Offer price for the same Shopping Criteria for the specified date range.
Java class for CalendarDateCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CalendarDateCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DaysAfterNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NumberType" minOccurs="0"/>
<element name="DaysBeforeNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the daysAfterNumber property.Gets the value of the daysBeforeNumber property.voidsetDaysAfterNumber(BigDecimal value) Sets the value of the daysAfterNumber property.voidsetDaysBeforeNumber(BigDecimal value) Sets the value of the daysBeforeNumber property.
-
Field Details
-
daysAfterNumber
-
daysBeforeNumber
-
-
Constructor Details
-
CalendarDateCriteriaType
public CalendarDateCriteriaType()
-
-
Method Details
-
getDaysAfterNumber
Gets the value of the daysAfterNumber property.- Returns:
- possible object is
BigDecimal
-
setDaysAfterNumber
Sets the value of the daysAfterNumber property.- Parameters:
value- allowed object isBigDecimal
-
getDaysBeforeNumber
Gets the value of the daysBeforeNumber property.- Returns:
- possible object is
BigDecimal
-
setDaysBeforeNumber
Sets the value of the daysBeforeNumber property.- Parameters:
value- allowed object isBigDecimal
-