| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2013_2.CustomSearchJoin |
Java class for CustomSearchJoin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomSearchJoin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customizationRef" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomizationRef"/>
<element name="searchRecordBasic" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customizationRef | |||||||||||
| searchRecordBasic | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customizationRef property.
| |||||||||||
Gets the value of the searchRecordBasic property.
| |||||||||||
Sets the value of the customizationRef property.
| |||||||||||
Sets the value of the searchRecordBasic property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customizationRef property.
CustomizationRef
Gets the value of the searchRecordBasic property.
SearchRecordBasic
Sets the value of the customizationRef property.
| value | Allowed object is
CustomizationRef
|
|---|
Sets the value of the searchRecordBasic property.
| value | Allowed object is
SearchRecordBasic
|
|---|