Class WeightAllowanceType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpriceresponse.WeightAllowanceType
Baggage weight allowance with application information.
Java class for WeightAllowanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeightAllowanceType">
<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_OfferPriceRS}TextType" minOccurs="0"/>
<element name="ApplicablePartyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" minOccurs="0"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" maxOccurs="99" minOccurs="0"/>
<element name="MaximumWeightMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}MeasureType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
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 descText property.Gets the value of the maximumWeightMeasure property.voidsetApplicableBagText(String value) Sets the value of the applicableBagText property.voidsetApplicablePartyText(String value) Sets the value of the applicablePartyText property.voidSets the value of the maximumWeightMeasure property.
-
Field Details
-
applicableBagText
-
applicablePartyText
-
descText
-
maximumWeightMeasure
-
-
Constructor Details
-
WeightAllowanceType
public WeightAllowanceType()
-
-
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
-
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 -
getMaximumWeightMeasure
Gets the value of the maximumWeightMeasure property.- Returns:
- possible object is
MeasureType
-
setMaximumWeightMeasure
Sets the value of the maximumWeightMeasure property.- Parameters:
value- allowed object isMeasureType
-