Class UpdatePaxType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.UpdatePaxType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the current property.getNew()Gets the value of the new property.voidsetCurrent(PaxRefType value) Sets the value of the current property.voidsetNew(PaxRefType value) Sets the value of the new property.
-
Field Details
-
current
-
_new
-
-
Constructor Details
-
UpdatePaxType
public UpdatePaxType()
-
-
Method Details
-
getCurrent
Gets the value of the current property.- Returns:
- possible object is
PaxRefType
-
setCurrent
Sets the value of the current property.- Parameters:
value- allowed object isPaxRefType
-
getNew
Gets the value of the new property.- Returns:
- possible object is
PaxRefType
-
setNew
Sets the value of the new property.- Parameters:
value- allowed object isPaxRefType
-