Class FOID
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.FOID
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_ServiceListRS}CreditCardVendorCodeType" minOccurs="0"/>
<element name="FOIDID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ID_Type"/>
<element name="FOIDTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creditCardIssuerCode property.Gets the value of the foidid property.Gets the value of the foidTypeText property.voidsetCreditCardIssuerCode(String value) Sets the value of the creditCardIssuerCode property.voidSets the value of the foidid property.voidsetFOIDTypeText(String value) Sets the value of the foidTypeText property.
-
Field Details
-
creditCardIssuerCode
-
foidid
-
foidTypeText
-
-
Constructor Details
-
FOID
public FOID()
-
-
Method Details
-
getCreditCardIssuerCode
Gets the value of the creditCardIssuerCode property.- Returns:
- possible object is
String
-
setCreditCardIssuerCode
Sets the value of the creditCardIssuerCode 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
-