| java.lang.Object | |
| ↳ | com.netsuite.webservices.activities.scheduling_2010_2.CalendarEventResource |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| location | |||||||||||
| resource | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the location property.
| |||||||||||
Gets the value of the resource property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the resource property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the location property.
Gets the value of the resource property.
RecordRef
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the resource property.
| value | Allowed object is
RecordRef
|
|---|