public class

CalendarEventResource

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

Class Overview

Java class for CalendarEventResource complex type.

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

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

Summary

Fields
protected String location
protected RecordRef resource
Public Constructors
CalendarEventResource()
Public Methods
String getLocation()
Gets the value of the location property.
RecordRef getResource()
Gets the value of the resource property.
void setLocation(String value)
Sets the value of the location property.
void setResource(RecordRef value)
Sets the value of the resource property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String location

protected RecordRef resource

Public Constructors

public CalendarEventResource ()

Public Methods

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public RecordRef getResource ()

Gets the value of the resource property.

Returns

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setResource (RecordRef value)

Sets the value of the resource property.

Parameters
value Allowed object is RecordRef