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()
Longpublic void setFileId(Long value)
value - allowed object is
Longpublic FileState getFileState()
FileStatepublic void setFileState(FileState value)
value - allowed object is
FileStatepublic Date getLastModDate()
Stringpublic void setLastModDate(Date value)
value - allowed object is
Stringpublic Date getMaxFileExpirationDate()
Stringpublic void setMaxFileExpirationDate(Date value)
value - allowed object is
Stringpublic Date getMaxInstallmentExpirationDate()
Stringpublic void setMaxInstallmentExpirationDate(Date value)
value - allowed object is
Stringpublic Long getNumberOfMovements()
Longpublic void setNumberOfMovements(Long value)
value - allowed object is
Longpublic FileOptionStateEnum getOptionState()
FileOptionStateEnumpublic void setOptionState(FileOptionStateEnum value)
value - allowed object is
FileOptionStateEnumpublic Date getReferenceDate()
Stringpublic void setReferenceDate(Date value)
value - allowed object is
Stringpublic OptionStateEnum getWaitingActionState()
OptionStateEnumpublic void setWaitingActionState(OptionStateEnum value)
value - allowed object is
OptionStateEnumCopyright © 2021. All rights reserved.