java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.FOIDType

public class FOIDType 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_Type complex type.

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

 <complexType name="FOID_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreditCardVendorCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CreditCardVendorCodeType" minOccurs="0"/>
         <element name="FOID_ID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ID_Type"/>
         <element name="FOID_TypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • creditCardVendorCode

      protected String creditCardVendorCode
    • foidid

      protected String foidid
    • foidTypeText

      protected String foidTypeText
  • Constructor Details

    • FOIDType

      public FOIDType()
  • Method Details

    • getCreditCardVendorCode

      public String getCreditCardVendorCode()
      Gets the value of the creditCardVendorCode property.
      Returns:
      possible object is String
    • setCreditCardVendorCode

      public void setCreditCardVendorCode(String value)
      Sets the value of the creditCardVendorCode 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