public class

UpdateInviteeStatusReference

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.UpdateInviteeStatusReference

Class Overview

Java class for UpdateInviteeStatusReference complex type.

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

 <complexType name="UpdateInviteeStatusReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="eventId" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="responseCode" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}CalendarEventAttendeeResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef eventId
protected CalendarEventAttendeeResponse responseCode
Public Constructors
UpdateInviteeStatusReference()
UpdateInviteeStatusReference(RecordRef eventId, CalendarEventAttendeeResponse responseCode)
Public Methods
RecordRef getEventId()
Gets the value of the eventId property.
CalendarEventAttendeeResponse getResponseCode()
Gets the value of the responseCode property.
void setEventId(RecordRef value)
Sets the value of the eventId property.
void setResponseCode(CalendarEventAttendeeResponse value)
Sets the value of the responseCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef eventId

protected CalendarEventAttendeeResponse responseCode

Public Constructors

public UpdateInviteeStatusReference ()

public UpdateInviteeStatusReference (RecordRef eventId, CalendarEventAttendeeResponse responseCode)

Parameters
eventId
responseCode

Public Methods

public RecordRef getEventId ()

Gets the value of the eventId property.

Returns

public CalendarEventAttendeeResponse getResponseCode ()

Gets the value of the responseCode property.

Returns

public void setEventId (RecordRef value)

Sets the value of the eventId property.

Parameters
value Allowed object is RecordRef

public void setResponseCode (CalendarEventAttendeeResponse value)

Sets the value of the responseCode property.

Parameters
value Allowed object is CalendarEventAttendeeResponse