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()
String
public void setBarcode(String value)
value
- allowed object is
String
public Date getBeneficiaryBirthdate()
String
public void setBeneficiaryBirthdate(Date value)
value
- allowed object is
String
public String getBeneficiaryCountryCode()
String
public void setBeneficiaryCountryCode(String value)
value
- allowed object is
String
public String getBeneficiaryIdNumber()
String
public void setBeneficiaryIdNumber(String value)
value
- allowed object is
String
public Long getCardTypeId()
Long
public void setCardTypeId(Long value)
value
- allowed object is
Long
public String getCardVisualId()
String
public void setCardVisualId(String value)
value
- allowed object is
String
public String getContactReference()
String
public void setContactReference(String value)
value
- allowed object is
String
public String getContainerIdentifier()
String
public void setContainerIdentifier(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getInstanceNumber()
String
public void setInstanceNumber(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public boolean isLinkedToTicketDistribution()
public void setLinkedToTicketDistribution(boolean value)
public Long getMovementId()
Long
public void setMovementId(Long value)
value
- allowed object is
Long
public Long getQuestionnaireId()
Long
public void setQuestionnaireId(Long value)
value
- allowed object is
Long
public String getTaxNumber()
String
public void setTaxNumber(String value)
value
- allowed object is
String
public Long getTicketId()
Long
public void setTicketId(Long value)
value
- allowed object is
Long
public TicketState getTicketState()
TicketState
public void setTicketState(TicketState value)
value
- allowed object is
TicketState
public TicketSupportEnum getTicketSupport()
TicketSupportEnum
public void setTicketSupport(TicketSupportEnum value)
value
- allowed object is
TicketSupportEnum
Copyright © 2021. All rights reserved.