public class TicketData extends TicketInfo 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 |
additionnalInfo |
protected String |
containerIdentifier |
protected ContactData |
holderInfo |
protected Date |
startValidityDate |
protected TicketMedium |
ticketMedium |
barcode, movementId, taxNumber
Constructor and Description |
---|
TicketData() |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionnalInfo()
Gets the value of the additionnalInfo property.
|
String |
getContainerIdentifier()
Gets the value of the containerIdentifier property.
|
ContactData |
getHolderInfo()
Gets the value of the holderInfo property.
|
Date |
getStartValidityDate()
Gets the value of the startValidityDate property.
|
TicketMedium |
getTicketMedium()
Gets the value of the ticketMedium property.
|
void |
setAdditionnalInfo(String value)
Sets the value of the additionnalInfo property.
|
void |
setContainerIdentifier(String value)
Sets the value of the containerIdentifier property.
|
void |
setHolderInfo(ContactData value)
Sets the value of the holderInfo property.
|
void |
setStartValidityDate(Date value)
Sets the value of the startValidityDate property.
|
void |
setTicketMedium(TicketMedium value)
Sets the value of the ticketMedium property.
|
getBarcode, getMovementId, getTaxNumber, setBarcode, setMovementId, setTaxNumber
protected String additionnalInfo
protected String containerIdentifier
protected ContactData holderInfo
protected Date startValidityDate
protected TicketMedium ticketMedium
public String getAdditionnalInfo()
String
public void setAdditionnalInfo(String value)
value
- allowed object is
String
public String getContainerIdentifier()
String
public void setContainerIdentifier(String value)
value
- allowed object is
String
public ContactData getHolderInfo()
ContactData
public void setHolderInfo(ContactData value)
value
- allowed object is
ContactData
public Date getStartValidityDate()
String
public void setStartValidityDate(Date value)
value
- allowed object is
String
public TicketMedium getTicketMedium()
TicketMedium
public void setTicketMedium(TicketMedium value)
value
- allowed object is
TicketMedium
Copyright © 2021. All rights reserved.