Class LoyaltyProgramAccountType

java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.LoyaltyProgramAccountType

public class LoyaltyProgramAccountType extends Object
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_OrderChangeRQ}CodeType" minOccurs="0"/>
         <element name="Alliance" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AllianceType" minOccurs="0"/>
         <element name="Carrier" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CarrierType" minOccurs="0"/>
         <element name="LoyaltyProgram" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}LoyaltyProgramType"/>
         <element name="ProgramCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodeType" minOccurs="0"/>
         <element name="ProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}NameType" minOccurs="0"/>
         <element name="ProviderName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}ProperNameType" minOccurs="0"/>
         <element name="SignInID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="TierCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodeType" minOccurs="0"/>
         <element name="TierName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="TierPriorityText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
         <element name="URL" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}UniformResourceID_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accountNumber

      protected String accountNumber
    • alliance

      protected AllianceType alliance
    • carrier

      protected CarrierType carrier
    • loyaltyProgram

      protected LoyaltyProgramType loyaltyProgram
    • programCode

      protected String programCode
    • programName

      protected String programName
    • providerName

      protected String providerName
    • signInID

      protected String signInID
    • tierCode

      protected String tierCode
    • tierName

      protected String tierName
    • tierPriorityText

      protected String tierPriorityText
    • url

      protected String url
  • Constructor Details

    • LoyaltyProgramAccountType

      public LoyaltyProgramAccountType()
  • Method Details

    • getAccountNumber

      public String getAccountNumber()
      Gets the value of the accountNumber property.
      Returns:
      possible object is String
    • setAccountNumber

      public void setAccountNumber(String value)
      Sets the value of the accountNumber property.
      Parameters:
      value - allowed object is String
    • getAlliance

      public AllianceType getAlliance()
      Gets the value of the alliance property.
      Returns:
      possible object is AllianceType
    • setAlliance

      public void setAlliance(AllianceType value)
      Sets the value of the alliance property.
      Parameters:
      value - allowed object is AllianceType
    • getCarrier

      public CarrierType getCarrier()
      Gets the value of the carrier property.
      Returns:
      possible object is CarrierType
    • setCarrier

      public void setCarrier(CarrierType value)
      Sets the value of the carrier property.
      Parameters:
      value - allowed object is CarrierType
    • getLoyaltyProgram

      public LoyaltyProgramType getLoyaltyProgram()
      Gets the value of the loyaltyProgram property.
      Returns:
      possible object is LoyaltyProgramType
    • setLoyaltyProgram

      public void setLoyaltyProgram(LoyaltyProgramType value)
      Sets the value of the loyaltyProgram property.
      Parameters:
      value - allowed object is LoyaltyProgramType
    • getProgramCode

      public String getProgramCode()
      Gets the value of the programCode property.
      Returns:
      possible object is String
    • setProgramCode

      public void setProgramCode(String value)
      Sets the value of the programCode property.
      Parameters:
      value - allowed object is String
    • getProgramName

      public String getProgramName()
      Gets the value of the programName property.
      Returns:
      possible object is String
    • setProgramName

      public void setProgramName(String value)
      Sets the value of the programName property.
      Parameters:
      value - allowed object is String
    • getProviderName

      public String getProviderName()
      Gets the value of the providerName property.
      Returns:
      possible object is String
    • setProviderName

      public void setProviderName(String value)
      Sets the value of the providerName property.
      Parameters:
      value - allowed object is String
    • getSignInID

      public String getSignInID()
      Gets the value of the signInID property.
      Returns:
      possible object is String
    • setSignInID

      public void setSignInID(String value)
      Sets the value of the signInID property.
      Parameters:
      value - allowed object is String
    • getTierCode

      public String getTierCode()
      Gets the value of the tierCode property.
      Returns:
      possible object is String
    • setTierCode

      public void setTierCode(String value)
      Sets the value of the tierCode property.
      Parameters:
      value - allowed object is String
    • getTierName

      public String getTierName()
      Gets the value of the tierName property.
      Returns:
      possible object is String
    • setTierName

      public void setTierName(String value)
      Sets the value of the tierName property.
      Parameters:
      value - allowed object is String
    • getTierPriorityText

      public String getTierPriorityText()
      Gets the value of the tierPriorityText property.
      Returns:
      possible object is String
    • setTierPriorityText

      public void setTierPriorityText(String value)
      Sets the value of the tierPriorityText property.
      Parameters:
      value - allowed object is String
    • getURL

      public String getURL()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setURL

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