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

com.bytekast.netsuite.client.ItemReceipt Maven / Gradle / Ivy

The newest version!

package com.bytekast.netsuite.client;

import java.io.Serializable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * 

Java class for ItemReceipt complex type. * *

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

 * <complexType name="ItemReceipt">
 *   <complexContent>
 *     <extension base="{urn:core_2017_1.platform.webservices.netsuite.com}Record">
 *       <sequence>
 *         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="customForm" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="entity" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="currencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="subsidiary" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="createdFrom" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="partner" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="postingPeriod" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="tranId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="inboundShipment" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="itemFulfillment" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="currency" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="landedCostMethod" type="{urn:types.common_2017_1.platform.webservices.netsuite.com}LandedCostMethod" minOccurs="0"/>
 *         <element name="landedCostPerLine" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="itemList" type="{urn:purchases_2017_1.transactions.webservices.netsuite.com}ItemReceiptItemList" minOccurs="0"/>
 *         <element name="expenseList" type="{urn:purchases_2017_1.transactions.webservices.netsuite.com}ItemReceiptExpenseList" minOccurs="0"/>
 *         <element name="landedCostsList" type="{urn:purchases_2017_1.transactions.webservices.netsuite.com}PurchLandedCostList" minOccurs="0"/>
 *         <element name="accountingBookDetailList" type="{urn:common_2017_1.platform.webservices.netsuite.com}AccountingBookDetailList" minOccurs="0"/>
 *         <element name="customFieldList" type="{urn:core_2017_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
 *       </sequence>
 *       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
 *       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ItemReceipt", namespace = "urn:purchases_2017_1.transactions.webservices.netsuite.com", propOrder = { "createdDate", "lastModifiedDate", "customForm", "exchangeRate", "entity", "currencyName", "subsidiary", "createdFrom", "tranDate", "partner", "postingPeriod", "tranId", "inboundShipment", "memo", "itemFulfillment", "currency", "landedCostMethod", "landedCostPerLine", "itemList", "expenseList", "landedCostsList", "accountingBookDetailList", "customFieldList" }) public class ItemReceipt extends Record implements Serializable { @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar createdDate; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar lastModifiedDate; protected RecordRef customForm; protected Double exchangeRate; protected RecordRef entity; protected String currencyName; protected RecordRef subsidiary; protected RecordRef createdFrom; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar tranDate; protected RecordRef partner; protected RecordRef postingPeriod; protected String tranId; protected RecordRef inboundShipment; protected String memo; protected RecordRef itemFulfillment; protected RecordRef currency; @XmlSchemaType(name = "string") protected LandedCostMethod landedCostMethod; protected Boolean landedCostPerLine; protected ItemReceiptItemList itemList; protected ItemReceiptExpenseList expenseList; protected PurchLandedCostList landedCostsList; protected AccountingBookDetailList accountingBookDetailList; protected CustomFieldList customFieldList; @XmlAttribute(name = "internalId") protected String internalId; @XmlAttribute(name = "externalId") protected String externalId; /** * Gets the value of the createdDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getCreatedDate() { return createdDate; } /** * Sets the value of the createdDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setCreatedDate(XMLGregorianCalendar value) { this.createdDate = value; } /** * Gets the value of the lastModifiedDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getLastModifiedDate() { return lastModifiedDate; } /** * Sets the value of the lastModifiedDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setLastModifiedDate(XMLGregorianCalendar value) { this.lastModifiedDate = value; } /** * Gets the value of the customForm property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getCustomForm() { return customForm; } /** * Sets the value of the customForm property. * * @param value * allowed object is * {@link RecordRef } * */ public void setCustomForm(RecordRef value) { this.customForm = value; } /** * Gets the value of the exchangeRate property. * * @return * possible object is * {@link Double } * */ public Double getExchangeRate() { return exchangeRate; } /** * Sets the value of the exchangeRate property. * * @param value * allowed object is * {@link Double } * */ public void setExchangeRate(Double value) { this.exchangeRate = value; } /** * Gets the value of the entity property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getEntity() { return entity; } /** * Sets the value of the entity property. * * @param value * allowed object is * {@link RecordRef } * */ public void setEntity(RecordRef value) { this.entity = value; } /** * Gets the value of the currencyName property. * * @return * possible object is * {@link String } * */ public String getCurrencyName() { return currencyName; } /** * Sets the value of the currencyName property. * * @param value * allowed object is * {@link String } * */ public void setCurrencyName(String value) { this.currencyName = value; } /** * Gets the value of the subsidiary property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getSubsidiary() { return subsidiary; } /** * Sets the value of the subsidiary property. * * @param value * allowed object is * {@link RecordRef } * */ public void setSubsidiary(RecordRef value) { this.subsidiary = value; } /** * Gets the value of the createdFrom property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getCreatedFrom() { return createdFrom; } /** * Sets the value of the createdFrom property. * * @param value * allowed object is * {@link RecordRef } * */ public void setCreatedFrom(RecordRef value) { this.createdFrom = value; } /** * Gets the value of the tranDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getTranDate() { return tranDate; } /** * Sets the value of the tranDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setTranDate(XMLGregorianCalendar value) { this.tranDate = value; } /** * Gets the value of the partner property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getPartner() { return partner; } /** * Sets the value of the partner property. * * @param value * allowed object is * {@link RecordRef } * */ public void setPartner(RecordRef value) { this.partner = value; } /** * Gets the value of the postingPeriod property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getPostingPeriod() { return postingPeriod; } /** * Sets the value of the postingPeriod property. * * @param value * allowed object is * {@link RecordRef } * */ public void setPostingPeriod(RecordRef value) { this.postingPeriod = value; } /** * Gets the value of the tranId property. * * @return * possible object is * {@link String } * */ public String getTranId() { return tranId; } /** * Sets the value of the tranId property. * * @param value * allowed object is * {@link String } * */ public void setTranId(String value) { this.tranId = value; } /** * Gets the value of the inboundShipment property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getInboundShipment() { return inboundShipment; } /** * Sets the value of the inboundShipment property. * * @param value * allowed object is * {@link RecordRef } * */ public void setInboundShipment(RecordRef value) { this.inboundShipment = value; } /** * Gets the value of the memo property. * * @return * possible object is * {@link String } * */ public String getMemo() { return memo; } /** * Sets the value of the memo property. * * @param value * allowed object is * {@link String } * */ public void setMemo(String value) { this.memo = value; } /** * Gets the value of the itemFulfillment property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getItemFulfillment() { return itemFulfillment; } /** * Sets the value of the itemFulfillment property. * * @param value * allowed object is * {@link RecordRef } * */ public void setItemFulfillment(RecordRef value) { this.itemFulfillment = value; } /** * Gets the value of the currency property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getCurrency() { return currency; } /** * Sets the value of the currency property. * * @param value * allowed object is * {@link RecordRef } * */ public void setCurrency(RecordRef value) { this.currency = value; } /** * Gets the value of the landedCostMethod property. * * @return * possible object is * {@link LandedCostMethod } * */ public LandedCostMethod getLandedCostMethod() { return landedCostMethod; } /** * Sets the value of the landedCostMethod property. * * @param value * allowed object is * {@link LandedCostMethod } * */ public void setLandedCostMethod(LandedCostMethod value) { this.landedCostMethod = value; } /** * Gets the value of the landedCostPerLine property. * * @return * possible object is * {@link Boolean } * */ public Boolean isLandedCostPerLine() { return landedCostPerLine; } /** * Sets the value of the landedCostPerLine property. * * @param value * allowed object is * {@link Boolean } * */ public void setLandedCostPerLine(Boolean value) { this.landedCostPerLine = value; } /** * Gets the value of the itemList property. * * @return * possible object is * {@link ItemReceiptItemList } * */ public ItemReceiptItemList getItemList() { return itemList; } /** * Sets the value of the itemList property. * * @param value * allowed object is * {@link ItemReceiptItemList } * */ public void setItemList(ItemReceiptItemList value) { this.itemList = value; } /** * Gets the value of the expenseList property. * * @return * possible object is * {@link ItemReceiptExpenseList } * */ public ItemReceiptExpenseList getExpenseList() { return expenseList; } /** * Sets the value of the expenseList property. * * @param value * allowed object is * {@link ItemReceiptExpenseList } * */ public void setExpenseList(ItemReceiptExpenseList value) { this.expenseList = value; } /** * Gets the value of the landedCostsList property. * * @return * possible object is * {@link PurchLandedCostList } * */ public PurchLandedCostList getLandedCostsList() { return landedCostsList; } /** * Sets the value of the landedCostsList property. * * @param value * allowed object is * {@link PurchLandedCostList } * */ public void setLandedCostsList(PurchLandedCostList value) { this.landedCostsList = value; } /** * Gets the value of the accountingBookDetailList property. * * @return * possible object is * {@link AccountingBookDetailList } * */ public AccountingBookDetailList getAccountingBookDetailList() { return accountingBookDetailList; } /** * Sets the value of the accountingBookDetailList property. * * @param value * allowed object is * {@link AccountingBookDetailList } * */ public void setAccountingBookDetailList(AccountingBookDetailList value) { this.accountingBookDetailList = 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; } /** * Gets the value of the internalId property. * * @return * possible object is * {@link String } * */ public String getInternalId() { return internalId; } /** * Sets the value of the internalId property. * * @param value * allowed object is * {@link String } * */ public void setInternalId(String value) { this.internalId = value; } /** * Gets the value of the externalId property. * * @return * possible object is * {@link String } * */ public String getExternalId() { return externalId; } /** * Sets the value of the externalId property. * * @param value * allowed object is * {@link String } * */ public void setExternalId(String value) { this.externalId = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy