public class

PhoneCallSearchRowBasic

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

Class Overview

Java class for PhoneCallSearchRowBasic complex type.

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

 <complexType name="PhoneCallSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accessLevel" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="assigned" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="company" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="completedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endDate" 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}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="markdone" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="phone" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="priority" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" 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}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="title" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transaction" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" 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> accessLevel
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> endDate
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnStringField> markdone
protected List<SearchColumnStringField> message
protected List<SearchColumnSelectField> owner
protected List<SearchColumnStringField> phone
protected List<SearchColumnEnumSelectField> priority
protected List<SearchColumnDateField> startDate
protected List<SearchColumnDateField> startTime
protected List<SearchColumnEnumSelectField> status
protected List<SearchColumnStringField> title
protected List<SearchColumnSelectField> transaction
Public Constructors
PhoneCallSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAccessLevel()
Gets the value of the accessLevel 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> getEndDate()
Gets the value of the endDate property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId 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> getOwner()
Gets the value of the owner property.
List<SearchColumnStringField> getPhone()
Gets the value of the phone property.
List<SearchColumnEnumSelectField> getPriority()
Gets the value of the priority property.
List<SearchColumnDateField> getStartDate()
Gets the value of the startDate property.
List<SearchColumnDateField> 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 setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> accessLevel

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

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnStringField> markdone

protected List<SearchColumnStringField> message

protected List<SearchColumnSelectField> owner

protected List<SearchColumnStringField> phone

protected List<SearchColumnEnumSelectField> priority

protected List<SearchColumnDateField> startDate

protected List<SearchColumnDateField> startTime

protected List<SearchColumnEnumSelectField> status

protected List<SearchColumnStringField> title

protected List<SearchColumnSelectField> transaction

Public Constructors

public PhoneCallSearchRowBasic ()

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

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

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

    getEndDate().add(newItem);
 

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

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

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

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

    getPhone().add(newItem);
 

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

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<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<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 setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList