public class

PhoneCallContact

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.activities.scheduling_2010_2.PhoneCallContact

Class Overview

Java class for PhoneCallContact complex type.

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

 <complexType name="PhoneCallContact">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef company
protected RecordRef contact
protected String email
protected String phone
Public Constructors
PhoneCallContact()
Public Methods
RecordRef getCompany()
Gets the value of the company property.
RecordRef getContact()
Gets the value of the contact property.
String getEmail()
Gets the value of the email property.
String getPhone()
Gets the value of the phone property.
void setCompany(RecordRef value)
Sets the value of the company property.
void setContact(RecordRef value)
Sets the value of the contact property.
void setEmail(String value)
Sets the value of the email property.
void setPhone(String value)
Sets the value of the phone property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef company

protected RecordRef contact

protected String email

protected String phone

Public Constructors

public PhoneCallContact ()

Public Methods

public RecordRef getCompany ()

Gets the value of the company property.

Returns

public RecordRef getContact ()

Gets the value of the contact property.

Returns

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public void setCompany (RecordRef value)

Sets the value of the company property.

Parameters
value Allowed object is RecordRef

public void setContact (RecordRef value)

Sets the value of the contact property.

Parameters
value Allowed object is RecordRef

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setPhone (String value)

Sets the value of the phone property.

Parameters
value Allowed object is String