public class TicketData extends AbstractPrintableElementData implements Serializable
Java class for ticketData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
barcode |
protected String |
humanReadableBarcode |
protected Long |
refundMovementId |
protected long |
salesMovementId |
protected String |
taxNumber |
alreadyPrinted, availableForPrintidrequestId, statusCode, statusDetail| Constructor and Description |
|---|
TicketData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBarcode()
Gets the value of the barcode property.
|
String |
getHumanReadableBarcode()
Gets the value of the humanReadableBarcode property.
|
Long |
getRefundMovementId()
Gets the value of the refundMovementId property.
|
long |
getSalesMovementId()
Gets the value of the salesMovementId property.
|
String |
getTaxNumber()
Gets the value of the taxNumber property.
|
void |
setBarcode(String value)
Sets the value of the barcode property.
|
void |
setHumanReadableBarcode(String value)
Sets the value of the humanReadableBarcode property.
|
void |
setRefundMovementId(Long value)
Sets the value of the refundMovementId property.
|
void |
setSalesMovementId(long value)
Sets the value of the salesMovementId property.
|
void |
setTaxNumber(String value)
Sets the value of the taxNumber property.
|
isAlreadyPrinted, isAvailableForPrint, setAlreadyPrinted, setAvailableForPrintgetId, setIdgetRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected String barcode
protected String humanReadableBarcode
protected Long refundMovementId
protected long salesMovementId
protected String taxNumber
public String getBarcode()
Stringpublic void setBarcode(String value)
value - allowed object is
Stringpublic String getHumanReadableBarcode()
Stringpublic void setHumanReadableBarcode(String value)
value - allowed object is
Stringpublic Long getRefundMovementId()
Longpublic void setRefundMovementId(Long value)
value - allowed object is
Longpublic long getSalesMovementId()
public void setSalesMovementId(long value)
public String getTaxNumber()
StringCopyright © 2021. All rights reserved.