public class

TaskSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.TaskSearchRowBasic

Class Overview

Java class for TaskSearchRowBasic complex type.

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

 <complexType name="TaskSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="accessLevel" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="actualTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="assigned" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="company" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="completedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contact" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dueDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="estimatedTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="estimatedTimeOverride" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isJobSummaryTask" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isJobTask" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="markdone" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="milestone" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="order" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="owner" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="percentComplete" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="percentTimeComplete" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="priority" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="timeRemaining" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="title" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transaction" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> accessLevel
protected List<SearchColumnDoubleField> actualTime
protected List<SearchColumnSelectField> assigned
protected List<SearchColumnSelectField> company
protected List<SearchColumnDateField> completedDate
protected List<SearchColumnSelectField> contact
protected List<SearchColumnDateField> createdDate
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnDateField> dueDate
protected List<SearchColumnDoubleField> estimatedTime
protected List<SearchColumnDoubleField> estimatedTimeOverride
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isJobSummaryTask
protected List<SearchColumnBooleanField> isJobTask
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnStringField> markdone
protected List<SearchColumnStringField> message
protected List<SearchColumnSelectField> milestone
protected List<SearchColumnLongField> order
protected List<SearchColumnSelectField> owner
protected List<SearchColumnDoubleField> percentComplete
protected List<SearchColumnDoubleField> percentTimeComplete
protected List<SearchColumnEnumSelectField> priority
protected List<SearchColumnDateField> startDate
protected List<SearchColumnStringField> startTime
protected List<SearchColumnEnumSelectField> status
protected List<SearchColumnDoubleField> timeRemaining
protected List<SearchColumnStringField> title
protected List<SearchColumnSelectField> transaction
Public Constructors
TaskSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAccessLevel()
Gets the value of the accessLevel property.
List<SearchColumnDoubleField> getActualTime()
Gets the value of the actualTime property.
List<SearchColumnSelectField> getAssigned()
Gets the value of the assigned property.
List<SearchColumnSelectField> getCompany()
Gets the value of the company property.
List<SearchColumnDateField> getCompletedDate()
Gets the value of the completedDate property.
List<SearchColumnSelectField> getContact()
Gets the value of the contact property.
List<SearchColumnDateField> getCreatedDate()
Gets the value of the createdDate property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnDateField> getDueDate()
Gets the value of the dueDate property.
List<SearchColumnDoubleField> getEstimatedTime()
Gets the value of the estimatedTime property.
List<SearchColumnDoubleField> getEstimatedTimeOverride()
Gets the value of the estimatedTimeOverride property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsJobSummaryTask()
Gets the value of the isJobSummaryTask property.
List<SearchColumnBooleanField> getIsJobTask()
Gets the value of the isJobTask property.
List<SearchColumnDateField> getLastModifiedDate()
Gets the value of the lastModifiedDate property.
List<SearchColumnStringField> getMarkdone()
Gets the value of the markdone property.
List<SearchColumnStringField> getMessage()
Gets the value of the message property.
List<SearchColumnSelectField> getMilestone()
Gets the value of the milestone property.
List<SearchColumnLongField> getOrder()
Gets the value of the order property.
List<SearchColumnSelectField> getOwner()
Gets the value of the owner property.
List<SearchColumnDoubleField> getPercentComplete()
Gets the value of the percentComplete property.
List<SearchColumnDoubleField> getPercentTimeComplete()
Gets the value of the percentTimeComplete property.
List<SearchColumnEnumSelectField> getPriority()
Gets the value of the priority property.
List<SearchColumnDateField> getStartDate()
Gets the value of the startDate property.
List<SearchColumnStringField> getStartTime()
Gets the value of the startTime property.
List<SearchColumnEnumSelectField> getStatus()
Gets the value of the status property.
List<SearchColumnDoubleField> getTimeRemaining()
Gets the value of the timeRemaining property.
List<SearchColumnStringField> getTitle()
Gets the value of the title property.
List<SearchColumnSelectField> getTransaction()
Gets the value of the transaction property.
void setAccessLevel(List<SearchColumnStringField> accessLevel)
Sets the value of the accessLevel property.
void setActualTime(List<SearchColumnDoubleField> actualTime)
Sets the value of the actualTime property.
void setAssigned(List<SearchColumnSelectField> assigned)
Sets the value of the assigned property.
void setCompany(List<SearchColumnSelectField> company)
Sets the value of the company property.
void setCompletedDate(List<SearchColumnDateField> completedDate)
Sets the value of the completedDate property.
void setContact(List<SearchColumnSelectField> contact)
Sets the value of the contact property.
void setCreatedDate(List<SearchColumnDateField> createdDate)
Sets the value of the createdDate property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setDueDate(List<SearchColumnDateField> dueDate)
Sets the value of the dueDate property.
void setEstimatedTime(List<SearchColumnDoubleField> estimatedTime)
Sets the value of the estimatedTime property.
void setEstimatedTimeOverride(List<SearchColumnDoubleField> estimatedTimeOverride)
Sets the value of the estimatedTimeOverride property.
void setExternalId(List<SearchColumnSelectField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setIsJobSummaryTask(List<SearchColumnBooleanField> isJobSummaryTask)
Sets the value of the isJobSummaryTask property.
void setIsJobTask(List<SearchColumnBooleanField> isJobTask)
Sets the value of the isJobTask property.
void setLastModifiedDate(List<SearchColumnDateField> lastModifiedDate)
Sets the value of the lastModifiedDate property.
void setMarkdone(List<SearchColumnStringField> markdone)
Sets the value of the markdone property.
void setMessage(List<SearchColumnStringField> message)
Sets the value of the message property.
void setMilestone(List<SearchColumnSelectField> milestone)
Sets the value of the milestone property.
void setOrder(List<SearchColumnLongField> order)
Sets the value of the order property.
void setOwner(List<SearchColumnSelectField> owner)
Sets the value of the owner property.
void setPercentComplete(List<SearchColumnDoubleField> percentComplete)
Sets the value of the percentComplete property.
void setPercentTimeComplete(List<SearchColumnDoubleField> percentTimeComplete)
Sets the value of the percentTimeComplete property.
void setPriority(List<SearchColumnEnumSelectField> priority)
Sets the value of the priority property.
void setStartDate(List<SearchColumnDateField> startDate)
Sets the value of the startDate property.
void setStartTime(List<SearchColumnStringField> startTime)
Sets the value of the startTime property.
void setStatus(List<SearchColumnEnumSelectField> status)
Sets the value of the status property.
void setTimeRemaining(List<SearchColumnDoubleField> timeRemaining)
Sets the value of the timeRemaining property.
void setTitle(List<SearchColumnStringField> title)
Sets the value of the title property.
void setTransaction(List<SearchColumnSelectField> transaction)
Sets the value of the transaction property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> accessLevel

protected List<SearchColumnDoubleField> actualTime

protected List<SearchColumnSelectField> assigned

protected List<SearchColumnSelectField> company

protected List<SearchColumnDateField> completedDate

protected List<SearchColumnSelectField> contact

protected List<SearchColumnDateField> createdDate

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnDateField> dueDate

protected List<SearchColumnDoubleField> estimatedTime

protected List<SearchColumnDoubleField> estimatedTimeOverride

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isJobSummaryTask

protected List<SearchColumnBooleanField> isJobTask

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnStringField> markdone

protected List<SearchColumnStringField> message

protected List<SearchColumnSelectField> milestone

protected List<SearchColumnLongField> order

protected List<SearchColumnSelectField> owner

protected List<SearchColumnDoubleField> percentComplete

protected List<SearchColumnDoubleField> percentTimeComplete

protected List<SearchColumnEnumSelectField> priority

protected List<SearchColumnDateField> startDate

protected List<SearchColumnStringField> startTime

protected List<SearchColumnEnumSelectField> status

protected List<SearchColumnDoubleField> timeRemaining

protected List<SearchColumnStringField> title

protected List<SearchColumnSelectField> transaction

Public Constructors

public TaskSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getAccessLevel ()

Gets the value of the accessLevel 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 accessLevel property.

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

    getAccessLevel().add(newItem);
 

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

public List<SearchColumnDoubleField> getActualTime ()

Gets the value of the actualTime 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 actualTime property.

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

    getActualTime().add(newItem);
 

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

public List<SearchColumnSelectField> getAssigned ()

Gets the value of the assigned 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 assigned property.

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

    getAssigned().add(newItem);
 

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

public List<SearchColumnSelectField> getCompany ()

Gets the value of the company 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 company property.

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

    getCompany().add(newItem);
 

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

public List<SearchColumnDateField> getCompletedDate ()

Gets the value of the completedDate 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 completedDate property.

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

    getCompletedDate().add(newItem);
 

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

public List<SearchColumnSelectField> getContact ()

Gets the value of the contact 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 contact property.

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

    getContact().add(newItem);
 

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

public List<SearchColumnDateField> getCreatedDate ()

Gets the value of the createdDate 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 createdDate property.

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

    getCreatedDate().add(newItem);
 

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

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnDateField> getDueDate ()

Gets the value of the dueDate 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 dueDate property.

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

    getDueDate().add(newItem);
 

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

public List<SearchColumnDoubleField> getEstimatedTime ()

Gets the value of the estimatedTime 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 estimatedTime property.

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

    getEstimatedTime().add(newItem);
 

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

public List<SearchColumnDoubleField> getEstimatedTimeOverride ()

Gets the value of the estimatedTimeOverride 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 estimatedTimeOverride property.

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

    getEstimatedTimeOverride().add(newItem);
 

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

public List<SearchColumnSelectField> 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 SearchColumnSelectField

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> getIsJobSummaryTask ()

Gets the value of the isJobSummaryTask 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 isJobSummaryTask property.

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

    getIsJobSummaryTask().add(newItem);
 

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

public List<SearchColumnBooleanField> getIsJobTask ()

Gets the value of the isJobTask 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 isJobTask property.

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

    getIsJobTask().add(newItem);
 

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

public List<SearchColumnDateField> getLastModifiedDate ()

Gets the value of the lastModifiedDate 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 lastModifiedDate property.

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

    getLastModifiedDate().add(newItem);
 

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

public List<SearchColumnStringField> getMarkdone ()

Gets the value of the markdone 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 markdone property.

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

    getMarkdone().add(newItem);
 

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

public List<SearchColumnStringField> getMessage ()

Gets the value of the message 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 message property.

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

    getMessage().add(newItem);
 

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

public List<SearchColumnSelectField> getMilestone ()

Gets the value of the milestone 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 milestone property.

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

    getMilestone().add(newItem);
 

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

public List<SearchColumnLongField> getOrder ()

Gets the value of the order 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 order property.

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

    getOrder().add(newItem);
 

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

public List<SearchColumnSelectField> getOwner ()

Gets the value of the owner 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 owner property.

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

    getOwner().add(newItem);
 

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

public List<SearchColumnDoubleField> getPercentComplete ()

Gets the value of the percentComplete 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 percentComplete property.

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

    getPercentComplete().add(newItem);
 

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

public List<SearchColumnDoubleField> getPercentTimeComplete ()

Gets the value of the percentTimeComplete 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 percentTimeComplete property.

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

    getPercentTimeComplete().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getPriority ()

Gets the value of the priority 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 priority property.

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

    getPriority().add(newItem);
 

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

public List<SearchColumnDateField> getStartDate ()

Gets the value of the startDate 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 startDate property.

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

    getStartDate().add(newItem);
 

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

public List<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnEnumSelectField> 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 SearchColumnEnumSelectField

public List<SearchColumnDoubleField> getTimeRemaining ()

Gets the value of the timeRemaining 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 timeRemaining property.

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

    getTimeRemaining().add(newItem);
 

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

public List<SearchColumnStringField> getTitle ()

Gets the value of the title 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 title property.

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

    getTitle().add(newItem);
 

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

public List<SearchColumnSelectField> getTransaction ()

Gets the value of the transaction 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 transaction property.

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

    getTransaction().add(newItem);
 

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

public void setAccessLevel (List<SearchColumnStringField> accessLevel)

Sets the value of the accessLevel property.

Parameters
accessLevel Allowed object is SearchColumnStringField

public void setActualTime (List<SearchColumnDoubleField> actualTime)

Sets the value of the actualTime property.

Parameters
actualTime Allowed object is SearchColumnDoubleField

public void setAssigned (List<SearchColumnSelectField> assigned)

Sets the value of the assigned property.

Parameters
assigned Allowed object is SearchColumnSelectField

public void setCompany (List<SearchColumnSelectField> company)

Sets the value of the company property.

Parameters
company Allowed object is SearchColumnSelectField

public void setCompletedDate (List<SearchColumnDateField> completedDate)

Sets the value of the completedDate property.

Parameters
completedDate Allowed object is SearchColumnDateField

public void setContact (List<SearchColumnSelectField> contact)

Sets the value of the contact property.

Parameters
contact Allowed object is SearchColumnSelectField

public void setCreatedDate (List<SearchColumnDateField> createdDate)

Sets the value of the createdDate property.

Parameters
createdDate Allowed object is SearchColumnDateField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setDueDate (List<SearchColumnDateField> dueDate)

Sets the value of the dueDate property.

Parameters
dueDate Allowed object is SearchColumnDateField

public void setEstimatedTime (List<SearchColumnDoubleField> estimatedTime)

Sets the value of the estimatedTime property.

Parameters
estimatedTime Allowed object is SearchColumnDoubleField

public void setEstimatedTimeOverride (List<SearchColumnDoubleField> estimatedTimeOverride)

Sets the value of the estimatedTimeOverride property.

Parameters
estimatedTimeOverride Allowed object is SearchColumnDoubleField

public void setExternalId (List<SearchColumnSelectField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnSelectField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setIsJobSummaryTask (List<SearchColumnBooleanField> isJobSummaryTask)

Sets the value of the isJobSummaryTask property.

Parameters
isJobSummaryTask Allowed object is SearchColumnBooleanField

public void setIsJobTask (List<SearchColumnBooleanField> isJobTask)

Sets the value of the isJobTask property.

Parameters
isJobTask Allowed object is SearchColumnBooleanField

public void setLastModifiedDate (List<SearchColumnDateField> lastModifiedDate)

Sets the value of the lastModifiedDate property.

Parameters
lastModifiedDate Allowed object is SearchColumnDateField

public void setMarkdone (List<SearchColumnStringField> markdone)

Sets the value of the markdone property.

Parameters
markdone Allowed object is SearchColumnStringField

public void setMessage (List<SearchColumnStringField> message)

Sets the value of the message property.

Parameters
message Allowed object is SearchColumnStringField

public void setMilestone (List<SearchColumnSelectField> milestone)

Sets the value of the milestone property.

Parameters
milestone Allowed object is SearchColumnSelectField

public void setOrder (List<SearchColumnLongField> order)

Sets the value of the order property.

Parameters
order Allowed object is SearchColumnLongField

public void setOwner (List<SearchColumnSelectField> owner)

Sets the value of the owner property.

Parameters
owner Allowed object is SearchColumnSelectField

public void setPercentComplete (List<SearchColumnDoubleField> percentComplete)

Sets the value of the percentComplete property.

Parameters
percentComplete Allowed object is SearchColumnDoubleField

public void setPercentTimeComplete (List<SearchColumnDoubleField> percentTimeComplete)

Sets the value of the percentTimeComplete property.

Parameters
percentTimeComplete Allowed object is SearchColumnDoubleField

public void setPriority (List<SearchColumnEnumSelectField> priority)

Sets the value of the priority property.

Parameters
priority Allowed object is SearchColumnEnumSelectField

public void setStartDate (List<SearchColumnDateField> startDate)

Sets the value of the startDate property.

Parameters
startDate Allowed object is SearchColumnDateField

public void setStartTime (List<SearchColumnStringField> startTime)

Sets the value of the startTime property.

Parameters
startTime Allowed object is SearchColumnStringField

public void setStatus (List<SearchColumnEnumSelectField> status)

Sets the value of the status property.

Parameters
status Allowed object is SearchColumnEnumSelectField

public void setTimeRemaining (List<SearchColumnDoubleField> timeRemaining)

Sets the value of the timeRemaining property.

Parameters
timeRemaining Allowed object is SearchColumnDoubleField

public void setTitle (List<SearchColumnStringField> title)

Sets the value of the title property.

Parameters
title Allowed object is SearchColumnStringField

public void setTransaction (List<SearchColumnSelectField> transaction)

Sets the value of the transaction property.

Parameters
transaction Allowed object is SearchColumnSelectField