Class BookingInstructionsType
Java class for BookingInstructionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BookingInstructionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MethodText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" minOccurs="0"/>
<element name="OtherServiceInfoText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SpecialService" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}SpecialServiceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="UpgradeMethodCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
<element name="UpgradeNewClassCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CabinTypeCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<SpecialServiceType>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the methodText property.Gets the value of the otherServiceInfoText property.Gets the value of the specialService property.Gets the value of the upgradeMethodCode property.Gets the value of the upgradeNewClassCode property.voidsetMethodText(String value) Sets the value of the methodText property.voidsetUpgradeMethodCode(String value) Sets the value of the upgradeMethodCode property.voidsetUpgradeNewClassCode(String value) Sets the value of the upgradeNewClassCode property.
-
Field Details
-
methodText
-
otherServiceInfoText
-
specialService
-
upgradeMethodCode
-
upgradeNewClassCode
-
-
Constructor Details
-
BookingInstructionsType
public BookingInstructionsType()
-
-
Method Details
-
getMethodText
Gets the value of the methodText property.- Returns:
- possible object is
String
-
setMethodText
Sets the value of the methodText property.- Parameters:
value- allowed object isString
-
getOtherServiceInfoText
Gets the value of the otherServiceInfoText 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 otherServiceInfoText property.For example, to add a new item, do as follows:
getOtherServiceInfoText().add(newItem);Objects of the following type(s) are allowed in the list
String -
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 -
getUpgradeMethodCode
Gets the value of the upgradeMethodCode property.- Returns:
- possible object is
String
-
setUpgradeMethodCode
Sets the value of the upgradeMethodCode property.- Parameters:
value- allowed object isString
-
getUpgradeNewClassCode
Gets the value of the upgradeNewClassCode property.- Returns:
- possible object is
String
-
setUpgradeNewClassCode
Sets the value of the upgradeNewClassCode property.- Parameters:
value- allowed object isString
-