public class OrderData extends Object implements Serializable
Java class for orderData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected long |
fileId |
protected Date |
orderDate |
| Constructor and Description |
|---|
OrderData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFileId()
Gets the value of the fileId property.
|
Date |
getOrderDate()
Gets the value of the orderDate property.
|
void |
setFileId(long value)
Sets the value of the fileId property.
|
void |
setOrderDate(Date value)
Sets the value of the orderDate property.
|
protected long fileId
protected Date orderDate
Copyright © 2021. All rights reserved.