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

public class ConnectionCriteriaType extends Object
Customer's requested connection information.

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="ConnectionPRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}ID_Type"/>
         <element name="ConnectionPricingInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="InterlineInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}IndType" minOccurs="0"/>
         <element name="MaximumConnectionQty" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}QtyType" minOccurs="0"/>
         <element name="MaximumConnectionTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TimeType" minOccurs="0"/>
         <element name="MinimumConnectionTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TimeType" minOccurs="0"/>
         <element name="StationCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}StationCriteriaType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ConnectionCriteriaType

      public ConnectionCriteriaType()
  • Method Details

    • getConnectionPRefID

      public String getConnectionPRefID()
      Gets the value of the connectionPRefID property.
      Returns:
      possible object is String
    • setConnectionPRefID

      public void setConnectionPRefID(String value)
      Sets the value of the connectionPRefID 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
    • getStationCriteria

      public List<StationCriteriaType> getStationCriteria()
      Gets the value of the stationCriteria property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the stationCriteria property.

      For example, to add a new item, do as follows:

          getStationCriteria().add(newItem);
       

      Objects of the following type(s) are allowed in the list StationCriteriaType