java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingresponse.PTCOfferParametersType

public class PTCOfferParametersType extends Object
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_AirShoppingRS}NumberType" minOccurs="0"/>
         <element name="PTC_PricedCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}IATAPTC_CodeType" minOccurs="0"/>
         <element name="PTC_RequestedCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}IATAPTC_CodeType" minOccurs="0"/>
         <element name="RequestedPaxNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • pricedPaxNumber

      protected BigDecimal pricedPaxNumber
    • ptcPricedCode

      protected String ptcPricedCode
    • ptcRequestedCode

      protected String ptcRequestedCode
    • requestedPaxNumber

      protected BigDecimal requestedPaxNumber
  • Constructor Details

    • PTCOfferParametersType

      public PTCOfferParametersType()
  • Method Details

    • getPricedPaxNumber

      public BigDecimal getPricedPaxNumber()
      Gets the value of the pricedPaxNumber property.
      Returns:
      possible object is BigDecimal
    • setPricedPaxNumber

      public void setPricedPaxNumber(BigDecimal value)
      Sets the value of the pricedPaxNumber property.
      Parameters:
      value - allowed object is BigDecimal
    • getPTCPricedCode

      public String getPTCPricedCode()
      Gets the value of the ptcPricedCode property.
      Returns:
      possible object is String
    • setPTCPricedCode

      public void setPTCPricedCode(String value)
      Sets the value of the ptcPricedCode property.
      Parameters:
      value - allowed object is String
    • getPTCRequestedCode

      public String getPTCRequestedCode()
      Gets the value of the ptcRequestedCode property.
      Returns:
      possible object is String
    • setPTCRequestedCode

      public void setPTCRequestedCode(String value)
      Sets the value of the ptcRequestedCode property.
      Parameters:
      value - allowed object is String
    • getRequestedPaxNumber

      public BigDecimal getRequestedPaxNumber()
      Gets the value of the requestedPaxNumber property.
      Returns:
      possible object is BigDecimal
    • setRequestedPaxNumber

      public void setRequestedPaxNumber(BigDecimal value)
      Sets the value of the requestedPaxNumber property.
      Parameters:
      value - allowed object is BigDecimal