public class

PhoneCall

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.activities.scheduling_2010_2.PhoneCall

Class Overview

Java class for PhoneCall complex type.

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

 <complexType name="PhoneCall">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="company" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="supportCase" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="transaction" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="milestone" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="customForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="assigned" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="sendEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="timedEvent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="completedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}PhoneCallStatus" minOccurs="0"/>
         <element name="priority" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}PhoneCallPriority" minOccurs="0"/>
         <element name="accessLevel" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="reminderType" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}PhoneCallReminderType" minOccurs="0"/>
         <element name="reminderMinutes" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}PhoneCallReminderMinutes" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="contactList" type="{urn:scheduling_2010_2.activities.webservices.netsuite.com}PhoneCallContactList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean accessLevel
protected RecordRef assigned
protected RecordRef company
protected XMLGregorianCalendar completedDate
protected RecordRef contact
protected PhoneCallContactList contactList
protected XMLGregorianCalendar createdDate
protected CustomFieldList customFieldList
protected RecordRef customForm
protected XMLGregorianCalendar endDate
protected String externalId
protected String internalId
protected XMLGregorianCalendar lastModifiedDate
protected String message
protected RecordRef milestone
protected RecordRef owner
protected String phone
protected PhoneCallPriority priority
protected String reminderMinutes
protected PhoneCallReminderType reminderType
protected Boolean sendEmail
protected XMLGregorianCalendar startDate
protected PhoneCallStatus status
protected RecordRef supportCase
protected Boolean timedEvent
protected String title
protected RecordRef transaction
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
PhoneCall()
Public Methods
RecordRef getAssigned()
Gets the value of the assigned property.
RecordRef getCompany()
Gets the value of the company property.
XMLGregorianCalendar getCompletedDate()
Gets the value of the completedDate property.
RecordRef getContact()
Gets the value of the contact property.
PhoneCallContactList getContactList()
Gets the value of the contactList property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
String getMessage()
Gets the value of the message property.
RecordRef getMilestone()
Gets the value of the milestone property.
RecordRef getOwner()
Gets the value of the owner property.
String getPhone()
Gets the value of the phone property.
PhoneCallPriority getPriority()
Gets the value of the priority property.
String getReminderMinutes()
Gets the value of the reminderMinutes property.
PhoneCallReminderType getReminderType()
Gets the value of the reminderType property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
PhoneCallStatus getStatus()
Gets the value of the status property.
RecordRef getSupportCase()
Gets the value of the supportCase property.
String getTitle()
Gets the value of the title property.
RecordRef getTransaction()
Gets the value of the transaction property.
Boolean isAccessLevel()
Gets the value of the accessLevel property.
Boolean isSendEmail()
Gets the value of the sendEmail property.
Boolean isTimedEvent()
Gets the value of the timedEvent property.
void setAccessLevel(Boolean value)
Sets the value of the accessLevel property.
void setAssigned(RecordRef value)
Sets the value of the assigned property.
void setCompany(RecordRef value)
Sets the value of the company property.
void setCompletedDate(XMLGregorianCalendar value)
Sets the value of the completedDate property.
void setContact(RecordRef value)
Sets the value of the contact property.
void setContactList(PhoneCallContactList value)
Sets the value of the contactList property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setMessage(String value)
Sets the value of the message property.
void setMilestone(RecordRef value)
Sets the value of the milestone property.
void setOwner(RecordRef value)
Sets the value of the owner property.
void setPhone(String value)
Sets the value of the phone property.
void setPriority(PhoneCallPriority value)
Sets the value of the priority property.
void setReminderMinutes(String value)
Sets the value of the reminderMinutes property.
void setReminderType(PhoneCallReminderType value)
Sets the value of the reminderType property.
void setSendEmail(Boolean value)
Sets the value of the sendEmail property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setStatus(PhoneCallStatus value)
Sets the value of the status property.
void setSupportCase(RecordRef value)
Sets the value of the supportCase property.
void setTimedEvent(Boolean value)
Sets the value of the timedEvent property.
void setTitle(String value)
Sets the value of the title property.
void setTransaction(RecordRef value)
Sets the value of the transaction property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Boolean accessLevel

