public class AddInsertionOrderResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InsertionOrderId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CreateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
createTime |
protected Long |
insertionOrderId |
| Constructor and Description |
|---|
AddInsertionOrderResponse() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreateTime()
Gets the value of the createTime property.
|
Long |
getInsertionOrderId()
Gets the value of the insertionOrderId property.
|
void |
setCreateTime(Calendar value)
Sets the value of the createTime property.
|
void |
setInsertionOrderId(Long value)
Sets the value of the insertionOrderId property.
|
protected Long insertionOrderId
protected Calendar createTime
public Long getInsertionOrderId()
Longpublic void setInsertionOrderId(Long value)
value - allowed object is
Longpublic Calendar getCreateTime()
StringCopyright © 2024. All rights reserved.