Class PriceClassType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.PriceClassType
A price point within a particular Cabin Type (sometimes referred to as 'Fare Families').
Java class for PriceClassType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceClassType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
<element name="DisplayOrderText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
<element name="FareBasisAppText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
<element name="FareBasisCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ProperNameType"/>
<element name="PriceClassID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the displayOrderText property.Gets the value of the fareBasisAppText property.Gets the value of the fareBasisCode property.getName()Gets the value of the name property.Gets the value of the priceClassID property.voidSets the value of the code property.voidsetDisplayOrderText(String value) Sets the value of the displayOrderText property.voidsetFareBasisAppText(String value) Sets the value of the fareBasisAppText property.voidsetFareBasisCode(String value) Sets the value of the fareBasisCode property.voidSets the value of the name property.voidsetPriceClassID(String value) Sets the value of the priceClassID property.
-
Field Details
-
code
-
displayOrderText
-
fareBasisAppText
-
fareBasisCode
-
name
-
priceClassID
-
-
Constructor Details
-
PriceClassType
public PriceClassType()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getDisplayOrderText
Gets the value of the displayOrderText property.- Returns:
- possible object is
String
-
setDisplayOrderText
Sets the value of the displayOrderText property.- Parameters:
value- allowed object isString
-
getFareBasisAppText
Gets the value of the fareBasisAppText property.- Returns:
- possible object is
String
-
setFareBasisAppText
Sets the value of the fareBasisAppText property.- Parameters:
value- allowed object isString
-
getFareBasisCode
Gets the value of the fareBasisCode property.- Returns:
- possible object is
String
-
setFareBasisCode
Sets the value of the fareBasisCode property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPriceClassID
Gets the value of the priceClassID property.- Returns:
- possible object is
String
-
setPriceClassID
Sets the value of the priceClassID property.- Parameters:
value- allowed object isString
-