All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tsg.ns.wsdl.coop.InterCompanyTransferOrderItem Maven / Gradle / Ivy


package tsg.ns.wsdl.coop;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for InterCompanyTransferOrderItem complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="InterCompanyTransferOrderItem">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="item" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
 *         <element name="quantityAvailable" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="quantityBackOrdered" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="quantityCommitted" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="quantityFulfilled" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="quantityReceived" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="units" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="inventoryDetail" type="{urn:common_2023_1.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
 *         <element name="commitInventory" type="{urn:types.inventory_2023_1.transactions.webservices.netsuite.com}TransferOrderItemCommitInventory" minOccurs="0"/>
 *         <element name="options" type="{urn:core_2023_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
 *         <element name="department" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="class" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="lastPurchasePrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="averageCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="customFieldList" type="{urn:core_2023_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "InterCompanyTransferOrderItem", namespace = "urn:inventory_2023_1.transactions.webservices.netsuite.com", propOrder = { "item", "line", "quantityAvailable", "quantityOnHand", "quantityBackOrdered", "quantityCommitted", "quantityFulfilled", "quantityReceived", "quantity", "rate", "units", "amount", "description", "inventoryDetail", "commitInventory", "options", "department", "clazz", "lastPurchasePrice", "averageCost", "customFieldList" }) public class InterCompanyTransferOrderItem { protected RecordRef item; protected Long line; protected Double quantityAvailable; protected Double quantityOnHand; protected Double quantityBackOrdered; protected Double quantityCommitted; protected Double quantityFulfilled; protected Double quantityReceived; protected Double quantity; protected Double rate; protected RecordRef units; protected Double amount; protected String description; protected InventoryDetail inventoryDetail; @XmlSchemaType(name = "string") protected TransferOrderItemCommitInventory commitInventory; protected CustomFieldList options; protected RecordRef department; @XmlElement(name = "class") protected RecordRef clazz; protected Double lastPurchasePrice; protected Double averageCost; protected CustomFieldList customFieldList; /** * Gets the value of the item property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getItem() { return item; } /** * Sets the value of the item property. * * @param value * allowed object is * {@link RecordRef } * */ public void setItem(RecordRef value) { this.item = value; } /** * Gets the value of the line property. * * @return * possible object is * {@link Long } * */ public Long getLine() { return line; } /** * Sets the value of the line property. * * @param value * allowed object is * {@link Long } * */ public void setLine(Long value) { this.line = value; } /** * Gets the value of the quantityAvailable property. * * @return * possible object is * {@link Double } * */ public Double getQuantityAvailable() { return quantityAvailable; } /** * Sets the value of the quantityAvailable property. * * @param value * allowed object is * {@link Double } * */ public void setQuantityAvailable(Double value) { this.quantityAvailable = value; } /** * Gets the value of the quantityOnHand property. * * @return * possible object is * {@link Double } * */ public Double getQuantityOnHand() { return quantityOnHand; } /** * Sets the value of the quantityOnHand property. * * @param value * allowed object is * {@link Double } * */ public void setQuantityOnHand(Double value) { this.quantityOnHand = value; } /** * Gets the value of the quantityBackOrdered property. * * @return * possible object is * {@link Double } * */ public Double getQuantityBackOrdered() { return quantityBackOrdered; } /** * Sets the value of the quantityBackOrdered property. * * @param value * allowed object is * {@link Double } * */ public void setQuantityBackOrdered(Double value) { this.quantityBackOrdered = value; } /** * Gets the value of the quantityCommitted property. * * @return * possible object is * {@link Double } * */ public Double getQuantityCommitted() { return quantityCommitted; } /** * Sets the value of the quantityCommitted property. * * @param value * allowed object is * {@link Double } * */ public void setQuantityCommitted(Double value) { this.quantityCommitted = value; } /** * Gets the value of the quantityFulfilled property. * * @return * possible object is * {@link Double } * */ public Double getQuantityFulfilled() { return quantityFulfilled; } /** * Sets the value of the quantityFulfilled property. * * @param value * allowed object is * {@link Double } * */ public void setQuantityFulfilled(Double value) { this.quantityFulfilled = value; } /** * Gets the value of the quantityReceived property. * * @return * possible object is * {@link Double } * */ public Double getQuantityReceived() { return quantityReceived; } /** * Sets the value of the quantityReceived property. * * @param value * allowed object is * {@link Double } * */ public void setQuantityReceived(Double value) { this.quantityReceived = value; } /** * Gets the value of the quantity property. * * @return * possible object is * {@link Double } * */ public Double getQuantity() { return quantity; } /** * Sets the value of the quantity property. * * @param value * allowed object is * {@link Double } * */ public void setQuantity(Double value) { this.quantity = value; } /** * Gets the value of the rate property. * * @return * possible object is * {@link Double } * */ public Double getRate() { return rate; } /** * Sets the value of the rate property. * * @param value * allowed object is * {@link Double } * */ public void setRate(Double value) { this.rate = value; } /** * Gets the value of the units property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getUnits() { return units; } /** * Sets the value of the units property. * * @param value * allowed object is * {@link RecordRef } * */ public void setUnits(RecordRef value) { this.units = value; } /** * Gets the value of the amount property. * * @return * possible object is * {@link Double } * */ public Double getAmount() { return amount; } /** * Sets the value of the amount property. * * @param value * allowed object is * {@link Double } * */ public void setAmount(Double value) { this.amount = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link String } * */ public String getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link String } * */ public void setDescription(String value) { this.description = value; } /** * Gets the value of the inventoryDetail property. * * @return * possible object is * {@link InventoryDetail } * */ public InventoryDetail getInventoryDetail() { return inventoryDetail; } /** * Sets the value of the inventoryDetail property. * * @param value * allowed object is * {@link InventoryDetail } * */ public void setInventoryDetail(InventoryDetail value) { this.inventoryDetail = value; } /** * Gets the value of the commitInventory property. * * @return * possible object is * {@link TransferOrderItemCommitInventory } * */ public TransferOrderItemCommitInventory getCommitInventory() { return commitInventory; } /** * Sets the value of the commitInventory property. * * @param value * allowed object is * {@link TransferOrderItemCommitInventory } * */ public void setCommitInventory(TransferOrderItemCommitInventory value) { this.commitInventory = value; } /** * Gets the value of the options property. * * @return * possible object is * {@link CustomFieldList } * */ public CustomFieldList getOptions() { return options; } /** * Sets the value of the options property. * * @param value * allowed object is * {@link CustomFieldList } * */ public void setOptions(CustomFieldList value) { this.options = value; } /** * Gets the value of the department property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getDepartment() { return department; } /** * Sets the value of the department property. * * @param value * allowed object is * {@link RecordRef } * */ public void setDepartment(RecordRef value) { this.department = value; } /** * Gets the value of the clazz property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getClazz() { return clazz; } /** * Sets the value of the clazz property. * * @param value * allowed object is * {@link RecordRef } * */ public void setClazz(RecordRef value) { this.clazz = value; } /** * Gets the value of the lastPurchasePrice property. * * @return * possible object is * {@link Double } * */ public Double getLastPurchasePrice() { return lastPurchasePrice; } /** * Sets the value of the lastPurchasePrice property. * * @param value * allowed object is * {@link Double } * */ public void setLastPurchasePrice(Double value) { this.lastPurchasePrice = value; } /** * Gets the value of the averageCost property. * * @return * possible object is * {@link Double } * */ public Double getAverageCost() { return averageCost; } /** * Sets the value of the averageCost property. * * @param value * allowed object is * {@link Double } * */ public void setAverageCost(Double value) { this.averageCost = value; } /** * Gets the value of the customFieldList property. * * @return * possible object is * {@link CustomFieldList } * */ public CustomFieldList getCustomFieldList() { return customFieldList; } /** * Sets the value of the customFieldList property. * * @param value * allowed object is * {@link CustomFieldList } * */ public void setCustomFieldList(CustomFieldList value) { this.customFieldList = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy