public class GetFileDetails extends Object implements Serializable
Java class for getFileDetails complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected Boolean |
currentView |
protected Long |
fileId |
protected FileDetailGranularity |
granularity |
protected Long |
movementId |
protected Long |
operationId |
protected OrderDetailGranularity |
orderDetailGranularity |
protected Integer |
requestId |
Constructor and Description |
---|
GetFileDetails() |
Modifier and Type | Method and Description |
---|---|
Long |
getFileId()
Gets the value of the fileId property.
|
FileDetailGranularity |
getGranularity()
Gets the value of the granularity property.
|
Long |
getMovementId()
Gets the value of the movementId property.
|
Long |
getOperationId()
Gets the value of the operationId property.
|
OrderDetailGranularity |
getOrderDetailGranularity()
Gets the value of the orderDetailGranularity property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
Boolean |
isCurrentView()
Gets the value of the currentView property.
|
void |
setCurrentView(Boolean value)
Sets the value of the currentView property.
|
void |
setFileId(Long value)
Sets the value of the fileId property.
|
void |
setGranularity(FileDetailGranularity value)
Sets the value of the granularity property.
|
void |
setMovementId(Long value)
Sets the value of the movementId property.
|
void |
setOperationId(Long value)
Sets the value of the operationId property.
|
void |
setOrderDetailGranularity(OrderDetailGranularity value)
Sets the value of the orderDetailGranularity property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long fileId
protected Long operationId
protected Long movementId
protected Boolean currentView
protected FileDetailGranularity granularity
protected OrderDetailGranularity orderDetailGranularity
public Integer getRequestId()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public Long getFileId()
Long
public void setFileId(Long value)
value
- allowed object is
Long
public Long getOperationId()
Long
public void setOperationId(Long value)
value
- allowed object is
Long
public Long getMovementId()
Long
public void setMovementId(Long value)
value
- allowed object is
Long
public Boolean isCurrentView()
Boolean
public void setCurrentView(Boolean value)
value
- allowed object is
Boolean
public FileDetailGranularity getGranularity()
FileDetailGranularity
public void setGranularity(FileDetailGranularity value)
value
- allowed object is
FileDetailGranularity
public OrderDetailGranularity getOrderDetailGranularity()
OrderDetailGranularity
public void setOrderDetailGranularity(OrderDetailGranularity value)
value
- allowed object is
OrderDetailGranularity
Copyright © 2021. All rights reserved.