Class RedressCaseType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.RedressCaseType
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="ProgramName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}NameType" minOccurs="0"/>
<element name="RedressCaseID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}RedressID_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the programName property.Gets the value of the redressCaseID property.voidsetProgramName(String value) Sets the value of the programName property.voidsetRedressCaseID(String value) Sets the value of the redressCaseID property.
-
Field Details
-
programName
-
redressCaseID
-
-
Constructor Details
-
RedressCaseType
public RedressCaseType()
-
-
Method Details
-
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
-