Class OfferItemTimeLimitsType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.OfferItemTimeLimitsType
Java class for OfferItemTimeLimitsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferItemTimeLimitsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PriceGuaranteeTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DateTimeType" minOccurs="0"/>
<element name="TicketingTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}DateTimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the priceGuaranteeTimeLimitDateTime property.Gets the value of the ticketingTimeLimitDateTime property.voidSets the value of the priceGuaranteeTimeLimitDateTime property.voidSets the value of the ticketingTimeLimitDateTime property.
-
Field Details
-
priceGuaranteeTimeLimitDateTime
-
ticketingTimeLimitDateTime
-
-
Constructor Details
-
OfferItemTimeLimitsType
public OfferItemTimeLimitsType()
-
-
Method Details
-
getPriceGuaranteeTimeLimitDateTime
Gets the value of the priceGuaranteeTimeLimitDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPriceGuaranteeTimeLimitDateTime
Sets the value of the priceGuaranteeTimeLimitDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTicketingTimeLimitDateTime
Gets the value of the ticketingTimeLimitDateTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTicketingTimeLimitDateTime
Sets the value of the ticketingTimeLimitDateTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-