public class MovementTicketData extends AbstractRealTimeDto implements Serializable
Java class for movementTicketData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
barcode |
protected Date |
beneficiaryBirthdate |
protected String |
beneficiaryCountryCode |
protected String |
beneficiaryIdNumber |
protected Long |
cardTypeId |
protected String |
cardVisualId |
protected String |
contactReference |
protected String |
containerIdentifier |
protected String |
firstName |
protected String |
instanceNumber |
protected String |
lastName |
protected boolean |
linkedToTicketDistribution |
protected Long |
movementId |
protected Long |
questionnaireId |
protected String |
taxNumber |
protected Long |
ticketId |
protected TicketState |
ticketState |
protected TicketSupportEnum |
ticketSupport |
| Constructor and Description |
|---|
MovementTicketData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBarcode()
Gets the value of the barcode property.
|
Date |
getBeneficiaryBirthdate()
Gets the value of the beneficiaryBirthdate property.
|
String |
getBeneficiaryCountryCode()
Gets the value of the beneficiaryCountryCode property.
|
String |
getBeneficiaryIdNumber()
Gets the value of the beneficiaryIdNumber property.
|
Long |
getCardTypeId()
Gets the value of the cardTypeId property.
|
String |
getCardVisualId()
Gets the value of the cardVisualId property.
|
String |
getContactReference()
Gets the value of the contactReference property.
|
String |
getContainerIdentifier()
Gets the value of the containerIdentifier property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getInstanceNumber()
Gets the value of the instanceNumber property.
|
String |
getLastName()
Gets the value of the lastName property.
|
Long |
getMovementId()
Gets the value of the movementId property.
|
Long |
getQuestionnaireId()
Gets the value of the questionnaireId property.
|
String |
getTaxNumber()
Gets the value of the taxNumber property.
|
Long |
getTicketId()
Gets the value of the ticketId property.
|
TicketState |
getTicketState()
Gets the value of the ticketState property.
|
TicketSupportEnum |
getTicketSupport()
Gets the value of the ticketSupport property.
|
boolean |
isLinkedToTicketDistribution()
Gets the value of the linkedToTicketDistribution property.
|
void |
setBarcode(String value)
Sets the value of the barcode property.
|
void |
setBeneficiaryBirthdate(Date value)
Sets the value of the beneficiaryBirthdate property.
|
void |
setBeneficiaryCountryCode(String value)
Sets the value of the beneficiaryCountryCode property.
|
void |
setBeneficiaryIdNumber(String value)
Sets the value of the beneficiaryIdNumber property.
|
void |
setCardTypeId(Long value)
Sets the value of the cardTypeId property.
|
void |
setCardVisualId(String value)
Sets the value of the cardVisualId property.
|
void |
setContactReference(String value)
Sets the value of the contactReference property.
|
void |
setContainerIdentifier(String value)
Sets the value of the containerIdentifier property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setInstanceNumber(String value)
Sets the value of the instanceNumber property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setLinkedToTicketDistribution(boolean value)
Sets the value of the linkedToTicketDistribution property.
|
void |
setMovementId(Long value)
Sets the value of the movementId property.
|
void |
setQuestionnaireId(Long value)
Sets the value of the questionnaireId property.
|
void |
setTaxNumber(String value)
Sets the value of the taxNumber property.
|
void |
setTicketId(Long value)
Sets the value of the ticketId property.
|
void |
setTicketState(TicketState value)
Sets the value of the ticketState property.
|
void |
setTicketSupport(TicketSupportEnum value)
Sets the value of the ticketSupport property.
|
protected String barcode
protected Date beneficiaryBirthdate
protected String beneficiaryCountryCode
protected String beneficiaryIdNumber
protected Long cardTypeId
protected String cardVisualId
protected String contactReference
protected String containerIdentifier
protected String firstName
protected String instanceNumber
protected String lastName
protected boolean linkedToTicketDistribution
protected Long movementId
protected Long questionnaireId
protected String taxNumber
protected Long ticketId
protected TicketState ticketState
protected TicketSupportEnum ticketSupport
public String getBarcode()
Stringpublic void setBarcode(String value)
value - allowed object is
Stringpublic Date getBeneficiaryBirthdate()
Stringpublic void setBeneficiaryBirthdate(Date value)
value - allowed object is
Stringpublic String getBeneficiaryCountryCode()
Stringpublic void setBeneficiaryCountryCode(String value)
value - allowed object is
Stringpublic String getBeneficiaryIdNumber()
Stringpublic void setBeneficiaryIdNumber(String value)
value - allowed object is
Stringpublic Long getCardTypeId()
Longpublic void setCardTypeId(Long value)
value - allowed object is
Longpublic String getCardVisualId()
Stringpublic void setCardVisualId(String value)
value - allowed object is
Stringpublic String getContactReference()
Stringpublic void setContactReference(String value)
value - allowed object is
Stringpublic String getContainerIdentifier()
Stringpublic void setContainerIdentifier(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getInstanceNumber()
Stringpublic void setInstanceNumber(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic boolean isLinkedToTicketDistribution()
public void setLinkedToTicketDistribution(boolean value)
public Long getMovementId()
Longpublic void setMovementId(Long value)
value - allowed object is
Longpublic Long getQuestionnaireId()
Longpublic void setQuestionnaireId(Long value)
value - allowed object is
Longpublic String getTaxNumber()
Stringpublic void setTaxNumber(String value)
value - allowed object is
Stringpublic Long getTicketId()
Longpublic void setTicketId(Long value)
value - allowed object is
Longpublic TicketState getTicketState()
TicketStatepublic void setTicketState(TicketState value)
value - allowed object is
TicketStatepublic TicketSupportEnum getTicketSupport()
TicketSupportEnumpublic void setTicketSupport(TicketSupportEnum value)
value - allowed object is
TicketSupportEnumCopyright © 2021. All rights reserved.