public class

ItemSupplyPlanOrder

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.demandplanning_2013_2.ItemSupplyPlanOrder

Class Overview

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>
 

Summary

Fields
protected Boolean orderCreated
protected XMLGregorianCalendar orderDate
protected Long orderLineId
protected ItemSupplyPlanOrderType orderType
protected Double quantity
protected XMLGregorianCalendar receiptDate
Public Constructors
ItemSupplyPlanOrder()
Public Methods
Boolean getOrderCreated()
Gets the value of the orderCreated property.
XMLGregorianCalendar getOrderDate()
Gets the value of the orderDate property.
Long getOrderLineId()
Gets the value of the orderLineId property.
ItemSupplyPlanOrderType getOrderType()
Gets the value of the orderType property.
Double getQuantity()
Gets the value of the quantity property.
XMLGregorianCalendar getReceiptDate()
Gets the value of the receiptDate property.
void setOrderCreated(Boolean value)
Sets the value of the orderCreated property.
void setOrderDate(XMLGregorianCalendar value)
Sets the value of the orderDate property.
void setOrderLineId(Long value)
Sets the value of the orderLineId property.
void setOrderType(ItemSupplyPlanOrderType value)
Sets the value of the orderType property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setReceiptDate(XMLGregorianCalendar value)
Sets the value of the receiptDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean orderCreated

protected XMLGregorianCalendar orderDate

protected Long orderLineId

protected ItemSupplyPlanOrderType orderType

protected Double quantity

protected XMLGregorianCalendar receiptDate

Public Constructors

public ItemSupplyPlanOrder ()

Public Methods

public Boolean getOrderCreated ()

Gets the value of the orderCreated property. This getter has been renamed from isOrderCreated() to getOrderCreated() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getOrderDate ()

Gets the value of the orderDate property.

Returns
  • possible object is XMLGregorianCalendar

public Long getOrderLineId ()

Gets the value of the orderLineId property.

Returns
  • possible object is Long

public ItemSupplyPlanOrderType getOrderType ()

Gets the value of the orderType property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public XMLGregorianCalendar getReceiptDate ()

Gets the value of the receiptDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setOrderCreated (Boolean value)

Sets the value of the orderCreated property.

Parameters
value Allowed object is Boolean

public void setOrderDate (XMLGregorianCalendar value)

Sets the value of the orderDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOrderLineId (Long value)

Sets the value of the orderLineId property.

Parameters
value Allowed object is Long

public void setOrderType (ItemSupplyPlanOrderType value)

Sets the value of the orderType property.

Parameters
value Allowed object is ItemSupplyPlanOrderType

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setReceiptDate (XMLGregorianCalendar value)

Sets the value of the receiptDate property.

Parameters
value Allowed object is XMLGregorianCalendar