java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.ConnectionCriteriaType

public class ConnectionCriteriaType extends Object
Transfer location specific filter criteria for shopping requests.

Java class for ConnectionCriteriaType complex type.

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

 <complexType name="ConnectionCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConnectionCriteriaID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ID_Type" minOccurs="0"/>
         <element name="ConnectionPricingInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}IndType" minOccurs="0"/>
         <element name="InterlineInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}IndType" minOccurs="0"/>
         <element name="MaximumConnectionQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}QtyType" minOccurs="0"/>
         <element name="MaximumConnectionTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TimeType" minOccurs="0"/>
         <element name="MinimumConnectionTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TimeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • connectionCriteriaID

      protected String connectionCriteriaID
    • connectionPricingInd

      protected Boolean connectionPricingInd
    • interlineInd

      protected Boolean interlineInd
    • maximumConnectionQty

      protected QtyType maximumConnectionQty
    • maximumConnectionTime

      protected XMLGregorianCalendar maximumConnectionTime
    • minimumConnectionTime

      protected XMLGregorianCalendar minimumConnectionTime
  • Constructor Details

    • ConnectionCriteriaType

      public ConnectionCriteriaType()
  • Method Details

    • getConnectionCriteriaID

      public String getConnectionCriteriaID()
      Gets the value of the connectionCriteriaID property.
      Returns:
      possible object is String
    • setConnectionCriteriaID

      public void setConnectionCriteriaID(String value)
      Sets the value of the connectionCriteriaID property.
      Parameters:
      value - allowed object is String
    • isConnectionPricingInd

      public Boolean isConnectionPricingInd()
      Gets the value of the connectionPricingInd property.
      Returns:
      possible object is Boolean
    • setConnectionPricingInd

      public void setConnectionPricingInd(Boolean value)
      Sets the value of the connectionPricingInd property.
      Parameters:
      value - allowed object is Boolean
    • isInterlineInd

      public Boolean isInterlineInd()
      Gets the value of the interlineInd property.
      Returns:
      possible object is Boolean
    • setInterlineInd

      public void setInterlineInd(Boolean value)
      Sets the value of the interlineInd property.
      Parameters:
      value - allowed object is Boolean
    • getMaximumConnectionQty

      public QtyType getMaximumConnectionQty()
      Gets the value of the maximumConnectionQty property.
      Returns:
      possible object is QtyType
    • setMaximumConnectionQty

      public void setMaximumConnectionQty(QtyType value)
      Sets the value of the maximumConnectionQty property.
      Parameters:
      value - allowed object is QtyType
    • getMaximumConnectionTime

      public XMLGregorianCalendar getMaximumConnectionTime()
      Gets the value of the maximumConnectionTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMaximumConnectionTime

      public void setMaximumConnectionTime(XMLGregorianCalendar value)
      Sets the value of the maximumConnectionTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getMinimumConnectionTime

      public XMLGregorianCalendar getMinimumConnectionTime()
      Gets the value of the minimumConnectionTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMinimumConnectionTime

      public void setMinimumConnectionTime(XMLGregorianCalendar value)
      Sets the value of the minimumConnectionTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar