public class MovementContact extends AbstractRealTimeDto implements Serializable
Java class for movementContact complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected ContactData |
holderInfo |
protected Long |
movementId |
Constructor and Description |
---|
MovementContact() |
Modifier and Type | Method and Description |
---|---|
ContactData |
getHolderInfo()
Gets the value of the holderInfo property.
|
Long |
getMovementId()
Gets the value of the movementId property.
|
void |
setHolderInfo(ContactData value)
Sets the value of the holderInfo property.
|
void |
setMovementId(Long value)
Sets the value of the movementId property.
|
protected ContactData holderInfo
protected Long movementId
public ContactData getHolderInfo()
ContactData
public void setHolderInfo(ContactData value)
value
- allowed object is
ContactData
public Long getMovementId()
Long
Copyright © 2021. All rights reserved.