Class LoyaltyProgramAccountType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.LoyaltyProgramAccountType
An account set up for a customer within a rewards program which holds funds on behalf of that customer.
Java class for LoyaltyProgramAccountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyProgramAccountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
<element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CarrierType" minOccurs="0"/>
<element name="ProgramCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CodeType" minOccurs="0"/>
<element name="ProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NameType" minOccurs="0"/>
<element name="SignInID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CarrierTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountNumber property.Gets the value of the carrier property.Gets the value of the programCode property.Gets the value of the programName property.Gets the value of the signInID property.voidsetAccountNumber(String value) Sets the value of the accountNumber property.voidsetCarrier(CarrierType value) Sets the value of the carrier property.voidsetProgramCode(String value) Sets the value of the programCode property.voidsetProgramName(String value) Sets the value of the programName property.voidsetSignInID(String value) Sets the value of the signInID property.
-
Field Details
-
accountNumber
-
carrier
-
programCode
-
programName
-
signInID
-
-
Constructor Details
-
LoyaltyProgramAccountType
public LoyaltyProgramAccountType()
-
-
Method Details
-
getAccountNumber
Gets the value of the accountNumber property.- Returns:
- possible object is
String
-
setAccountNumber
Sets the value of the accountNumber property.- Parameters:
value- allowed object isString
-
getCarrier
Gets the value of the carrier property.- Returns:
- possible object is
CarrierType
-
setCarrier
Sets the value of the carrier property.- Parameters:
value- allowed object isCarrierType
-
getProgramCode
Gets the value of the programCode property.- Returns:
- possible object is
String
-
setProgramCode
Sets the value of the programCode property.- Parameters:
value- allowed object isString
-
getProgramName
Gets the value of the programName property.- Returns:
- possible object is
String
-
setProgramName
Sets the value of the programName property.- Parameters:
value- allowed object isString
-
getSignInID
Gets the value of the signInID property.- Returns:
- possible object is
String
-
setSignInID
Sets the value of the signInID property.- Parameters:
value- allowed object isString
-