Class FlightItemType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.FlightItemType
Flight service information used for long sells.
Java class for FlightItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlightItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FareDetail" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}FareDetailType" minOccurs="0"/>
<element name="OriginDestRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" maxOccurs="unbounded"/>
<element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PriceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fareDetail property.Gets the value of the originDestRefID property.getPrice()Gets the value of the price property.voidsetFareDetail(FareDetailType value) Sets the value of the fareDetail property.voidSets the value of the price property.
-
Field Details
-
fareDetail
-
originDestRefID
-
price
-
-
Constructor Details
-
FlightItemType
public FlightItemType()
-
-
Method Details
-
getFareDetail
Gets the value of the fareDetail property.- Returns:
- possible object is
FareDetailType
-
setFareDetail
Sets the value of the fareDetail property.- Parameters:
value- allowed object isFareDetailType
-
getOriginDestRefID
Gets the value of the originDestRefID 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 originDestRefID property.For example, to add a new item, do as follows:
getOriginDestRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPrice
Gets the value of the price property.- Returns:
- possible object is
PriceType
-
setPrice
Sets the value of the price property.- Parameters:
value- allowed object isPriceType
-