public class

PhoneCallSearchBasic

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

Class Overview

Java class for PhoneCallSearchBasic complex type.

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

 <complexType name="PhoneCallSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="assigned" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="company" 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="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="createdBy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" 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="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="isPrivate" 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="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="phone" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="priority" 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 assigned
protected SearchMultiSelectField company
protected SearchDateField completedDate
protected SearchMultiSelectField contact
protected SearchMultiSelectField createdBy
protected SearchDateField createdDate
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isPrivate
protected SearchDateField lastModifiedDate
protected SearchBooleanField owner
protected SearchStringField phone
protected SearchEnumMultiSelectField priority
protected SearchDateField startDate
protected SearchEnumMultiSelectField status
protected SearchStringField title
Public Constructors
PhoneCallSearchBasic()
Public Methods
SearchMultiSelectField getAssigned()
Gets the value of the assigned property.
SearchMultiSelectField getCompany()
Gets the value of the company property.
SearchDateField getCompletedDate()
Gets the value of the completedDate property.
SearchMultiSelectField getContact()
Gets the value of the contact property.
SearchMultiSelectField getCreatedBy()
Gets the value of the createdBy 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.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsPrivate()
Gets the value of the isPrivate property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
SearchBooleanField getOwner()
Gets the value of the owner property.
SearchStringField getPhone()
Gets the value of the phone property.
SearchEnumMultiSelectField getPriority()
Gets the value of the priority 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 setAssigned(SearchMultiSelectField value)
Sets the value of the assigned property.
void setCompany(SearchMultiSelectField value)
Sets the value of the company property.
void setCompletedDate(SearchDateField value)
Sets the value of the completedDate property.
void setContact(SearchMultiSelectField value)
Sets the value of the contact property.
void setCreatedBy(SearchMultiSelectField value)
Sets the value of the createdBy 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 setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsPrivate(SearchBooleanField value)
Sets the value of the isPrivate property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
void setOwner(SearchBooleanField value)
Sets the value of the owner property.
void setPhone(SearchStringField value)
Sets the value of the phone property.
void setPriority(SearchEnumMultiSelectField value)
Sets the value of the priority 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 assigned

protected SearchMultiSelectField company

protected SearchDateField completedDate

protected SearchMultiSelectField contact

protected SearchMultiSelectField createdBy

protected SearchDateField createdDate

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isPrivate

protected SearchDateField lastModifiedDate

protected SearchBooleanField owner

protected SearchStringField phone

protected SearchEnumMultiSelectField priority

protected SearchDateField startDate

protected SearchEnumMultiSelectField status

protected SearchStringField title

Public Constructors

public PhoneCallSearchBasic ()

Public Methods

public SearchMultiSelectField getAssigned ()

Gets the value of the assigned property.

Returns

public SearchMultiSelectField getCompany ()

Gets the value of the company property.

Returns

public SearchDateField getCompletedDate ()

Gets the value of the completedDate property.

Returns

public SearchMultiSelectField getContact ()

Gets the value of the contact property.

Returns

public SearchMultiSelectField getCreatedBy ()

Gets the value of the createdBy 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 SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchBooleanField getIsPrivate ()

Gets the value of the isPrivate property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns

public SearchBooleanField getOwner ()

Gets the value of the owner property.

Returns

public SearchStringField getPhone ()

Gets the value of the phone property.

Returns

public SearchEnumMultiSelectField getPriority ()

Gets the value of the priority 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 setAssigned (SearchMultiSelectField value)

Sets the value of the assigned property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCompany (SearchMultiSelectField value)

Sets the value of the company 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 setContact (SearchMultiSelectField value)

Sets the value of the contact property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCreatedBy (SearchMultiSelectField value)

Sets the value of the createdBy property.

Parameters
value Allowed object is SearchMultiSelectField

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 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 setIsPrivate (SearchBooleanField value)

Sets the value of the isPrivate 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 setOwner (SearchBooleanField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchBooleanField

public void setPhone (SearchStringField value)

Sets the value of the phone property.

Parameters
value Allowed object is SearchStringField

public void setPriority (SearchEnumMultiSelectField value)

Sets the value of the priority 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