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="BDC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}BDCType" minOccurs="0"/>
<element name="CurParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}CurParameterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="InventoryGuaranteeInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
<element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}LangUsageType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MeasurementSystemCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PaxGroupType" minOccurs="0"/>
<element name="PricingParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}PricingParameterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BDCTypeprotected List<CurParameterType>protected Booleanprotected List<LangUsageType>protected Stringprotected PaxGroupTypeprotected PricingParameterType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBDC()Gets the value of the bdc property.Gets 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 paxGroup property.Gets the value of the pricingParameter property.Gets the value of the inventoryGuaranteeInd property.voidSets the value of the bdc property.voidsetInventoryGuaranteeInd(Boolean value) Sets the value of the inventoryGuaranteeInd property.voidsetMeasurementSystemCode(String value) Sets the value of the measurementSystemCode property.voidsetPaxGroup(PaxGroupType value) Sets the value of the paxGroup property.voidSets the value of the pricingParameter property.
-
Field Details
-
bdc
-
curParameter
-
inventoryGuaranteeInd
-
langUsage
-
measurementSystemCode
-
paxGroup
-
pricingParameter
-
-
Constructor Details
-
ResponseParametersType
public ResponseParametersType()
-
-
Method Details
-
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
-
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 -
isInventoryGuaranteeInd
Gets the value of the inventoryGuaranteeInd property.- Returns:
- possible object is
Boolean
-
setInventoryGuaranteeInd
Sets the value of the inventoryGuaranteeInd property.- Parameters:
value- allowed object isBoolean
-
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
String
-
setMeasurementSystemCode
Sets the value of the measurementSystemCode property.- Parameters:
value- allowed object isString
-
getPaxGroup
Gets the value of the paxGroup property.- Returns:
- possible object is
PaxGroupType
-
setPaxGroup
Sets the value of the paxGroup property.- Parameters:
value- allowed object isPaxGroupType
-
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
-