Class RedressCaseType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.RedressCaseType

public class RedressCaseType extends Object
A persons case of being registered with a countrys 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_OrderSalesInformationNotifRQ}CountryType"/>
         <element name="ProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NameType" minOccurs="0"/>
         <element name="RedressCaseID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}RedressID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • country

      protected CountryType country
    • 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
    • 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