Class ResChangeInfoType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.ResChangeInfoType
Reservation change information which describes new flight information as it relates to a changed reservation.
Java class for ResChangeInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResChangeInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaxSegment" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PaxSegmentRefType" minOccurs="0"/>
<element name="ResStatusCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paxSegment property.Gets the value of the resStatusCode property.voidsetPaxSegment(PaxSegmentRefType value) Sets the value of the paxSegment property.voidsetResStatusCode(String value) Sets the value of the resStatusCode property.
-
Field Details
-
paxSegment
-
resStatusCode
-
-
Constructor Details
-
ResChangeInfoType
public ResChangeInfoType()
-
-
Method Details
-
getPaxSegment
Gets the value of the paxSegment property.- Returns:
- possible object is
PaxSegmentRefType
-
setPaxSegment
Sets the value of the paxSegment property.- Parameters:
value- allowed object isPaxSegmentRefType
-
getResStatusCode
Gets the value of the resStatusCode property.- Returns:
- possible object is
String
-
setResStatusCode
Sets the value of the resStatusCode property.- Parameters:
value- allowed object isString
-