Class RedressCaseType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.RedressCaseType
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_SeatAvailabilityRS}CountryType"/>
<element name="CountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}CountryCodeType"/>
<element name="ProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NameType" minOccurs="0"/>
<element name="RedressCaseID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}RedressID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CountryTypeprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the country property.Gets the value of the countryCode property.Gets the value of the programName property.Gets the value of the redressCaseID property.voidsetCountry(CountryType value) Sets the value of the country property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidsetProgramName(String value) Sets the value of the programName property.voidsetRedressCaseID(String value) Sets the value of the redressCaseID property.
-
Field Details
-
country
-
countryCode
-
programName
-
redressCaseID
-
-
Constructor Details
-
RedressCaseType
public RedressCaseType()
-
-
Method Details
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
CountryType
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountryType
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode 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
-
getRedressCaseID
Gets the value of the redressCaseID property.- Returns:
- possible object is
String
-
setRedressCaseID
Sets the value of the redressCaseID property.- Parameters:
value- allowed object isString
-