Class BaggageAllowanceType
Java class for BaggageAllowanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaggageAllowanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApplicableBagText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
<element name="ApplicablePartyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" minOccurs="0"/>
<element name="BaggageAllowanceID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}ID_Type"/>
<element name="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}BDCType" minOccurs="0"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType" maxOccurs="99" minOccurs="0"/>
<element name="DimensionAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}DimensionAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PieceAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}PieceAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RFISC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}RFISC_Type" minOccurs="0"/>
<element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}BaggageTypeCodeType"/>
<element name="WeightAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}WeightAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected BDCTypeprotected List<DimensionAllowanceType>protected List<PieceAllowanceType>protected Stringprotected BaggageTypeCodeContentTypeprotected List<WeightAllowanceType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicableBagText property.Gets the value of the applicablePartyText property.Gets the value of the baggageAllowanceID property.getBDC()Gets the value of the bdc property.Gets the value of the descText property.Gets the value of the dimensionAllowance property.Gets the value of the pieceAllowance property.getRFISC()Gets the value of the rfisc property.Gets the value of the typeCode property.Gets the value of the weightAllowance property.voidsetApplicableBagText(String value) Sets the value of the applicableBagText property.voidsetApplicablePartyText(String value) Sets the value of the applicablePartyText property.voidsetBaggageAllowanceID(String value) Sets the value of the baggageAllowanceID property.voidSets the value of the bdc property.voidSets the value of the rfisc property.voidSets the value of the typeCode property.
-
Field Details
-
applicableBagText
-
applicablePartyText
-
baggageAllowanceID
-
bdc
-
descText
-
dimensionAllowance
-
pieceAllowance
-
rfisc
-
typeCode
-
weightAllowance
-
-
Constructor Details
-
BaggageAllowanceType
public BaggageAllowanceType()
-
-
Method Details
-
getApplicableBagText
Gets the value of the applicableBagText property.- Returns:
- possible object is
String
-
setApplicableBagText
Sets the value of the applicableBagText property.- Parameters:
value- allowed object isString
-
getApplicablePartyText
Gets the value of the applicablePartyText property.- Returns:
- possible object is
String
-
setApplicablePartyText
Sets the value of the applicablePartyText property.- Parameters:
value- allowed object isString
-
getBaggageAllowanceID
Gets the value of the baggageAllowanceID property.- Returns:
- possible object is
String
-
setBaggageAllowanceID
Sets the value of the baggageAllowanceID property.- Parameters:
value- allowed object isString
-
getBDC
Gets the value of the bdc property.- Returns:
- possible object is
BDCType
-
setBDC
Sets the value of the bdc property.- Parameters:
value- allowed object isBDCType
-
getDescText
Gets the value of the descText 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 descText property.For example, to add a new item, do as follows:
getDescText().add(newItem);Objects of the following type(s) are allowed in the list
String -
getDimensionAllowance
Gets the value of the dimensionAllowance 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 dimensionAllowance property.For example, to add a new item, do as follows:
getDimensionAllowance().add(newItem);Objects of the following type(s) are allowed in the list
DimensionAllowanceType -
getPieceAllowance
Gets the value of the pieceAllowance 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 pieceAllowance property.For example, to add a new item, do as follows:
getPieceAllowance().add(newItem);Objects of the following type(s) are allowed in the list
PieceAllowanceType -
getRFISC
Gets the value of the rfisc property.- Returns:
- possible object is
String
-
setRFISC
Sets the value of the rfisc property.- Parameters:
value- allowed object isString
-
getTypeCode
Gets the value of the typeCode property.- Returns:
- possible object is
BaggageTypeCodeContentType
-
setTypeCode
Sets the value of the typeCode property.- Parameters:
value- allowed object isBaggageTypeCodeContentType
-
getWeightAllowance
Gets the value of the weightAllowance 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 weightAllowance property.For example, to add a new item, do as follows:
getWeightAllowance().add(newItem);Objects of the following type(s) are allowed in the list
WeightAllowanceType
-