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

com.bytekast.netsuite.client.Check 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.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * 

Java class for Check complex type. * *

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

 * <complexType name="Check">
 *   <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="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="customForm" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="account" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="balance" 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="address" 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="postingPeriod" 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="currency" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="voidJournal" 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="toBePrinted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="tranId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="department" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="taxTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="class" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="tax2Total" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="location" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="userTotal" type="{http://www.w3.org/2001/XMLSchema}double" 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="transactionNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="expenseList" type="{urn:bank_2017_1.transactions.webservices.netsuite.com}CheckExpenseList" minOccurs="0"/>
 *         <element name="itemList" type="{urn:bank_2017_1.transactions.webservices.netsuite.com}CheckItemList" minOccurs="0"/>
 *         <element name="accountingBookDetailList" type="{urn:common_2017_1.platform.webservices.netsuite.com}AccountingBookDetailList" minOccurs="0"/>
 *         <element name="landedCostsList" type="{urn:bank_2017_1.transactions.webservices.netsuite.com}CheckLandedCostList" minOccurs="0"/>
 *         <element name="billPay" type="{http://www.w3.org/2001/XMLSchema}boolean" 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 = "Check", namespace = "urn:bank_2017_1.transactions.webservices.netsuite.com", propOrder = { "createdDate", "lastModifiedDate", "status", "customForm", "account", "balance", "entity", "address", "subsidiary", "postingPeriod", "tranDate", "currency", "voidJournal", "exchangeRate", "toBePrinted", "tranId", "memo", "department", "taxTotal", "clazz", "tax2Total", "location", "userTotal", "landedCostMethod", "landedCostPerLine", "transactionNumber", "expenseList", "itemList", "accountingBookDetailList", "landedCostsList", "billPay", "customFieldList" }) public class Check extends Record implements Serializable { @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar createdDate; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar lastModifiedDate; protected String status; protected RecordRef customForm; protected RecordRef account; protected Double balance; protected RecordRef entity; protected String address; protected RecordRef subsidiary; protected RecordRef postingPeriod; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar tranDate; protected RecordRef currency; protected RecordRef voidJournal; protected Double exchangeRate; protected Boolean toBePrinted; protected String tranId; protected String memo; protected RecordRef department; protected Double taxTotal; @XmlElement(name = "class") protected RecordRef clazz; protected Double tax2Total; protected RecordRef location; protected Double userTotal; @XmlSchemaType(name = "string") protected LandedCostMethod landedCostMethod; protected Boolean landedCostPerLine; protected String transactionNumber; protected CheckExpenseList expenseList; protected CheckItemList itemList; protected AccountingBookDetailList accountingBookDetailList; protected CheckLandedCostList landedCostsList; protected Boolean billPay; 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 status property. * * @return * possible object is * {@link String } * */ public String getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link String } * */ public void setStatus(String value) { this.status = 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 account property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getAccount() { return account; } /** * Sets the value of the account property. * * @param value * allowed object is * {@link RecordRef } * */ public void setAccount(RecordRef value) { this.account = value; } /** * Gets the value of the balance property. * * @return * possible object is * {@link Double } * */ public Double getBalance() { return balance; } /** * Sets the value of the balance property. * * @param value * allowed object is * {@link Double } * */ public void setBalance(Double value) { this.balance = 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 address property. * * @return * possible object is * {@link String } * */ public String getAddress() { return address; } /** * Sets the value of the address property. * * @param value * allowed object is * {@link String } * */ public void setAddress(String value) { this.address = 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 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 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 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 voidJournal property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getVoidJournal() { return voidJournal; } /** * Sets the value of the voidJournal property. * * @param value * allowed object is * {@link RecordRef } * */ public void setVoidJournal(RecordRef value) { this.voidJournal = 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 toBePrinted property. * * @return * possible object is * {@link Boolean } * */ public Boolean isToBePrinted() { return toBePrinted; } /** * Sets the value of the toBePrinted property. * * @param value * allowed object is * {@link Boolean } * */ public void setToBePrinted(Boolean value) { this.toBePrinted = 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 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 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 taxTotal property. * * @return * possible object is * {@link Double } * */ public Double getTaxTotal() { return taxTotal; } /** * Sets the value of the taxTotal property. * * @param value * allowed object is * {@link Double } * */ public void setTaxTotal(Double value) { this.taxTotal = 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 tax2Total property. * * @return * possible object is * {@link Double } * */ public Double getTax2Total() { return tax2Total; } /** * Sets the value of the tax2Total property. * * @param value * allowed object is * {@link Double } * */ public void setTax2Total(Double value) { this.tax2Total = value; } /** * Gets the value of the location property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getLocation() { return location; } /** * Sets the value of the location property. * * @param value * allowed object is * {@link RecordRef } * */ public void setLocation(RecordRef value) { this.location = value; } /** * Gets the value of the userTotal property. * * @return * possible object is * {@link Double } * */ public Double getUserTotal() { return userTotal; } /** * Sets the value of the userTotal property. * * @param value * allowed object is * {@link Double } * */ public void setUserTotal(Double value) { this.userTotal = 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 transactionNumber property. * * @return * possible object is * {@link String } * */ public String getTransactionNumber() { return transactionNumber; } /** * Sets the value of the transactionNumber property. * * @param value * allowed object is * {@link String } * */ public void setTransactionNumber(String value) { this.transactionNumber = value; } /** * Gets the value of the expenseList property. * * @return * possible object is * {@link CheckExpenseList } * */ public CheckExpenseList getExpenseList() { return expenseList; } /** * Sets the value of the expenseList property. * * @param value * allowed object is * {@link CheckExpenseList } * */ public void setExpenseList(CheckExpenseList value) { this.expenseList = value; } /** * Gets the value of the itemList property. * * @return * possible object is * {@link CheckItemList } * */ public CheckItemList getItemList() { return itemList; } /** * Sets the value of the itemList property. * * @param value * allowed object is * {@link CheckItemList } * */ public void setItemList(CheckItemList value) { this.itemList = 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 landedCostsList property. * * @return * possible object is * {@link CheckLandedCostList } * */ public CheckLandedCostList getLandedCostsList() { return landedCostsList; } /** * Sets the value of the landedCostsList property. * * @param value * allowed object is * {@link CheckLandedCostList } * */ public void setLandedCostsList(CheckLandedCostList value) { this.landedCostsList = value; } /** * Gets the value of the billPay property. * * @return * possible object is * {@link Boolean } * */ public Boolean isBillPay() { return billPay; } /** * Sets the value of the billPay property. * * @param value * allowed object is * {@link Boolean } * */ public void setBillPay(Boolean value) { this.billPay = 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