| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.demandplanning_2013_2.ItemSupplyPlanOrder |
Java class for ItemSupplyPlanOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemSupplyPlanOrder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="orderLineId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="orderDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="receiptDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="orderCreated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="orderType" type="{urn:types.demandplanning_2013_2.transactions.webservices.netsuite.com}ItemSupplyPlanOrderType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| orderCreated | |||||||||||
| orderDate | |||||||||||
| orderLineId | |||||||||||
| orderType | |||||||||||
| quantity | |||||||||||
| receiptDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the orderCreated property.
| |||||||||||
Gets the value of the orderDate property.
| |||||||||||
Gets the value of the orderLineId property.
| |||||||||||
Gets the value of the orderType property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the receiptDate property.
| |||||||||||
Sets the value of the orderCreated property.
| |||||||||||
Sets the value of the orderDate property.
| |||||||||||
Sets the value of the orderLineId property.
| |||||||||||
Sets the value of the orderType property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the receiptDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the orderCreated property. This getter has been renamed from isOrderCreated() to getOrderCreated() by cxf-xjc-boolean plugin.
Gets the value of the orderDate property.
Gets the value of the orderLineId property.
Gets the value of the orderType property.
ItemSupplyPlanOrderType
Gets the value of the quantity property.
Gets the value of the receiptDate property.
Sets the value of the orderCreated property.
| value | Allowed object is Boolean |
|---|
Sets the value of the orderDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the orderLineId property.
| value | Allowed object is Long |
|---|
Sets the value of the orderType property.
| value | Allowed object is
ItemSupplyPlanOrderType
|
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|
Sets the value of the receiptDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|