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