| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchRecord | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.JobSearch | |
Java class for JobSearch complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobSearch">
<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}JobSearchBasic" minOccurs="0"/>
<element name="contactPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchBasic" minOccurs="0"/>
<element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
<element name="projectTaskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ProjectTaskSearchBasic" minOccurs="0"/>
<element name="taskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TaskSearchBasic" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| basic | |||||||||||
| contactPrimaryJoin | |||||||||||
| customerJoin | |||||||||||
| projectTaskJoin | |||||||||||
| taskJoin | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the basic property.
| |||||||||||
Gets the value of the contactPrimaryJoin property.
| |||||||||||
Gets the value of the customerJoin property.
| |||||||||||
Gets the value of the projectTaskJoin property.
| |||||||||||
Gets the value of the taskJoin property.
| |||||||||||
Sets the value of the basic property.
| |||||||||||
Sets the value of the contactPrimaryJoin property.
| |||||||||||
Sets the value of the customerJoin property.
| |||||||||||
Sets the value of the projectTaskJoin property.
| |||||||||||
Sets the value of the taskJoin property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the basic property.
JobSearchBasic
Gets the value of the contactPrimaryJoin property.
ContactSearchBasic
Gets the value of the customerJoin property.
CustomerSearchBasic
Gets the value of the projectTaskJoin property.
ProjectTaskSearchBasic
Gets the value of the taskJoin property.
TaskSearchBasic
Sets the value of the basic property.
| value | Allowed object is
JobSearchBasic
|
|---|
Sets the value of the contactPrimaryJoin property.
| value | Allowed object is
ContactSearchBasic
|
|---|
Sets the value of the customerJoin property.
| value | Allowed object is
CustomerSearchBasic
|
|---|
Sets the value of the projectTaskJoin property.
| value | Allowed object is
ProjectTaskSearchBasic
|
|---|
Sets the value of the taskJoin property.
| value | Allowed object is
TaskSearchBasic
|
|---|