Class PieceAllowanceType
Java class for PieceAllowanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PieceAllowanceType">
<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_AirShoppingRS}TextType" minOccurs="0"/>
<element name="ApplicablePartyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType"/>
<element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" maxOccurs="99" minOccurs="0"/>
<element name="PieceDimensionAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}DimensionAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PieceWeightAllowance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}WeightAllowanceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}QtyType"/>
<element name="TypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<DimensionAllowanceType>protected List<WeightAllowanceType>protected QtyTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applicableBagText property.Gets the value of the applicablePartyText property.getDesc()Gets the value of the desc property.Gets the value of the pieceDimensionAllowance property.Gets the value of the pieceWeightAllowance property.Gets the value of the totalQty property.Gets the value of the typeText property.voidsetApplicableBagText(String value) Sets the value of the applicableBagText property.voidsetApplicablePartyText(String value) Sets the value of the applicablePartyText property.voidsetTotalQty(QtyType value) Sets the value of the totalQty property.voidsetTypeText(String value) Sets the value of the typeText property.
-
Field Details
-
applicableBagText
-
applicablePartyText
-
desc
-
pieceDimensionAllowance
-
pieceWeightAllowance
-
totalQty
-
typeText
-
-
Constructor Details
-
PieceAllowanceType
public PieceAllowanceType()
-
-
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
-
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
String -
getPieceDimensionAllowance
Gets the value of the pieceDimensionAllowance 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 pieceDimensionAllowance property.For example, to add a new item, do as follows:
getPieceDimensionAllowance().add(newItem);Objects of the following type(s) are allowed in the list
DimensionAllowanceType -
getPieceWeightAllowance
Gets the value of the pieceWeightAllowance 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 pieceWeightAllowance property.For example, to add a new item, do as follows:
getPieceWeightAllowance().add(newItem);Objects of the following type(s) are allowed in the list
WeightAllowanceType -
getTotalQty
Gets the value of the totalQty property.- Returns:
- possible object is
QtyType
-
setTotalQty
Sets the value of the totalQty property.- Parameters:
value- allowed object isQtyType
-
getTypeText
Gets the value of the typeText property.- Returns:
- possible object is
String
-
setTypeText
Sets the value of the typeText property.- Parameters:
value- allowed object isString
-