java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.RedressCaseType

public class RedressCaseType extends Object
A person’s case of being registered with a country’s redress program, which can eliminate watch list misidentification and assist in identity verification.

Java class for RedressCaseType complex type.

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

 <complexType name="RedressCaseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CountryType"/>
         <element name="CountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CountryCodeType"/>
         <element name="ProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}NameType" minOccurs="0"/>
         <element name="RedressCaseID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}RedressID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • country

      protected CountryType country
    • countryCode

      protected String countryCode
    • programName

      protected String programName
    • redressCaseID

      protected String redressCaseID
  • Constructor Details

    • RedressCaseType

      public RedressCaseType()
  • Method Details

    • getCountry

      public CountryType getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryType
    • setCountry

      public void setCountry(CountryType value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryType
    • getCountryCode

      public String getCountryCode()
      Gets the value of the countryCode property.
      Returns:
      possible object is String
    • setCountryCode

      public void setCountryCode(String value)
      Sets the value of the countryCode 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
    • getRedressCaseID

      public String getRedressCaseID()
      Gets the value of the redressCaseID property.
      Returns:
      possible object is String
    • setRedressCaseID

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