public class

JobResources

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2010_2.JobResources

Class Overview

Java class for JobResources complex type.

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

 <complexType name="JobResources">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="jobResource" 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="role" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String email
protected RecordRef jobResource
protected RecordRef role
Public Constructors
JobResources()
Public Methods
String getEmail()
Gets the value of the email property.
RecordRef getJobResource()
Gets the value of the jobResource property.
RecordRef getRole()
Gets the value of the role property.
void setEmail(String value)
Sets the value of the email property.
void setJobResource(RecordRef value)
Sets the value of the jobResource property.
void setRole(RecordRef value)
Sets the value of the role property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String email

protected RecordRef jobResource

protected RecordRef role

Public Constructors

public JobResources ()

Public Methods

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public RecordRef getJobResource ()

Gets the value of the jobResource property.

Returns

public RecordRef getRole ()

Gets the value of the role property.

Returns

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setJobResource (RecordRef value)

Sets the value of the jobResource property.

Parameters
value Allowed object is RecordRef

public void setRole (RecordRef value)

Sets the value of the role property.

Parameters
value Allowed object is RecordRef