public class FileSummaryData extends AbstractRealTimeDto implements Serializable
Java class for fileSummaryData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected List<FileContactSummaryData> |
fileContacts |
protected Long |
fileId |
protected FileState |
fileState |
protected Date |
lastModDate |
protected Date |
maxFileExpirationDate |
protected Date |
maxInstallmentExpirationDate |
protected Long |
numberOfMovements |
protected FileOptionStateEnum |
optionState |
protected Date |
referenceDate |
protected OptionStateEnum |
waitingActionState |
Constructor and Description |
---|
FileSummaryData() |
Modifier and Type | Method and Description |
---|---|
List<FileContactSummaryData> |
getFileContacts()
Gets the value of the fileContacts property.
|
Long |
getFileId()
Gets the value of the fileId property.
|
FileState |
getFileState()
Gets the value of the fileState property.
|
Date |
getLastModDate()
Gets the value of the lastModDate property.
|
Date |
getMaxFileExpirationDate()
Gets the value of the maxFileExpirationDate property.
|
Date |
getMaxInstallmentExpirationDate()
Gets the value of the maxInstallmentExpirationDate property.
|
Long |
getNumberOfMovements()
Gets the value of the numberOfMovements property.
|
FileOptionStateEnum |
getOptionState()
Gets the value of the optionState property.
|
Date |
getReferenceDate()
Gets the value of the referenceDate property.
|
OptionStateEnum |
getWaitingActionState()
Gets the value of the waitingActionState property.
|
void |
setFileId(Long value)
Sets the value of the fileId property.
|
void |
setFileState(FileState value)
Sets the value of the fileState property.
|
void |
setLastModDate(Date value)
Sets the value of the lastModDate property.
|
void |
setMaxFileExpirationDate(Date value)
Sets the value of the maxFileExpirationDate property.
|
void |
setMaxInstallmentExpirationDate(Date value)
Sets the value of the maxInstallmentExpirationDate property.
|
void |
setNumberOfMovements(Long value)
Sets the value of the numberOfMovements property.
|
void |
setOptionState(FileOptionStateEnum value)
Sets the value of the optionState property.
|
void |
setReferenceDate(Date value)
Sets the value of the referenceDate property.
|
void |
setWaitingActionState(OptionStateEnum value)
Sets the value of the waitingActionState property.
|
protected List<FileContactSummaryData> fileContacts
protected Long fileId
protected FileState fileState
protected Date lastModDate
protected Date maxFileExpirationDate
protected Date maxInstallmentExpirationDate
protected Long numberOfMovements
protected FileOptionStateEnum optionState
protected Date referenceDate
protected OptionStateEnum waitingActionState
public List<FileContactSummaryData> getFileContacts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the fileContacts property.
For example, to add a new item, do as follows:
getFileContacts().add(newItem);
Objects of the following type(s) are allowed in the list
FileContactSummaryData
public Long getFileId()
Long
public void setFileId(Long value)
value
- allowed object is
Long
public FileState getFileState()
FileState
public void setFileState(FileState value)
value
- allowed object is
FileState
public Date getLastModDate()
String
public void setLastModDate(Date value)
value
- allowed object is
String
public Date getMaxFileExpirationDate()
String
public void setMaxFileExpirationDate(Date value)
value
- allowed object is
String
public Date getMaxInstallmentExpirationDate()
String
public void setMaxInstallmentExpirationDate(Date value)
value
- allowed object is
String
public Long getNumberOfMovements()
Long
public void setNumberOfMovements(Long value)
value
- allowed object is
Long
public FileOptionStateEnum getOptionState()
FileOptionStateEnum
public void setOptionState(FileOptionStateEnum value)
value
- allowed object is
FileOptionStateEnum
public Date getReferenceDate()
String
public void setReferenceDate(Date value)
value
- allowed object is
String
public OptionStateEnum getWaitingActionState()
OptionStateEnum
public void setWaitingActionState(OptionStateEnum value)
value
- allowed object is
OptionStateEnum
Copyright © 2021. All rights reserved.