public class ListTicketsByCriteria extends Object implements Serializable
Java class for listTicketsByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
buyingContactReference |
protected String |
culturalContactReference |
protected Date |
endDate |
protected Long |
itemId |
protected FileSearchCriteria |
joinType |
protected Long |
maxResult |
protected String |
membershipBarcodes |
protected List<Long> |
ordersId |
protected Long |
performanceId |
protected Long |
pointOfSalesId |
protected Long |
productId |
protected Integer |
requestId |
protected List<Long> |
seatIds |
protected Date |
startDate |
protected Long |
startPosition |
protected List<TicketState> |
states |
protected TicketMedium |
ticketMedium |
protected TicketSearchCriteria |
ticketSearchCriteria |
protected TicketSortingCriteria |
ticketSortingCriteria |
| Constructor and Description |
|---|
ListTicketsByCriteria() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyingContactReference()
Gets the value of the buyingContactReference property.
|
String |
getCulturalContactReference()
Gets the value of the culturalContactReference property.
|
Date |
getEndDate()
Gets the value of the endDate property.
|
Long |
getItemId()
Gets the value of the itemId property.
|
FileSearchCriteria |
getJoinType()
Gets the value of the joinType property.
|
Long |
getMaxResult()
Gets the value of the maxResult property.
|
String |
getMembershipBarcodes()
Gets the value of the membershipBarcodes property.
|
List<Long> |
getOrdersId()
Gets the value of the ordersId property.
|
Long |
getPerformanceId()
Gets the value of the performanceId property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
Long |
getProductId()
Gets the value of the productId property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
List<Long> |
getSeatIds()
Gets the value of the seatIds property.
|
Date |
getStartDate()
Gets the value of the startDate property.
|
Long |
getStartPosition()
Gets the value of the startPosition property.
|
List<TicketState> |
getStates()
Gets the value of the states property.
|
TicketMedium |
getTicketMedium()
Gets the value of the ticketMedium property.
|
TicketSearchCriteria |
getTicketSearchCriteria()
Gets the value of the ticketSearchCriteria property.
|
TicketSortingCriteria |
getTicketSortingCriteria()
Gets the value of the ticketSortingCriteria property.
|
void |
setBuyingContactReference(String value)
Sets the value of the buyingContactReference property.
|
void |
setCulturalContactReference(String value)
Sets the value of the culturalContactReference property.
|
void |
setEndDate(Date value)
Sets the value of the endDate property.
|
void |
setItemId(Long value)
Sets the value of the itemId property.
|
void |
setJoinType(FileSearchCriteria value)
Sets the value of the joinType property.
|
void |
setMaxResult(Long value)
Sets the value of the maxResult property.
|
void |
setMembershipBarcodes(String value)
Sets the value of the membershipBarcodes property.
|
void |
setPerformanceId(Long value)
Sets the value of the performanceId property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setProductId(Long value)
Sets the value of the productId property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
void |
setStartDate(Date value)
Sets the value of the startDate property.
|
void |
setStartPosition(Long value)
Sets the value of the startPosition property.
|
void |
setTicketMedium(TicketMedium value)
Sets the value of the ticketMedium property.
|
void |
setTicketSearchCriteria(TicketSearchCriteria value)
Sets the value of the ticketSearchCriteria property.
|
void |
setTicketSortingCriteria(TicketSortingCriteria value)
Sets the value of the ticketSortingCriteria property.
|
protected Integer requestId
protected Long pointOfSalesId
protected Date startDate
protected Date endDate
protected List<TicketState> states
protected Long productId
protected Long performanceId
protected Long itemId
protected Long startPosition
protected Long maxResult
protected String buyingContactReference
protected String culturalContactReference
protected TicketMedium ticketMedium
protected FileSearchCriteria joinType
protected TicketSearchCriteria ticketSearchCriteria
protected TicketSortingCriteria ticketSortingCriteria
protected String membershipBarcodes
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getPointOfSalesId()
Longpublic void setPointOfSalesId(Long value)
value - allowed object is
Longpublic Date getStartDate()
Stringpublic void setStartDate(Date value)
value - allowed object is
Stringpublic Date getEndDate()
Stringpublic void setEndDate(Date value)
value - allowed object is
Stringpublic List<TicketState> getStates()
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 states property.
For example, to add a new item, do as follows:
getStates().add(newItem);
Objects of the following type(s) are allowed in the list
TicketState
public Long getProductId()
Longpublic void setProductId(Long value)
value - allowed object is
Longpublic Long getPerformanceId()
Longpublic void setPerformanceId(Long value)
value - allowed object is
Longpublic Long getItemId()
Longpublic void setItemId(Long value)
value - allowed object is
Longpublic Long getStartPosition()
Longpublic void setStartPosition(Long value)
value - allowed object is
Longpublic Long getMaxResult()
Longpublic void setMaxResult(Long value)
value - allowed object is
Longpublic String getBuyingContactReference()
Stringpublic void setBuyingContactReference(String value)
value - allowed object is
Stringpublic String getCulturalContactReference()
Stringpublic void setCulturalContactReference(String value)
value - allowed object is
Stringpublic TicketMedium getTicketMedium()
TicketMediumpublic void setTicketMedium(TicketMedium value)
value - allowed object is
TicketMediumpublic List<Long> getOrdersId()
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 ordersId property.
For example, to add a new item, do as follows:
getOrdersId().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public FileSearchCriteria getJoinType()
FileSearchCriteriapublic void setJoinType(FileSearchCriteria value)
value - allowed object is
FileSearchCriteriapublic List<Long> getSeatIds()
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 seatIds property.
For example, to add a new item, do as follows:
getSeatIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public TicketSearchCriteria getTicketSearchCriteria()
TicketSearchCriteriapublic void setTicketSearchCriteria(TicketSearchCriteria value)
value - allowed object is
TicketSearchCriteriapublic TicketSortingCriteria getTicketSortingCriteria()
TicketSortingCriteriapublic void setTicketSortingCriteria(TicketSortingCriteria value)
value - allowed object is
TicketSortingCriteriapublic String getMembershipBarcodes()
StringCopyright © 2021. All rights reserved.