java.lang.Object
de.hybris.platform.ndc182facades.messages.ordercreaterequest.FOID

public class FOID extends Object
Form of identification. Typically used to identify that the passenger is who he says he is. This is the type of FOID as defined in AIRIMP (FF Number, Credit Card Number, etc.).

Java class for FOID complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FOID">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreditCardIssuerCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CreditCardVendorCodeType" minOccurs="0"/>
         <element name="FOIDID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}ID_Type"/>
         <element name="FOIDTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • creditCardIssuerCode

      protected String creditCardIssuerCode
    • foidid

      protected String foidid
    • foidTypeText

      protected String foidTypeText
  • Constructor Details

    • FOID

      public FOID()
  • Method Details

    • getCreditCardIssuerCode

      public String getCreditCardIssuerCode()
      Gets the value of the creditCardIssuerCode property.
      Returns:
      possible object is String
    • setCreditCardIssuerCode

      public void setCreditCardIssuerCode(String value)
      Sets the value of the creditCardIssuerCode property.
      Parameters:
      value - allowed object is String
    • getFOIDID

      public String getFOIDID()
      Gets the value of the foidid property.
      Returns:
      possible object is String
    • setFOIDID

      public void setFOIDID(String value)
      Sets the value of the foidid property.
      Parameters:
      value - allowed object is String
    • getFOIDTypeText

      public String getFOIDTypeText()
      Gets the value of the foidTypeText property.
      Returns:
      possible object is String
    • setFOIDTypeText

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