public class TicketInfo extends AbstractRealTimeDto implements Serializable
Java class for ticketInfo complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
barcode |
protected Long |
movementId |
protected String |
taxNumber |
| Constructor and Description |
|---|
TicketInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBarcode()
Gets the value of the barcode property.
|
Long |
getMovementId()
Gets the value of the movementId property.
|
String |
getTaxNumber()
Gets the value of the taxNumber property.
|
void |
setBarcode(String value)
Sets the value of the barcode property.
|
void |
setMovementId(Long value)
Sets the value of the movementId property.
|
void |
setTaxNumber(String value)
Sets the value of the taxNumber property.
|
protected String barcode
protected Long movementId
protected String taxNumber
public String getBarcode()
Stringpublic void setBarcode(String value)
value - allowed object is
Stringpublic Long getMovementId()
Longpublic void setMovementId(Long value)
value - allowed object is
Longpublic String getTaxNumber()
StringCopyright © 2021. All rights reserved.