| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.JobResources |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| jobResource | |||||||||||
| role | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the email property.
| |||||||||||
Gets the value of the jobResource property.
| |||||||||||
Gets the value of the role property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the jobResource property.
| |||||||||||
Sets the value of the role property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the email property.
Gets the value of the jobResource property.
RecordRef
Gets the value of the role property.
RecordRef
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the jobResource property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the role property.
| value | Allowed object is
RecordRef
|
|---|