Class FOIDType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.FOIDType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creditCardVendorCode property.Gets the value of the foidid property.Gets the value of the foidTypeText property.voidsetCreditCardVendorCode(String value) Sets the value of the creditCardVendorCode property.voidSets the value of the foidid property.voidsetFOIDTypeText(String value) Sets the value of the foidTypeText property.
-
Field Details
-
creditCardVendorCode
-
foidid
-
foidTypeText
-
-
Constructor Details
-
FOIDType
public FOIDType()
-
-
Method Details
-
getCreditCardVendorCode
Gets the value of the creditCardVendorCode property.- Returns:
- possible object is
String
-
setCreditCardVendorCode
Sets the value of the creditCardVendorCode property.- Parameters:
value- allowed object isString
-
getFOIDID
Gets the value of the foidid property.- Returns:
- possible object is
String
-
setFOIDID
Sets the value of the foidid property.- Parameters:
value- allowed object isString
-
getFOIDTypeText
Gets the value of the foidTypeText property.- Returns:
- possible object is
String
-
setFOIDTypeText
Sets the value of the foidTypeText property.- Parameters:
value- allowed object isString
-