public class

CalendarEventAttendee

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

Class Overview

Java class for CalendarEventAttendee complex type.

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

 <complexType name="CalendarEventAttendee">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sendEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="attendee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="response" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}CalendarEventAttendeeResponse" minOccurs="0"/>
         <element name="attendance" type="{urn:types.scheduling_2010_2.activities.webservices.netsuite.com}CalendarEventAttendeeAttendance" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CalendarEventAttendeeAttendance attendance
protected RecordRef attendee
protected CalendarEventAttendeeResponse response
protected Boolean sendEmail
Public Constructors
CalendarEventAttendee()
Public Methods
CalendarEventAttendeeAttendance getAttendance()
Gets the value of the attendance property.
RecordRef getAttendee()
Gets the value of the attendee property.
CalendarEventAttendeeResponse getResponse()
Gets the value of the response property.
Boolean isSendEmail()
Gets the value of the sendEmail property.
void setAttendance(CalendarEventAttendeeAttendance value)
Sets the value of the attendance property.
void setAttendee(RecordRef value)
Sets the value of the attendee property.
void setResponse(CalendarEventAttendeeResponse value)
Sets the value of the response property.
void setSendEmail(Boolean value)
Sets the value of the sendEmail property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CalendarEventAttendeeAttendance attendance

protected RecordRef attendee

protected CalendarEventAttendeeResponse response

protected Boolean sendEmail

Public Constructors

public CalendarEventAttendee ()

Public Methods

public CalendarEventAttendeeAttendance getAttendance ()

Gets the value of the attendance property.

Returns

public RecordRef getAttendee ()

Gets the value of the attendee property.

Returns

public CalendarEventAttendeeResponse getResponse ()

Gets the value of the response property.

Returns

public Boolean isSendEmail ()

Gets the value of the sendEmail property.

Returns
  • possible object is Boolean

public void setAttendance (CalendarEventAttendeeAttendance value)

Sets the value of the attendance property.

Parameters
value Allowed object is CalendarEventAttendeeAttendance

public void setAttendee (RecordRef value)

Sets the value of the attendee property.

Parameters
value Allowed object is RecordRef

public void setResponse (CalendarEventAttendeeResponse value)

Sets the value of the response property.

Parameters
value Allowed object is CalendarEventAttendeeResponse

public void setSendEmail (Boolean value)

Sets the value of the sendEmail property.

Parameters
value Allowed object is Boolean