protected RecordRef assigned

protected RecordRef company

protected XMLGregorianCalendar completedDate

protected RecordRef contact

protected PhoneCallContactList contactList

protected XMLGregorianCalendar createdDate

protected CustomFieldList customFieldList

protected RecordRef customForm

protected XMLGregorianCalendar endDate

protected String externalId

protected String internalId

protected XMLGregorianCalendar lastModifiedDate

protected String message

protected RecordRef milestone

protected RecordRef owner

protected String phone

protected PhoneCallPriority priority

protected String reminderMinutes

protected PhoneCallReminderType reminderType

protected Boolean sendEmail

protected XMLGregorianCalendar startDate

protected PhoneCallStatus status

protected RecordRef supportCase

protected Boolean timedEvent

protected String title

protected RecordRef transaction

Public Constructors

public PhoneCall ()

Public Methods

public RecordRef getAssigned ()

Gets the value of the assigned property.

Returns

public RecordRef getCompany ()

Gets the value of the company property.

Returns

public XMLGregorianCalendar getCompletedDate ()

Gets the value of the completedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getContact ()

Gets the value of the contact property.

Returns

public PhoneCallContactList getContactList ()

Gets the value of the contactList property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public RecordRef getMilestone ()

Gets the value of the milestone property.

Returns

public RecordRef getOwner ()

Gets the value of the owner property.

Returns

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public PhoneCallPriority getPriority ()

Gets the value of the priority property.

Returns

public String getReminderMinutes ()

Gets the value of the reminderMinutes property.

Returns
  • possible object is String

public PhoneCallReminderType getReminderType ()

Gets the value of the reminderType property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public PhoneCallStatus getStatus ()

Gets the value of the status property.

Returns

public RecordRef getSupportCase ()

Gets the value of the supportCase property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public RecordRef getTransaction ()

Gets the value of the transaction property.

Returns

public Boolean isAccessLevel ()

Gets the value of the accessLevel property.

Returns
  • possible object is Boolean

public Boolean isSendEmail ()

Gets the value of the sendEmail property.

Returns
  • possible object is Boolean

public Boolean isTimedEvent ()

Gets the value of the timedEvent property.

Returns
  • possible object is Boolean

public void setAccessLevel (Boolean value)

Sets the value of the accessLevel property.

Parameters
value Allowed object is Boolean

public void setAssigned (RecordRef value)

Sets the value of the assigned property.

Parameters
value Allowed object is RecordRef

public void setCompany (RecordRef value)

Sets the value of the company property.

Parameters
value Allowed object is RecordRef

public void setCompletedDate (XMLGregorianCalendar value)

Sets the value of the completedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setContact (RecordRef value)

Sets the value of the contact property.

Parameters
value Allowed object is RecordRef

public void setContactList (PhoneCallContactList value)

Sets the value of the contactList property.

Parameters
value Allowed object is PhoneCallContactList

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setMilestone (RecordRef value)

Sets the value of the milestone property.

Parameters
value Allowed object is RecordRef

public void setOwner (RecordRef value)

Sets the value of the owner property.

Parameters
value Allowed object is RecordRef

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String

public void setPriority (PhoneCallPriority value)

Sets the value of the priority property.

Parameters
value Allowed object is PhoneCallPriority

public void setReminderMinutes (String value)

Sets the value of the reminderMinutes property.

Parameters
value Allowed object is String

public void setReminderType (PhoneCallReminderType value)

Sets the value of the reminderType property.

Parameters
value Allowed object is PhoneCallReminderType

public void setSendEmail (Boolean value)

Sets the value of the sendEmail property.

Parameters
value Allowed object is Boolean

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatus (PhoneCallStatus value)

Sets the value of the status property.

Parameters
value Allowed object is PhoneCallStatus

public void setSupportCase (RecordRef value)

Sets the value of the supportCase property.

Parameters
value Allowed object is RecordRef

public void setTimedEvent (Boolean value)

Sets the value of the timedEvent property.

Parameters
value Allowed object is Boolean

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setTransaction (RecordRef value)

Sets the value of the transaction property.

Parameters
value Allowed object is RecordRef