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

com.bytekast.netsuite.client.InterCompanyJournalEntry 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 InterCompanyJournalEntry complex type. * *

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

 * <complexType name="InterCompanyJournalEntry">
 *   <complexContent>
 *     <extension base="{urn:core_2017_1.platform.webservices.netsuite.com}Record">
 *       <sequence>
 *         <element name="postingPeriod" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="customForm" 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="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
 *         <element name="tranId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="reversalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
 *         <element name="reversalDefer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="parentExpenseAlloc" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="isBookSpecific" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="accountingBook" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="reversalEntry" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="createdFrom" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="department" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="class" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="location" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="subsidiary" 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="toSubsidiary" type="{urn:core_2017_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
 *         <element name="approved" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <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="lineList" type="{urn:general_2017_1.transactions.webservices.netsuite.com}InterCompanyJournalEntryLineList" minOccurs="0"/>
 *         <element name="accountingBookDetailList" type="{urn:general_2017_1.transactions.webservices.netsuite.com}InterCompanyJournalEntryAccountingBookDetailList" 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 = "InterCompanyJournalEntry", namespace = "urn:general_2017_1.transactions.webservices.netsuite.com", propOrder = { "postingPeriod", "customForm", "tranDate", "currency", "exchangeRate", "tranId", "reversalDate", "reversalDefer", "parentExpenseAlloc", "isBookSpecific", "accountingBook", "reversalEntry", "createdFrom", "department", "clazz", "location", "subsidiary", "memo", "toSubsidiary", "approved", "createdDate", "lastModifiedDate", "lineList", "accountingBookDetailList", "customFieldList" }) public class InterCompanyJournalEntry extends Record implements Serializable { protected RecordRef postingPeriod; protected RecordRef customForm; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar tranDate; protected RecordRef currency; protected Double exchangeRate; protected String tranId; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar reversalDate; protected Boolean reversalDefer; protected RecordRef parentExpenseAlloc; protected Boolean isBookSpecific; protected RecordRef accountingBook; protected String reversalEntry; protected RecordRef createdFrom; protected RecordRef department; @XmlElement(name = "class") protected RecordRef clazz; protected RecordRef location; protected RecordRef subsidiary; protected String memo; protected RecordRef toSubsidiary; protected Boolean approved; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar createdDate; @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar lastModifiedDate; protected InterCompanyJournalEntryLineList lineList; protected InterCompanyJournalEntryAccountingBookDetailList accountingBookDetailList; protected CustomFieldList customFieldList; @XmlAttribute(name = "internalId") protected String internalId; @XmlAttribute(name = "externalId") protected String externalId; /** * 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 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 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 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 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 reversalDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getReversalDate() { return reversalDate; } /** * Sets the value of the reversalDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setReversalDate(XMLGregorianCalendar value) { this.reversalDate = value; } /** * Gets the value of the reversalDefer property. * * @return * possible object is * {@link Boolean } * */ public Boolean isReversalDefer() { return reversalDefer; } /** * Sets the value of the reversalDefer property. * * @param value * allowed object is * {@link Boolean } * */ public void setReversalDefer(Boolean value) { this.reversalDefer = value; } /** * Gets the value of the parentExpenseAlloc property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getParentExpenseAlloc() { return parentExpenseAlloc; } /** * Sets the value of the parentExpenseAlloc property. * * @param value * allowed object is * {@link RecordRef } * */ public void setParentExpenseAlloc(RecordRef value) { this.parentExpenseAlloc = value; } /** * Gets the value of the isBookSpecific property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsBookSpecific() { return isBookSpecific; } /** * Sets the value of the isBookSpecific property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsBookSpecific(Boolean value) { this.isBookSpecific = value; } /** * Gets the value of the accountingBook property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getAccountingBook() { return accountingBook; } /** * Sets the value of the accountingBook property. * * @param value * allowed object is * {@link RecordRef } * */ public void setAccountingBook(RecordRef value) { this.accountingBook = value; } /** * Gets the value of the reversalEntry property. * * @return * possible object is * {@link String } * */ public String getReversalEntry() { return reversalEntry; } /** * Sets the value of the reversalEntry property. * * @param value * allowed object is * {@link String } * */ public void setReversalEntry(String value) { this.reversalEntry = 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 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 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 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 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 toSubsidiary property. * * @return * possible object is * {@link RecordRef } * */ public RecordRef getToSubsidiary() { return toSubsidiary; } /** * Sets the value of the toSubsidiary property. * * @param value * allowed object is * {@link RecordRef } * */ public void setToSubsidiary(RecordRef value) { this.toSubsidiary = value; } /** * Gets the value of the approved property. * * @return * possible object is * {@link Boolean } * */ public Boolean isApproved() { return approved; } /** * Sets the value of the approved property. * * @param value * allowed object is * {@link Boolean } * */ public void setApproved(Boolean value) { this.approved = value; } /** * 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 lineList property. * * @return * possible object is * {@link InterCompanyJournalEntryLineList } * */ public InterCompanyJournalEntryLineList getLineList() { return lineList; } /** * Sets the value of the lineList property. * * @param value * allowed object is * {@link InterCompanyJournalEntryLineList } * */ public void setLineList(InterCompanyJournalEntryLineList value) { this.lineList = value; } /** * Gets the value of the accountingBookDetailList property. * * @return * possible object is * {@link InterCompanyJournalEntryAccountingBookDetailList } * */ public InterCompanyJournalEntryAccountingBookDetailList getAccountingBookDetailList() { return accountingBookDetailList; } /** * Sets the value of the accountingBookDetailList property. * * @param value * allowed object is * {@link InterCompanyJournalEntryAccountingBookDetailList } * */ public void setAccountingBookDetailList(InterCompanyJournalEntryAccountingBookDetailList 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