Class StayPeriodType
Java class for StayPeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StayPeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EndDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DateType" minOccurs="0"/>
<element name="MaximumStayNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NumberType" minOccurs="0"/>
<element name="MinimumStayNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NumberType" minOccurs="0"/>
<element name="StartDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DateType" minOccurs="0"/>
<element name="StayMonthName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}NameType" maxOccurs="12" minOccurs="0"/>
<element name="StayQuarterText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" maxOccurs="4" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected BigDecimalprotected BigDecimalprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the endDate property.Gets the value of the maximumStayNumber property.Gets the value of the minimumStayNumber property.Gets the value of the startDate property.Gets the value of the stayMonthName property.Gets the value of the stayQuarterText property.voidsetEndDate(XMLGregorianCalendar value) Sets the value of the endDate property.voidsetMaximumStayNumber(BigDecimal value) Sets the value of the maximumStayNumber property.voidsetMinimumStayNumber(BigDecimal value) Sets the value of the minimumStayNumber property.voidsetStartDate(XMLGregorianCalendar value) Sets the value of the startDate property.
-
Field Details
-
endDate
-
maximumStayNumber
-
minimumStayNumber
-
startDate
-
stayMonthName
-
stayQuarterText
-
-
Constructor Details
-
StayPeriodType
public StayPeriodType()
-
-
Method Details
-
getEndDate
Gets the value of the endDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEndDate
Sets the value of the endDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMaximumStayNumber
Gets the value of the maximumStayNumber property.- Returns:
- possible object is
BigDecimal
-
setMaximumStayNumber
Sets the value of the maximumStayNumber property.- Parameters:
value- allowed object isBigDecimal
-
getMinimumStayNumber
Gets the value of the minimumStayNumber property.- Returns:
- possible object is
BigDecimal
-
setMinimumStayNumber
Sets the value of the minimumStayNumber property.- Parameters:
value- allowed object isBigDecimal
-
getStartDate
Gets the value of the startDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartDate
Sets the value of the startDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getStayMonthName
Gets the value of the stayMonthName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the stayMonthName property.For example, to add a new item, do as follows:
getStayMonthName().add(newItem);Objects of the following type(s) are allowed in the list
String -
getStayQuarterText
Gets the value of the stayQuarterText property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the stayQuarterText property.For example, to add a new item, do as follows:
getStayQuarterText().add(newItem);Objects of the following type(s) are allowed in the list
String
-