public class

TimeBillSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.TimeBillSearchRowBasic

Class Overview

Java class for TimeBillSearchRowBasic complex type.

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

 <complexType name="TimeBillSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="break" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customer" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="date" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dateCreated" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="durationDecimal" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="employee" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endTime" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hours" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isBillable" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isExempt" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isProductive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isUtilized" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModified" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="memo" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="paidExternally" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="payItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="payrollDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startTime" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="supervisorApproval" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="temporaryLocalJurisdiction" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="temporaryStateJurisdiction" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> _break
protected List<SearchColumnSelectField> clazz
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnSelectField> customer
protected List<SearchColumnDateField> date
protected List<SearchColumnDateField> dateCreated
protected List<SearchColumnSelectField> department
protected List<SearchColumnDoubleField> durationDecimal
protected List<SearchColumnSelectField> employee
protected List<SearchColumnDateField> endTime
protected List<SearchColumnStringField> externalId
protected List<SearchColumnStringField> hours
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isBillable
protected List<SearchColumnBooleanField> isExempt
protected List<SearchColumnBooleanField> isProductive
protected List<SearchColumnBooleanField> isUtilized
protected List<SearchColumnStringField> item
protected List<SearchColumnDateField> lastModified
protected List<SearchColumnSelectField> location
protected List<SearchColumnStringField> memo
protected List<SearchColumnBooleanField> paidExternally
protected List<SearchColumnSelectField> payItem
protected List<SearchColumnDateField> payrollDate
protected List<SearchColumnDoubleField> rate
protected List<SearchColumnDateField> startTime
protected List<SearchColumnStringField> status
protected List<SearchColumnStringField> subsidiary
protected List<SearchColumnBooleanField> supervisorApproval
protected List<SearchColumnStringField> temporaryLocalJurisdiction
protected List<SearchColumnStringField> temporaryStateJurisdiction
protected List<SearchColumnEnumSelectField> type
Public Constructors
TimeBillSearchRowBasic()
Public Methods
List<SearchColumnStringField> getBreak()
Gets the value of the break property.
List<SearchColumnSelectField> getClazz()
Gets the value of the clazz property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnSelectField> getCustomer()
Gets the value of the customer property.
List<SearchColumnDateField> getDate()
Gets the value of the date property.
List<SearchColumnDateField> getDateCreated()
Gets the value of the dateCreated property.
List<SearchColumnSelectField> getDepartment()
Gets the value of the department property.
List<SearchColumnDoubleField> getDurationDecimal()
Gets the value of the durationDecimal property.
List<SearchColumnSelectField> getEmployee()
Gets the value of the employee property.
List<SearchColumnDateField> getEndTime()
Gets the value of the endTime property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnStringField> getHours()
Gets the value of the hours property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsBillable()
Gets the value of the isBillable property.
List<SearchColumnBooleanField> getIsExempt()
Gets the value of the isExempt property.
List<SearchColumnBooleanField> getIsProductive()
Gets the value of the isProductive property.
List<SearchColumnBooleanField> getIsUtilized()
Gets the value of the isUtilized property.
List<SearchColumnStringField> getItem()
Gets the value of the item property.
List<SearchColumnDateField> getLastModified()
Gets the value of the lastModified property.
List<SearchColumnSelectField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getMemo()
Gets the value of the memo property.
List<SearchColumnBooleanField> getPaidExternally()
Gets the value of the paidExternally property.
List<SearchColumnSelectField> getPayItem()
Gets the value of the payItem property.
List<SearchColumnDateField> getPayrollDate()
Gets the value of the payrollDate property.
List<SearchColumnDoubleField> getRate()
Gets the value of the rate property.
List<SearchColumnDateField> getStartTime()
Gets the value of the startTime property.
List<SearchColumnStringField> getStatus()
Gets the value of the status property.
List<SearchColumnStringField> getSubsidiary()
Gets the value of the subsidiary property.
List<SearchColumnBooleanField> getSupervisorApproval()
Gets the value of the supervisorApproval property.
List<SearchColumnStringField> getTemporaryLocalJurisdiction()
Gets the value of the temporaryLocalJurisdiction property.
List<SearchColumnStringField> getTemporaryStateJurisdiction()
Gets the value of the temporaryStateJurisdiction property.
List<SearchColumnEnumSelectField> getType()
Gets the value of the type property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> _break

protected List<SearchColumnSelectField> clazz

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnSelectField> customer

protected List<SearchColumnDateField> date

protected List<SearchColumnDateField> dateCreated

protected List<SearchColumnSelectField> department

protected List<SearchColumnDoubleField> durationDecimal

protected List<SearchColumnSelectField> employee

protected List<SearchColumnDateField> endTime

protected List<SearchColumnStringField> externalId

protected List<SearchColumnStringField> hours

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isBillable

protected List<SearchColumnBooleanField> isExempt

protected List<SearchColumnBooleanField> isProductive

