public class OrderData extends Object
Java class for orderData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="orderData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="fileId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="orderDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
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.