Class ConnectionCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.ConnectionCriteriaType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Booleanprotected QtyTypeprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected List<StationCriteriaType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectionPRefID property.Gets the value of the maximumConnectionQty property.Gets the value of the maximumConnectionTime property.Gets the value of the minimumConnectionTime property.Gets the value of the stationCriteria property.Gets the value of the connectionPricingInd property.Gets the value of the interlineInd property.voidsetConnectionPRefID(String value) Sets the value of the connectionPRefID property.voidsetConnectionPricingInd(Boolean value) Sets the value of the connectionPricingInd property.voidsetInterlineInd(Boolean value) Sets the value of the interlineInd property.voidsetMaximumConnectionQty(QtyType value) Sets the value of the maximumConnectionQty property.voidSets the value of the maximumConnectionTime property.voidSets the value of the minimumConnectionTime property.
-
Field Details
-
connectionPRefID
-
connectionPricingInd
-
interlineInd
-
maximumConnectionQty
-
maximumConnectionTime
-
minimumConnectionTime
-
stationCriteria
-
-
Constructor Details
-
ConnectionCriteriaType
public ConnectionCriteriaType()
-
-
Method Details
-
getConnectionPRefID
Gets the value of the connectionPRefID property.- Returns:
- possible object is
String
-
setConnectionPRefID
Sets the value of the connectionPRefID property.- Parameters:
value- allowed object isString
-
isConnectionPricingInd
Gets the value of the connectionPricingInd property.- Returns:
- possible object is
Boolean
-
setConnectionPricingInd
Sets the value of the connectionPricingInd property.- Parameters:
value- allowed object isBoolean
-
isInterlineInd
Gets the value of the interlineInd property.- Returns:
- possible object is
Boolean
-
setInterlineInd
Sets the value of the interlineInd property.- Parameters:
value- allowed object isBoolean
-
getMaximumConnectionQty
Gets the value of the maximumConnectionQty property.- Returns:
- possible object is
QtyType
-
setMaximumConnectionQty
Sets the value of the maximumConnectionQty property.- Parameters:
value- allowed object isQtyType
-
getMaximumConnectionTime
Gets the value of the maximumConnectionTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMaximumConnectionTime
Sets the value of the maximumConnectionTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMinimumConnectionTime
Gets the value of the minimumConnectionTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setMinimumConnectionTime
Sets the value of the minimumConnectionTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
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
setmethod 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
-