public class FileDetailsData extends AbstractRealTimeDto implements Serializable
Java class for fileDetailsData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Boolean |
acceptAlternativeCategories |
protected String |
contactReference |
protected List<String> |
contactRemarks |
protected Date |
creationDateTime |
protected Long |
currentOrderId |
protected List<FileAttachmentData> |
fileAttachments |
protected List<FileContactData> |
fileContacts |
protected Long |
fileId |
protected FileState |
fileState |
protected Date |
lastModDateTime |
protected FileOptionStateEnum |
optionState |
Constructor and Description |
---|
FileDetailsData() |
Modifier and Type | Method and Description |
---|---|
String |
getContactReference()
Gets the value of the contactReference property.
|
List<String> |
getContactRemarks()
Gets the value of the contactRemarks property.
|
Date |
getCreationDateTime()
Gets the value of the creationDateTime property.
|
Long |
getCurrentOrderId()
Gets the value of the currentOrderId property.
|
List<FileAttachmentData> |
getFileAttachments()
Gets the value of the fileAttachments property.
|
List<FileContactData> |
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 |
getLastModDateTime()
Gets the value of the lastModDateTime property.
|
FileOptionStateEnum |
getOptionState()
Gets the value of the optionState property.
|
Boolean |
isAcceptAlternativeCategories()
Gets the value of the acceptAlternativeCategories property.
|
void |
setAcceptAlternativeCategories(Boolean value)
Sets the value of the acceptAlternativeCategories property.
|
void |
setContactReference(String value)
Sets the value of the contactReference property.
|
void |
setCreationDateTime(Date value)
Sets the value of the creationDateTime property.
|
void |
setCurrentOrderId(Long value)
Sets the value of the currentOrderId property.
|
void |
setFileId(Long value)
Sets the value of the fileId property.
|
void |
setFileState(FileState value)
Sets the value of the fileState property.
|
void |
setLastModDateTime(Date value)
Sets the value of the lastModDateTime property.
|
void |
setOptionState(FileOptionStateEnum value)
Sets the value of the optionState property.
|
protected Boolean acceptAlternativeCategories
protected String contactReference
protected Date creationDateTime
protected Long currentOrderId
protected List<FileAttachmentData> fileAttachments
protected List<FileContactData> fileContacts
protected Long fileId
protected FileState fileState
protected Date lastModDateTime
protected FileOptionStateEnum optionState
public Boolean isAcceptAlternativeCategories()
Boolean
public void setAcceptAlternativeCategories(Boolean value)
value
- allowed object is
Boolean
public String getContactReference()
String
public void setContactReference(String value)
value
- allowed object is
String
public List<String> getContactRemarks()
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 contactRemarks property.
For example, to add a new item, do as follows:
getContactRemarks().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Date getCreationDateTime()
String
public void setCreationDateTime(Date value)
value
- allowed object is
String
public Long getCurrentOrderId()
Long
public void setCurrentOrderId(Long value)
value
- allowed object is
Long
public List<FileAttachmentData> getFileAttachments()
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 fileAttachments property.
For example, to add a new item, do as follows:
getFileAttachments().add(newItem);
Objects of the following type(s) are allowed in the list
FileAttachmentData
public List<FileContactData> 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
FileContactData
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 getLastModDateTime()
String
public void setLastModDateTime(Date value)
value
- allowed object is
String
public FileOptionStateEnum getOptionState()
FileOptionStateEnum
public void setOptionState(FileOptionStateEnum value)
value
- allowed object is
FileOptionStateEnum
Copyright © 2021. All rights reserved.