public class

SupportCaseEscalateTo

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.support_2010_2.SupportCaseEscalateTo

Class Overview

Java class for SupportCaseEscalateTo complex type.

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

 <complexType name="SupportCaseEscalateTo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="escalatee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String email
protected RecordRef escalatee
protected String phone
Public Constructors
SupportCaseEscalateTo()
Public Methods
String getEmail()
Gets the value of the email property.
RecordRef getEscalatee()
Gets the value of the escalatee property.
String getPhone()
Gets the value of the phone property.
void setEmail(String value)
Sets the value of the email property.
void setEscalatee(RecordRef value)
Sets the value of the escalatee property.
void setPhone(String value)
Sets the value of the phone property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String email

protected RecordRef escalatee

protected String phone

Public Constructors

public SupportCaseEscalateTo ()

Public Methods

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public RecordRef getEscalatee ()

Gets the value of the escalatee property.

Returns

public String getPhone ()

Gets the value of the phone property.

Returns
  • possible object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setEscalatee (RecordRef value)

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