Class ResponseParametersType
Java class for ResponseParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CurParameterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}LangUsageType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MeasurementSystemCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}MeasurementSystemCodeType" minOccurs="0"/>
<element name="PricingParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}PricingParameterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CurParameterType>protected List<LangUsageType>protected MeasurementSystemCodeTypeprotected PricingParameterType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the curParameter property.Gets the value of the langUsage property.Gets the value of the measurementSystemCode property.Gets the value of the pricingParameter property.voidSets the value of the measurementSystemCode property.voidSets the value of the pricingParameter property.
-
Field Details
-
curParameter
-
langUsage
-
measurementSystemCode
-
pricingParameter
-
-
Constructor Details
-
ResponseParametersType
public ResponseParametersType()
-
-
Method Details
-
getCurParameter
Gets the value of the curParameter 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 curParameter property.For example, to add a new item, do as follows:
getCurParameter().add(newItem);Objects of the following type(s) are allowed in the list
CurParameterType -
getLangUsage
Gets the value of the langUsage 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 langUsage property.For example, to add a new item, do as follows:
getLangUsage().add(newItem);Objects of the following type(s) are allowed in the list
LangUsageType -
getMeasurementSystemCode
Gets the value of the measurementSystemCode property.- Returns:
- possible object is
MeasurementSystemCodeType
-
setMeasurementSystemCode
Sets the value of the measurementSystemCode property.- Parameters:
value- allowed object isMeasurementSystemCodeType
-
getPricingParameter
Gets the value of the pricingParameter property.- Returns:
- possible object is
PricingParameterType
-
setPricingParameter
Sets the value of the pricingParameter property.- Parameters:
value- allowed object isPricingParameterType
-