public class

CalendarEventSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.CalendarEventSearchBasic

Class Overview

Java class for CalendarEventSearchBasic complex type.

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

 <complexType name="CalendarEventSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="attendee" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="calendar" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="completedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="instanceStart" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isUpcomingEvent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="message" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="organizer" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="resource" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="response" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="status" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="title" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField attendee
protected SearchMultiSelectField calendar
protected SearchDateField completedDate
protected SearchDateField createdDate
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchDateField instanceStart
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isUpcomingEvent
protected SearchDateField lastModifiedDate
protected SearchStringField location
protected SearchStringField message
protected SearchMultiSelectField organizer
protected SearchMultiSelectField owner
protected SearchMultiSelectField resource
protected SearchEnumMultiSelectField response
protected SearchDateField startDate
protected SearchEnumMultiSelectField status
protected SearchStringField title
Public Constructors
CalendarEventSearchBasic()
Public Methods
SearchMultiSelectField getAttendee()
Gets the value of the attendee property.
SearchMultiSelectField getCalendar()
Gets the value of the calendar property.
SearchDateField getCompletedDate()
Gets the value of the completedDate property.
SearchDateField getCreatedDate()
Gets the value of the createdDate property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchDateField getInstanceStart()
Gets the value of the instanceStart property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsUpcomingEvent()
Gets the value of the isUpcomingEvent property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
SearchStringField getLocation()
Gets the value of the location property.
SearchStringField getMessage()
Gets the value of the message property.
SearchMultiSelectField getOrganizer()
Gets the value of the organizer property.
SearchMultiSelectField getOwner()
Gets the value of the owner property.
SearchMultiSelectField getResource()
Gets the value of the resource property.
SearchEnumMultiSelectField getResponse()
Gets the value of the response property.
SearchDateField getStartDate()
Gets the value of the startDate property.
SearchEnumMultiSelectField getStatus()
Gets the value of the status property.
SearchStringField getTitle()
Gets the value of the title property.
void setAttendee(SearchMultiSelectField value)
Sets the value of the attendee property.
void setCalendar(SearchMultiSelectField value)
Sets the value of the calendar property.
void setCompletedDate(SearchDateField value)
Sets the value of the completedDate property.
void setCreatedDate(SearchDateField value)
Sets the value of the createdDate property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInstanceStart(SearchDateField value)
Sets the value of the instanceStart property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsUpcomingEvent(SearchBooleanField value)
Sets the value of the isUpcomingEvent property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
void setLocation(SearchStringField value)
Sets the value of the location property.
void setMessage(SearchStringField value)
Sets the value of the message property.
void setOrganizer(SearchMultiSelectField value)
Sets the value of the organizer property.
void setOwner(SearchMultiSelectField value)
Sets the value of the owner property.
void setResource(SearchMultiSelectField value)
Sets the value of the resource property.
void setResponse(SearchEnumMultiSelectField value)
Sets the value of the response property.
void setStartDate(SearchDateField value)
Sets the value of the startDate property.
void setStatus(SearchEnumMultiSelectField value)
Sets the value of the status property.
void setTitle(SearchStringField value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField attendee

protected SearchMultiSelectField calendar

protected SearchDateField completedDate

protected SearchDateField createdDate

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchDateField instanceStart

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isUpcomingEvent

protected SearchDateField lastModifiedDate

protected SearchStringField location

protected SearchStringField message

protected SearchMultiSelectField organizer

protected SearchMultiSelectField owner

protected SearchMultiSelectField resource

protected SearchEnumMultiSelectField response

protected SearchDateField startDate

protected SearchEnumMultiSelectField status

protected SearchStringField title

Public Constructors

public CalendarEventSearchBasic ()

Public Methods

public SearchMultiSelectField getAttendee ()

Gets the value of the attendee property.

Returns

public SearchMultiSelectField getCalendar ()

Gets the value of the calendar property.

Returns

public SearchDateField getCompletedDate ()

Gets the value of the completedDate property.

Returns

public SearchDateField getCreatedDate ()

Gets the value of the createdDate property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchDateField getInstanceStart ()

Gets the value of the instanceStart property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchBooleanField getIsUpcomingEvent ()

Gets the value of the isUpcomingEvent property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns

public SearchStringField getLocation ()

Gets the value of the location property.

Returns

public SearchStringField getMessage ()

Gets the value of the message property.

Returns

public SearchMultiSelectField getOrganizer ()

Gets the value of the organizer property.

Returns

public SearchMultiSelectField getOwner ()

Gets the value of the owner property.

Returns

public SearchMultiSelectField getResource ()

Gets the value of the resource property.

Returns

public SearchEnumMultiSelectField getResponse ()

Gets the value of the response property.

Returns

public SearchDateField getStartDate ()

Gets the value of the startDate property.

Returns

public SearchEnumMultiSelectField getStatus ()

Gets the value of the status property.

Returns

public SearchStringField getTitle ()

Gets the value of the title property.

Returns

public void setAttendee (SearchMultiSelectField value)

Sets the value of the attendee property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCalendar (SearchMultiSelectField value)

Sets the value of the calendar property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCompletedDate (SearchDateField value)

Sets the value of the completedDate property.

Parameters
value Allowed object is SearchDateField

public void setCreatedDate (SearchDateField value)

Sets the value of the createdDate property.

Parameters
value Allowed object is SearchDateField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInstanceStart (SearchDateField value)

Sets the value of the instanceStart property.

Parameters
value Allowed object is SearchDateField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setIsUpcomingEvent (SearchBooleanField value)

Sets the value of the isUpcomingEvent property.

Parameters
value Allowed object is SearchBooleanField

public void setLastModifiedDate (SearchDateField value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is SearchDateField

public void setLocation (SearchStringField value)

Sets the value of the location property.

Parameters
value Allowed object is SearchStringField

public void setMessage (SearchStringField value)

Sets the value of the message property.

Parameters
value Allowed object is SearchStringField

public void setOrganizer (SearchMultiSelectField value)

Sets the value of the organizer property.

Parameters
value Allowed object is SearchMultiSelectField

public void setOwner (SearchMultiSelectField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setResource (SearchMultiSelectField value)

Sets the value of the resource property.

Parameters
value Allowed object is SearchMultiSelectField

public void setResponse (SearchEnumMultiSelectField value)

Sets the value of the response property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setStartDate (SearchDateField value)

Sets the value of the startDate property.

Parameters
value Allowed object is SearchDateField

public void setStatus (SearchEnumMultiSelectField value)

Sets the value of the status property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setTitle (SearchStringField value)

Sets the value of the title property.

Parameters
value Allowed object is SearchStringField