Class TicketDocFilterCriteriaType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.TicketDocFilterCriteriaType
Ticket and coupon criteria to filter response results.
Java class for TicketDocFilterCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TicketDocFilterCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CouponNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
<element name="IATALocationCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}IATALocationCodeType" minOccurs="0"/>
<element name="IssueDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}DateType" minOccurs="0"/>
<element name="TicketNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected Stringprotected XMLGregorianCalendarprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the couponNumber property.Gets the value of the iataLocationCode property.Gets the value of the issueDate property.Gets the value of the ticketNumber property.voidsetCouponNumber(BigDecimal value) Sets the value of the couponNumber property.voidsetIATALocationCode(String value) Sets the value of the iataLocationCode property.voidsetIssueDate(XMLGregorianCalendar value) Sets the value of the issueDate property.voidsetTicketNumber(BigDecimal value) Sets the value of the ticketNumber property.
-
Field Details
-
couponNumber
-
iataLocationCode
-
issueDate
-
ticketNumber
-
-
Constructor Details
-
TicketDocFilterCriteriaType
public TicketDocFilterCriteriaType()
-
-
Method Details
-
getCouponNumber
Gets the value of the couponNumber property.- Returns:
- possible object is
BigDecimal
-
setCouponNumber
Sets the value of the couponNumber property.- Parameters:
value- allowed object isBigDecimal
-
getIATALocationCode
Gets the value of the iataLocationCode property.- Returns:
- possible object is
String
-
setIATALocationCode
Sets the value of the iataLocationCode property.- Parameters:
value- allowed object isString
-
getIssueDate
Gets the value of the issueDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueDate
Sets the value of the issueDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTicketNumber
Gets the value of the ticketNumber property.- Returns:
- possible object is
BigDecimal
-
setTicketNumber
Sets the value of the ticketNumber property.- Parameters:
value- allowed object isBigDecimal
-