public class

CalendarEventSearchRowBasic

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.CalendarEventSearchRowBasic

Class Overview

Java class for CalendarEventSearchRowBasic complex type.

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

 <complexType name="CalendarEventSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="attendee" 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="endTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="instanceEnd" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="instanceStart" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" 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="organizer" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="owner" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="recurrence" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="response" 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}SearchColumnStringField" 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="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<SearchColumnSelectField> attendee
protected List<SearchColumnSelectField> company
protected List<SearchColumnDateField> completedDate
protected List<SearchColumnSelectField> contact
protected List<SearchColumnDateField> createdDate
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnStringField> endTime
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnDateField> instanceEnd
protected List<SearchColumnDateField> instanceStart
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnStringField> location
protected List<SearchColumnStringField> markdone
protected List<SearchColumnStringField> message
protected List<SearchColumnSelectField> organizer
protected List<SearchColumnSelectField> owner
protected List<SearchColumnStringField> recurrence
protected List<SearchColumnSelectField> resource
protected List<SearchColumnEnumSelectField> response
protected List<SearchColumnStringField> startDate
protected List<SearchColumnStringField> startTime
protected List<SearchColumnEnumSelectField> status
protected List<SearchColumnStringField> title
protected List<SearchColumnSelectField> transaction
Public Constructors
CalendarEventSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getAttendee()
Gets the value of the attendee 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<SearchColumnStringField> getEndTime()
Gets the value of the endTime property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnDateField> getInstanceEnd()
Gets the value of the instanceEnd property.
List<SearchColumnDateField> getInstanceStart()
Gets the value of the instanceStart property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnDateField> getLastModifiedDate()
Gets the value of the lastModifiedDate property.
List<SearchColumnStringField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getMarkdone()
Gets the value of the markdone property.
List<SearchColumnStringField> getMessage()
Gets the value of the message property.
List<SearchColumnSelectField> getOrganizer()
Gets the value of the organizer property.
List<SearchColumnSelectField> getOwner()
Gets the value of the owner property.
List<SearchColumnStringField> getRecurrence()
Gets the value of the recurrence property.
List<SearchColumnSelectField> getResource()
Gets the value of the resource property.
List<SearchColumnEnumSelectField> getResponse()
Gets the value of the response property.
List<SearchColumnStringField> 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<SearchColumnStringField> getTitle()
Gets the value of the title property.
List<SearchColumnSelectField> getTransaction()
Gets the value of the transaction property.
void setAttendee(List<SearchColumnSelectField> attendee)
Sets the value of the attendee 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 setEndTime(List<SearchColumnStringField> endTime)
Sets the value of the endTime property.
void setExternalId(List<SearchColumnSelectField> externalId)
Sets the value of the externalId property.
void setInstanceEnd(List<SearchColumnDateField> instanceEnd)
Sets the value of the instanceEnd property.
void setInstanceStart(List<SearchColumnDateField> instanceStart)
Sets the value of the instanceStart property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setLastModifiedDate(List<SearchColumnDateField> lastModifiedDate)
Sets the value of the lastModifiedDate property.
void setLocation(List<SearchColumnStringField> location)
Sets the value of the location 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 setOrganizer(List<SearchColumnSelectField> organizer)
Sets the value of the organizer property.
void setOwner(List<SearchColumnSelectField> owner)
Sets the value of the owner property.
void setRecurrence(List<SearchColumnStringField> recurrence)
Sets the value of the recurrence property.
void setResource(List<SearchColumnSelectField> resource)
Sets the value of the resource property.
void setResponse(List<SearchColumnEnumSelectField> response)
Sets the value of the response property.
void setStartDate(List<SearchColumnStringField> 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 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<SearchColumnSelectField> attendee

protected List<SearchColumnSelectField> company

protected List<SearchColumnDateField> completedDate

protected List<SearchColumnSelectField> contact

protected List<SearchColumnDateField> createdDate

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnStringField> endTime

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnDateField> instanceEnd

protected List<SearchColumnDateField> instanceStart

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnStringField> location

protected List<SearchColumnStringField> markdone

protected List<SearchColumnStringField> message

protected List<SearchColumnSelectField> organizer

protected List<SearchColumnSelectField> owner

protected List<SearchColumnStringField> recurrence

protected List<SearchColumnSelectField> resource

protected List<SearchColumnEnumSelectField> response

protected List<SearchColumnStringField> startDate

protected List<SearchColumnStringField> startTime

protected List<SearchColumnEnumSelectField> status

protected List<SearchColumnStringField> title

protected List<SearchColumnSelectField> transaction

Public Constructors

public CalendarEventSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getAttendee ()

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

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

    getAttendee().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<SearchColumnStringField> 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 SearchColumnStringField

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<SearchColumnDateField> getInstanceEnd ()

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

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

    getInstanceEnd().add(newItem);
 

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

public List<SearchColumnDateField> getInstanceStart ()

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

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

    getInstanceStart().add(newItem);
 

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

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

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

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

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

    getOrganizer().add(newItem);
 

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

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<SearchColumnStringField> getRecurrence ()

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

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

    getRecurrence().add(newItem);
 

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

public List<SearchColumnSelectField> getResource ()

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

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

    getResource().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getResponse ()

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

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

    getResponse().add(newItem);
 

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

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

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<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 setAttendee (List<SearchColumnSelectField> attendee)

Sets the value of the attendee property.

Parameters
attendee 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 setEndTime (List<SearchColumnStringField> endTime)

Sets the value of the endTime property.

Parameters
endTime Allowed object is SearchColumnStringField

public void setExternalId (List<SearchColumnSelectField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnSelectField

public void setInstanceEnd (List<SearchColumnDateField> instanceEnd)

Sets the value of the instanceEnd property.

Parameters
instanceEnd Allowed object is SearchColumnDateField

public void setInstanceStart (List<SearchColumnDateField> instanceStart)

Sets the value of the instanceStart property.

Parameters
instanceStart Allowed object is SearchColumnDateField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setLastModifiedDate (List<SearchColumnDateField> lastModifiedDate)

Sets the value of the lastModifiedDate property.

Parameters
lastModifiedDate Allowed object is SearchColumnDateField

public void setLocation (List<SearchColumnStringField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnStringField

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 setOrganizer (List<SearchColumnSelectField> organizer)

Sets the value of the organizer property.

Parameters
organizer Allowed object is SearchColumnSelectField

public void setOwner (List<SearchColumnSelectField> owner)

Sets the value of the owner property.

Parameters
owner Allowed object is SearchColumnSelectField

public void setRecurrence (List<SearchColumnStringField> recurrence)

Sets the value of the recurrence property.

Parameters
recurrence Allowed object is SearchColumnStringField

public void setResource (List<SearchColumnSelectField> resource)

Sets the value of the resource property.

Parameters
resource Allowed object is SearchColumnSelectField

public void setResponse (List<SearchColumnEnumSelectField> response)

Sets the value of the response property.

Parameters
response Allowed object is SearchColumnEnumSelectField

public void setStartDate (List<SearchColumnStringField> startDate)

Sets the value of the startDate property.

Parameters
startDate Allowed object is SearchColumnStringField

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 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