Class IndividualType
Java class for IndividualType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GivenName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ProperNameType" maxOccurs="5" minOccurs="0"/>
<element name="IndividualID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
<element name="MiddleName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ProperNameType" maxOccurs="3" minOccurs="0"/>
<element name="Surname" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ProperNameType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the givenName property.Gets the value of the individualID property.Gets the value of the middleName property.Gets the value of the surname property.voidsetIndividualID(String value) Sets the value of the individualID property.voidsetSurname(String value) Sets the value of the surname property.
-
Field Details
-
givenName
-
individualID
-
middleName
-
surname
-
-
Constructor Details
-
IndividualType
public IndividualType()
-
-
Method Details
-
getGivenName
Gets the value of the givenName 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 givenName property.For example, to add a new item, do as follows:
getGivenName().add(newItem);Objects of the following type(s) are allowed in the list
String -
getIndividualID
Gets the value of the individualID property.- Returns:
- possible object is
String
-
setIndividualID
Sets the value of the individualID property.- Parameters:
value- allowed object isString
-
getMiddleName
Gets the value of the middleName 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 middleName property.For example, to add a new item, do as follows:
getMiddleName().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSurname
Gets the value of the surname property.- Returns:
- possible object is
String
-
setSurname
Sets the value of the surname property.- Parameters:
value- allowed object isString
-