| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchRecord | |
| ↳ | com.netsuite.webservices.activities.scheduling_2010_2.ProjectTaskSearch | |
Java class for ProjectTaskSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectTaskSearch">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
<sequence>
<element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}ProjectTaskSearchBasic" minOccurs="0"/>
<element name="jobJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
<element name="projectTaskAssignmentJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ProjectTaskAssignmentSearchBasic" minOccurs="0"/>
<element name="timeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TimeBillSearchBasic" minOccurs="0"/>
<element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
<element name="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| basic | |||||||||||
| jobJoin | |||||||||||
| projectTaskAssignmentJoin | |||||||||||
| timeJoin | |||||||||||
| userJoin | |||||||||||
| userNotesJoin | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the basic property.
| |||||||||||
Gets the value of the jobJoin property.
| |||||||||||
Gets the value of the projectTaskAssignmentJoin property.
| |||||||||||
Gets the value of the timeJoin property.
| |||||||||||
Gets the value of the userJoin property.
| |||||||||||
Gets the value of the userNotesJoin property.
| |||||||||||
Sets the value of the basic property.
| |||||||||||
Sets the value of the jobJoin property.
| |||||||||||
Sets the value of the projectTaskAssignmentJoin property.
| |||||||||||
Sets the value of the timeJoin property.
| |||||||||||
Sets the value of the userJoin property.
| |||||||||||
Sets the value of the userNotesJoin property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the basic property.
ProjectTaskSearchBasic
Gets the value of the jobJoin property.
JobSearchBasic
Gets the value of the projectTaskAssignmentJoin property.
ProjectTaskAssignmentSearchBasic
Gets the value of the timeJoin property.
TimeBillSearchBasic
Gets the value of the userJoin property.
EmployeeSearchBasic
Gets the value of the userNotesJoin property.
NoteSearchBasic
Sets the value of the basic property.
| value | Allowed object is
ProjectTaskSearchBasic
|
|---|
Sets the value of the jobJoin property.
| value | Allowed object is
JobSearchBasic
|
|---|
Sets the value of the projectTaskAssignmentJoin property.
| value | Allowed object is
ProjectTaskAssignmentSearchBasic
|
|---|
Sets the value of the timeJoin property.
| value | Allowed object is
TimeBillSearchBasic
|
|---|
Sets the value of the userJoin property.
| value | Allowed object is
EmployeeSearchBasic
|
|---|
Sets the value of the userNotesJoin property.
| value | Allowed object is
NoteSearchBasic
|
|---|