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, availableForPrint
id
requestId, 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, setAvailableForPrint
getId, setId
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected String barcode
protected String humanReadableBarcode
protected Long refundMovementId
protected long salesMovementId
protected String taxNumber
public String getBarcode()
String
public void setBarcode(String value)
value
- allowed object is
String
public String getHumanReadableBarcode()
String
public void setHumanReadableBarcode(String value)
value
- allowed object is
String
public Long getRefundMovementId()
Long
public void setRefundMovementId(Long value)
value
- allowed object is
Long
public long getSalesMovementId()
public void setSalesMovementId(long value)
public String getTaxNumber()
String
Copyright © 2021. All rights reserved.