public class

PaycheckJournal

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.transactions.employees_2013_2.PaycheckJournal

Class Overview

Java class for PaycheckJournal complex type.

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

 <complexType name="PaycheckJournal">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="currency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="exchangeRate" type="{http://www.w3.org/2001/XMLSchema}double" 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="customForm" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="employee" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="tranDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="postingPeriod" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="account" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="companyContributionList" type="{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalCompanyContributionList" minOccurs="0"/>
         <element name="deductionList" type="{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalDeductionList" minOccurs="0"/>
         <element name="employeeTaxList" type="{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalEmployeeTaxList" minOccurs="0"/>
         <element name="companyTaxList" type="{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalCompanyTaxList" minOccurs="0"/>
         <element name="earningList" type="{urn:employees_2013_2.transactions.webservices.netsuite.com}PaycheckJournalEarningList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.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>
 

Summary

Fields
protected RecordRef account
protected RecordRef clazz
protected PaycheckJournalCompanyContributionList companyContributionList
protected PaycheckJournalCompanyTaxList companyTaxList
protected XMLGregorianCalendar createdDate
protected RecordRef currency
protected CustomFieldList customFieldList
protected RecordRef customForm
protected PaycheckJournalDeductionList deductionList
protected RecordRef department
protected PaycheckJournalEarningList earningList
protected RecordRef employee
protected PaycheckJournalEmployeeTaxList employeeTaxList
protected Double exchangeRate
protected String externalId
protected String internalId
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef location
protected RecordRef postingPeriod
protected RecordRef subsidiary
protected XMLGregorianCalendar tranDate
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
PaycheckJournal()
Public Methods
RecordRef getAccount()
Gets the value of the account property.
RecordRef getClazz()
Gets the value of the clazz property.
PaycheckJournalCompanyContributionList getCompanyContributionList()
Gets the value of the companyContributionList property.
PaycheckJournalCompanyTaxList getCompanyTaxList()
Gets the value of the companyTaxList property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
RecordRef getCurrency()
Gets the value of the currency property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
PaycheckJournalDeductionList getDeductionList()
Gets the value of the deductionList property.
RecordRef getDepartment()
Gets the value of the department property.
PaycheckJournalEarningList getEarningList()
Gets the value of the earningList property.
RecordRef getEmployee()
Gets the value of the employee property.
PaycheckJournalEmployeeTaxList getEmployeeTaxList()
Gets the value of the employeeTaxList property.
Double getExchangeRate()
Gets the value of the exchangeRate property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getLocation()
Gets the value of the location property.
RecordRef getPostingPeriod()
Gets the value of the postingPeriod property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
XMLGregorianCalendar getTranDate()
Gets the value of the tranDate property.
void setAccount(RecordRef value)
Sets the value of the account property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCompanyContributionList(PaycheckJournalCompanyContributionList value)
Sets the value of the companyContributionList property.
void setCompanyTaxList(PaycheckJournalCompanyTaxList value)
Sets the value of the companyTaxList property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCurrency(RecordRef value)
Sets the value of the currency property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDeductionList(PaycheckJournalDeductionList value)
Sets the value of the deductionList property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setEarningList(PaycheckJournalEarningList value)
Sets the value of the earningList property.
void setEmployee(RecordRef value)
Sets the value of the employee property.
void setEmployeeTaxList(PaycheckJournalEmployeeTaxList value)
Sets the value of the employeeTaxList property.
void setExchangeRate(Double value)
Sets the value of the exchangeRate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setPostingPeriod(RecordRef value)
Sets the value of the postingPeriod property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setTranDate(XMLGregorianCalendar value)
Sets the value of the tranDate property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected RecordRef account

protected RecordRef clazz

protected PaycheckJournalCompanyContributionList companyContributionList

protected PaycheckJournalCompanyTaxList companyTaxList

protected XMLGregorianCalendar createdDate

protected RecordRef currency

protected CustomFieldList customFieldList

protected RecordRef customForm

protected PaycheckJournalDeductionList deductionList

protected RecordRef department

protected PaycheckJournalEarningList earningList

protected RecordRef employee

protected PaycheckJournalEmployeeTaxList employeeTaxList

protected Double exchangeRate

protected String externalId

protected String internalId

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef location

protected RecordRef postingPeriod

protected RecordRef subsidiary

protected XMLGregorianCalendar tranDate

Public Constructors

public PaycheckJournal ()

Public Methods

public RecordRef getAccount ()

Gets the value of the account property.

Returns

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public PaycheckJournalCompanyContributionList getCompanyContributionList ()

Gets the value of the companyContributionList property.

Returns

public PaycheckJournalCompanyTaxList getCompanyTaxList ()

Gets the value of the companyTaxList property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getCurrency ()

Gets the value of the currency property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public PaycheckJournalDeductionList getDeductionList ()

Gets the value of the deductionList property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public PaycheckJournalEarningList getEarningList ()

Gets the value of the earningList property.

Returns

public RecordRef getEmployee ()

Gets the value of the employee property.

Returns

public PaycheckJournalEmployeeTaxList getEmployeeTaxList ()

Gets the value of the employeeTaxList property.

Returns

public Double getExchangeRate ()

Gets the value of the exchangeRate property.

Returns
  • possible object is Double

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public RecordRef getPostingPeriod ()

Gets the value of the postingPeriod property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public XMLGregorianCalendar getTranDate ()

Gets the value of the tranDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAccount (RecordRef value)

Sets the value of the account property.

Parameters
value Allowed object is RecordRef

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCompanyContributionList (PaycheckJournalCompanyContributionList value)

Sets the value of the companyContributionList property.

Parameters
value Allowed object is PaycheckJournalCompanyContributionList

public void setCompanyTaxList (PaycheckJournalCompanyTaxList value)

Sets the value of the companyTaxList property.

Parameters
value Allowed object is PaycheckJournalCompanyTaxList

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCurrency (RecordRef value)

Sets the value of the currency property.

Parameters
value Allowed object is RecordRef

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setDeductionList (PaycheckJournalDeductionList value)

Sets the value of the deductionList property.

Parameters
value Allowed object is PaycheckJournalDeductionList

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setEarningList (PaycheckJournalEarningList value)

Sets the value of the earningList property.

Parameters
value Allowed object is PaycheckJournalEarningList

public void setEmployee (RecordRef value)

Sets the value of the employee property.

Parameters
value Allowed object is RecordRef

public void setEmployeeTaxList (PaycheckJournalEmployeeTaxList value)

Sets the value of the employeeTaxList property.

Parameters
value Allowed object is PaycheckJournalEmployeeTaxList

public void setExchangeRate (Double value)

Sets the value of the exchangeRate property.

Parameters
value Allowed object is Double

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setPostingPeriod (RecordRef value)

Sets the value of the postingPeriod property.

Parameters
value Allowed object is RecordRef

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setTranDate (XMLGregorianCalendar value)

Sets the value of the tranDate property.

Parameters
value Allowed object is XMLGregorianCalendar