protected List<SearchColumnBooleanField> isUtilized

protected List<SearchColumnStringField> item

protected List<SearchColumnDateField> lastModified

protected List<SearchColumnSelectField> location

protected List<SearchColumnStringField> memo

protected List<SearchColumnBooleanField> paidExternally

protected List<SearchColumnSelectField> payItem

protected List<SearchColumnDateField> payrollDate

protected List<SearchColumnDoubleField> rate

protected List<SearchColumnDateField> startTime

protected List<SearchColumnStringField> status

protected List<SearchColumnStringField> subsidiary

protected List<SearchColumnBooleanField> supervisorApproval

protected List<SearchColumnStringField> temporaryLocalJurisdiction

protected List<SearchColumnStringField> temporaryStateJurisdiction

protected List<SearchColumnEnumSelectField> type

Public Constructors

public TimeBillSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getBreak ()

Gets the value of the break property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the break property.

For example, to add a new item, do as follows:

    getBreak().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getClazz ()

Gets the value of the clazz property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the clazz property.

For example, to add a new item, do as follows:

    getClazz().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnSelectField> getCustomer ()

Gets the value of the customer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customer property.

For example, to add a new item, do as follows:

    getCustomer().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDateField> getDate ()

Gets the value of the date property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the date property.

For example, to add a new item, do as follows:

    getDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnDateField> getDateCreated ()

Gets the value of the dateCreated property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dateCreated property.

For example, to add a new item, do as follows:

    getDateCreated().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnSelectField> getDepartment ()

Gets the value of the department property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the department property.

For example, to add a new item, do as follows:

    getDepartment().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDoubleField> getDurationDecimal ()

Gets the value of the durationDecimal property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the durationDecimal property.

For example, to add a new item, do as follows:

    getDurationDecimal().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnSelectField> getEmployee ()

Gets the value of the employee property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the employee property.

For example, to add a new item, do as follows:

    getEmployee().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDateField> getEndTime ()

Gets the value of the endTime property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the endTime property.

For example, to add a new item, do as follows:

    getEndTime().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnStringField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getHours ()

Gets the value of the hours property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the hours property.

For example, to add a new item, do as follows:

    getHours().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnBooleanField> getIsBillable ()

Gets the value of the isBillable property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isBillable property.

For example, to add a new item, do as follows:

    getIsBillable().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnBooleanField> getIsExempt ()

Gets the value of the isExempt property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isExempt property.

For example, to add a new item, do as follows:

    getIsExempt().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnBooleanField> getIsProductive ()

Gets the value of the isProductive property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isProductive property.

For example, to add a new item, do as follows:

    getIsProductive().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnBooleanField> getIsUtilized ()

Gets the value of the isUtilized property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the isUtilized property.

For example, to add a new item, do as follows:

    getIsUtilized().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getItem ()

Gets the value of the item property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDateField> getLastModified ()

Gets the value of the lastModified property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lastModified property.

For example, to add a new item, do as follows:

    getLastModified().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnSelectField> getLocation ()

Gets the value of the location property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the location property.

For example, to add a new item, do as follows:

    getLocation().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getMemo ()

Gets the value of the memo property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the memo property.

For example, to add a new item, do as follows:

    getMemo().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnBooleanField> getPaidExternally ()

Gets the value of the paidExternally property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the paidExternally property.

For example, to add a new item, do as follows:

    getPaidExternally().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnSelectField> getPayItem ()

Gets the value of the payItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the payItem property.

For example, to add a new item, do as follows:

    getPayItem().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDateField> getPayrollDate ()

Gets the value of the payrollDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the payrollDate property.

For example, to add a new item, do as follows:

    getPayrollDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnDoubleField> getRate ()

Gets the value of the rate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rate property.

For example, to add a new item, do as follows:

    getRate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDateField> getStartTime ()

Gets the value of the startTime property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the startTime property.

For example, to add a new item, do as follows:

    getStartTime().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnStringField> getStatus ()

Gets the value of the status property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the status property.

For example, to add a new item, do as follows:

    getStatus().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getSubsidiary ()

Gets the value of the subsidiary property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subsidiary property.

For example, to add a new item, do as follows:

    getSubsidiary().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnBooleanField> getSupervisorApproval ()

Gets the value of the supervisorApproval property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the supervisorApproval property.

For example, to add a new item, do as follows:

    getSupervisorApproval().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getTemporaryLocalJurisdiction ()

Gets the value of the temporaryLocalJurisdiction property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the temporaryLocalJurisdiction property.

For example, to add a new item, do as follows:

    getTemporaryLocalJurisdiction().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getTemporaryStateJurisdiction ()

Gets the value of the temporaryStateJurisdiction property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the temporaryStateJurisdiction property.

For example, to add a new item, do as follows:

    getTemporaryStateJurisdiction().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnEnumSelectField> getType ()

Gets the value of the type property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the type property.

For example, to add a new item, do as follows:

    getType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnEnumSelectField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList