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_ServiceListRS}BDCType" minOccurs="0"/>
<element name="CurParameter" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CurParameterType" maxOccurs="unbounded" minOccurs="0"/>
<element name="InventoryGuaranteeInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}IndType" minOccurs="0"/>
<element name="LangUsage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}LangUsageType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MarketingMessage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}DescType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MeasurementSystemCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}MeasurementSystemCodeType" minOccurs="0"/>
<element name="PaxGroup" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}PaxGroupType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BDCTypeprotected List<CurParameterType>protected Booleanprotected List<LangUsageType>protected MeasurementSystemCodeTypeprotected PaxGroupType -
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 marketingMessage property.Gets the value of the measurementSystemCode property.Gets the value of the paxGroup 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.voidSets the value of the measurementSystemCode property.voidsetPaxGroup(PaxGroupType value) Sets the value of the paxGroup property.
-
Field Details
-
bdc
-
curParameter
-
inventoryGuaranteeInd
-
langUsage
-
marketingMessage
-
measurementSystemCode
-
paxGroup
-
-
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 -
getMarketingMessage
Gets the value of the marketingMessage 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 marketingMessage property.For example, to add a new item, do as follows:
getMarketingMessage().add(newItem);Objects of the following type(s) are allowed in the list
DescType -
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
-
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
-