java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.ResChangeInfoType

public class ResChangeInfoType extends Object
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 Details

  • Constructor Details

    • ResChangeInfoType

      public ResChangeInfoType()
  • Method Details

    • getPaxSegment

      public PaxSegmentRefType getPaxSegment()
      Gets the value of the paxSegment property.
      Returns:
      possible object is PaxSegmentRefType
    • setPaxSegment

      public void setPaxSegment(PaxSegmentRefType value)
      Sets the value of the paxSegment property.
      Parameters:
      value - allowed object is PaxSegmentRefType
    • getResStatusCode

      public String getResStatusCode()
      Gets the value of the resStatusCode property.
      Returns:
      possible object is String
    • setResStatusCode

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