java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.UpdatePaxType

public class UpdatePaxType extends Object
Function to Add, Remove or Update the Passenger Details. Providing the New and Previous values together implies an Update.

Java class for UpdatePaxType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UpdatePaxType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Current" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PaxRefType" minOccurs="0"/>
         <element name="New" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PaxRefType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • UpdatePaxType

      public UpdatePaxType()
  • Method Details

    • getCurrent

      public PaxRefType getCurrent()
      Gets the value of the current property.
      Returns:
      possible object is PaxRefType
    • setCurrent

      public void setCurrent(PaxRefType value)
      Sets the value of the current property.
      Parameters:
      value - allowed object is PaxRefType
    • getNew

      public PaxRefType getNew()
      Gets the value of the new property.
      Returns:
      possible object is PaxRefType
    • setNew

      public void setNew(PaxRefType value)
      Sets the value of the new property.
      Parameters:
      value - allowed object is PaxRefType