Class PaxType
Java class for PaxType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContactInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ContactInfoType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FOID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}FOID" minOccurs="0"/>
<element name="IdentityDoc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}IdentityDocType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Individual" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}IndividualType" minOccurs="0"/>
<element name="LoyaltyProgramAccount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}LoyaltyProgramAccountType" maxOccurs="unbounded" minOccurs="0"/>
<element name="PaxID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type"/>
<element name="ProfileIDText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TextType" minOccurs="0"/>
<element name="Remark" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}RemarkType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ContactInfoType>protected FOIDprotected List<IdentityDocType>protected IndividualTypeprotected List<LoyaltyProgramAccountType>protected Stringprotected Stringprotected List<RemarkType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contactInfo property.getFOID()Gets the value of the foid property.Gets the value of the identityDoc property.Gets the value of the individual property.Gets the value of the loyaltyProgramAccount property.getPaxID()Gets the value of the paxID property.Gets the value of the profileIDText property.Gets the value of the remark property.voidSets the value of the foid property.voidsetIndividual(IndividualType value) Sets the value of the individual property.voidSets the value of the paxID property.voidsetProfileIDText(String value) Sets the value of the profileIDText property.
-
Field Details
-
contactInfo
-
foid
-
identityDoc
-
individual
-
loyaltyProgramAccount
-
paxID
-
profileIDText
-
remark
-
-
Constructor Details
-
PaxType
public PaxType()
-
-
Method Details
-
getContactInfo
Gets the value of the contactInfo 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 contactInfo property.For example, to add a new item, do as follows:
getContactInfo().add(newItem);Objects of the following type(s) are allowed in the list
ContactInfoType -
getFOID
Gets the value of the foid property.- Returns:
- possible object is
FOID
-
setFOID
Sets the value of the foid property.- Parameters:
value- allowed object isFOID
-
getIdentityDoc
Gets the value of the identityDoc 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 identityDoc property.For example, to add a new item, do as follows:
getIdentityDoc().add(newItem);Objects of the following type(s) are allowed in the list
IdentityDocType -
getIndividual
Gets the value of the individual property.- Returns:
- possible object is
IndividualType
-
setIndividual
Sets the value of the individual property.- Parameters:
value- allowed object isIndividualType
-
getLoyaltyProgramAccount
Gets the value of the loyaltyProgramAccount 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 loyaltyProgramAccount property.For example, to add a new item, do as follows:
getLoyaltyProgramAccount().add(newItem);Objects of the following type(s) are allowed in the list
LoyaltyProgramAccountType -
getPaxID
Gets the value of the paxID property.- Returns:
- possible object is
String
-
setPaxID
Sets the value of the paxID property.- Parameters:
value- allowed object isString
-
getProfileIDText
Gets the value of the profileIDText property.- Returns:
- possible object is
String
-
setProfileIDText
Sets the value of the profileIDText property.- Parameters:
value- allowed object isString
-
getRemark
Gets the value of the remark 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 remark property.For example, to add a new item, do as follows:
getRemark().add(newItem);Objects of the following type(s) are allowed in the list
RemarkType
-