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()
String
public void setBarcode(String value)
value
- allowed object is
String
public Long getMovementId()
Long
public void setMovementId(Long value)
value
- allowed object is
Long
public String getTaxNumber()
String
Copyright © 2021. All rights reserved.