Class ConnectionCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.ConnectionCriteriaType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Booleanprotected QtyTypeprotected XMLGregorianCalendarprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the connectionCriteriaID 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 connectionPricingInd property.Gets the value of the interlineInd property.voidsetConnectionCriteriaID(String value) Sets the value of the connectionCriteriaID 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
-
connectionCriteriaID
-
connectionPricingInd
-
interlineInd
-
maximumConnectionQty
-
maximumConnectionTime
-
minimumConnectionTime
-
-
Constructor Details
-
ConnectionCriteriaType
public ConnectionCriteriaType()
-
-
Method Details
-
getConnectionCriteriaID
Gets the value of the connectionCriteriaID property.- Returns:
- possible object is
String
-
setConnectionCriteriaID
Sets the value of the connectionCriteriaID 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
-