java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityrequest.IndividualType

public class IndividualType extends Object
A single human being as distinct from a group, class, or family.

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="Birthdate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}DateType" minOccurs="0"/>
         <element name="BirthplaceText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TextType" minOccurs="0"/>
         <element name="GenderCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}GenderCodeType" minOccurs="0"/>
         <element name="GivenName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ProperNameType" maxOccurs="5" minOccurs="0"/>
         <element name="IndividualID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ID_Type" minOccurs="0"/>
         <element name="MiddleName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ProperNameType" maxOccurs="3" minOccurs="0"/>
         <element name="SuffixName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}SupplementNameType" minOccurs="0"/>
         <element name="Surname" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}ProperNameType" minOccurs="0"/>
         <element name="TitleName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}SupplementNameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IndividualType

      public IndividualType()
  • Method Details

    • getBirthdate

      public XMLGregorianCalendar getBirthdate()
      Gets the value of the birthdate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setBirthdate

      public void setBirthdate(XMLGregorianCalendar value)
      Sets the value of the birthdate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getBirthplaceText

      public String getBirthplaceText()
      Gets the value of the birthplaceText property.
      Returns:
      possible object is String
    • setBirthplaceText

      public void setBirthplaceText(String value)
      Sets the value of the birthplaceText property.
      Parameters:
      value - allowed object is String
    • getGenderCode

      public GenderCodeContentType getGenderCode()
      Gets the value of the genderCode property.
      Returns:
      possible object is GenderCodeContentType
    • setGenderCode

      public void setGenderCode(GenderCodeContentType value)
      Sets the value of the genderCode property.
      Parameters:
      value - allowed object is GenderCodeContentType
    • getGivenName

      public List<String> 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 set method 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

      public String getIndividualID()
      Gets the value of the individualID property.
      Returns:
      possible object is String
    • setIndividualID

      public void setIndividualID(String value)
      Sets the value of the individualID property.
      Parameters:
      value - allowed object is String
    • getMiddleName

      public List<String> 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 set method 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

    • getSuffixName

      public String getSuffixName()
      Gets the value of the suffixName property.
      Returns:
      possible object is String
    • setSuffixName

      public void setSuffixName(String value)
      Sets the value of the suffixName property.
      Parameters:
      value - allowed object is String
    • getSurname

      public String getSurname()
      Gets the value of the surname property.
      Returns:
      possible object is String
    • setSurname

      public void setSurname(String value)
      Sets the value of the surname property.
      Parameters:
      value - allowed object is String
    • getTitleName

      public String getTitleName()
      Gets the value of the titleName property.
      Returns:
      possible object is String
    • setTitleName

      public void setTitleName(String value)
      Sets the value of the titleName property.
      Parameters:
      value - allowed object is String