Class PriceClassType
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="CabinType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CabinTypeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Code" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
<element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DescType" maxOccurs="unbounded" minOccurs="0"/>
<element name="DisplayOrderText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
<element name="FareBasisAppText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
<element name="FareBasisCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
<element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ProperNameType"/>
<element name="PriceClassID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cabinType property.getCode()Gets the value of the code property.getDesc()Gets the value of the desc 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
-
cabinType
-
code
-
desc
-
displayOrderText
-
fareBasisAppText
-
fareBasisCode
-
name
-
priceClassID
-
-
Constructor Details
-
PriceClassType
public PriceClassType()
-
-
Method Details
-
getCabinType
Gets the value of the cabinType 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 cabinType property.For example, to add a new item, do as follows:
getCabinType().add(newItem);Objects of the following type(s) are allowed in the list
CabinTypeType -
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
-
getDesc
Gets the value of the desc 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 desc property.For example, to add a new item, do as follows:
getDesc().add(newItem);Objects of the following type(s) are allowed in the list
DescType -
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
-