Class PriceCalendarDateType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingresponse.PriceCalendarDateType
Price Calendar Date
Java class for PriceCalendarDateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceCalendarDateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Date" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}DateType"/>
<element name="OriginDestRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Gets the value of the date property.Gets the value of the originDestRefID property.voidsetDate(XMLGregorianCalendar value) Sets the value of the date property.voidsetOriginDestRefID(String value) Sets the value of the originDestRefID property.
-
Field Details
-
date
-
originDestRefID
-
-
Constructor Details
-
PriceCalendarDateType
public PriceCalendarDateType()
-
-
Method Details
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getOriginDestRefID
Gets the value of the originDestRefID property.- Returns:
- possible object is
String
-
setOriginDestRefID
Sets the value of the originDestRefID property.- Parameters:
value- allowed object isString
-