Class OrderInstructionType
Java class for OrderInstructionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderInstructionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="CabinTypeUpgrade" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CabinTypeType" maxOccurs="unbounded"/>
<element name="Commission" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CommissionType"/>
<element name="SpecialService" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}SpecialServiceType" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CabinTypeType>protected CommissionTypeprotected List<SpecialServiceType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cabinTypeUpgrade property.Gets the value of the commission property.Gets the value of the specialService property.voidsetCommission(CommissionType value) Sets the value of the commission property.
-
Field Details
-
cabinTypeUpgrade
-
commission
-
specialService
-
-
Constructor Details
-
OrderInstructionType
public OrderInstructionType()
-
-
Method Details
-
getCabinTypeUpgrade
Gets the value of the cabinTypeUpgrade 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 cabinTypeUpgrade property.For example, to add a new item, do as follows:
getCabinTypeUpgrade().add(newItem);Objects of the following type(s) are allowed in the list
CabinTypeType -
getCommission
Gets the value of the commission property.- Returns:
- possible object is
CommissionType
-
setCommission
Sets the value of the commission property.- Parameters:
value- allowed object isCommissionType
-
getSpecialService
Gets the value of the specialService 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 specialService property.For example, to add a new item, do as follows:
getSpecialService().add(newItem);Objects of the following type(s) are allowed in the list
SpecialServiceType
-