Class FarePriceTypeType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.FarePriceTypeType
The type of fair price applied to a Fare Detail (e.g. filed amount, net amount, or a sell amount).
Java class for FarePriceTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FarePriceTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FarePriceTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodeType"/>
<element name="Price" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}PriceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the farePriceTypeCode property.getPrice()Gets the value of the price property.voidsetFarePriceTypeCode(String value) Sets the value of the farePriceTypeCode property.voidSets the value of the price property.
-
Field Details
-
farePriceTypeCode
-
price
-
-
Constructor Details
-
FarePriceTypeType
public FarePriceTypeType()
-
-
Method Details
-
getFarePriceTypeCode
Gets the value of the farePriceTypeCode property.- Returns:
- possible object is
String
-
setFarePriceTypeCode
Sets the value of the farePriceTypeCode property.- Parameters:
value- allowed object isString
-
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
-