Class PTCOfferParametersType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityresponse.PTCOfferParametersType
Passenger Type summary information for an offer.
Java class for PTC_OfferParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PTC_OfferParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PricedPaxNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NumberType" minOccurs="0"/>
<element name="PTC_PricedCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}IATAPTC_CodeType" minOccurs="0"/>
<element name="PTC_RequestedCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}IATAPTC_CodeType" minOccurs="0"/>
<element name="RequestedPaxNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pricedPaxNumber property.Gets the value of the ptcPricedCode property.Gets the value of the ptcRequestedCode property.Gets the value of the requestedPaxNumber property.voidsetPricedPaxNumber(BigDecimal value) Sets the value of the pricedPaxNumber property.voidsetPTCPricedCode(String value) Sets the value of the ptcPricedCode property.voidsetPTCRequestedCode(String value) Sets the value of the ptcRequestedCode property.voidsetRequestedPaxNumber(BigDecimal value) Sets the value of the requestedPaxNumber property.
-
Field Details
-
pricedPaxNumber
-
ptcPricedCode
-
ptcRequestedCode
-
requestedPaxNumber
-
-
Constructor Details
-
PTCOfferParametersType
public PTCOfferParametersType()
-
-
Method Details
-
getPricedPaxNumber
Gets the value of the pricedPaxNumber property.- Returns:
- possible object is
BigDecimal
-
setPricedPaxNumber
Sets the value of the pricedPaxNumber property.- Parameters:
value- allowed object isBigDecimal
-
getPTCPricedCode
Gets the value of the ptcPricedCode property.- Returns:
- possible object is
String
-
setPTCPricedCode
Sets the value of the ptcPricedCode property.- Parameters:
value- allowed object isString
-
getPTCRequestedCode
Gets the value of the ptcRequestedCode property.- Returns:
- possible object is
String
-
setPTCRequestedCode
Sets the value of the ptcRequestedCode property.- Parameters:
value- allowed object isString
-
getRequestedPaxNumber
Gets the value of the requestedPaxNumber property.- Returns:
- possible object is
BigDecimal
-
setRequestedPaxNumber
Sets the value of the requestedPaxNumber property.- Parameters:
value- allowed object isBigDecimal
-