public class

NexusSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2012_1.NexusSearchBasic

Class Overview

Java class for NexusSearchBasic complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NexusSearchBasic">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="country" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="description" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="state" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchEnumMultiSelectField country
protected SearchStringField description
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField state
Public Constructors
NexusSearchBasic()
Public Methods
SearchEnumMultiSelectField getCountry()
Gets the value of the country property.
SearchStringField getDescription()
Gets the value of the description property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getState()
Gets the value of the state property.
void setCountry(SearchEnumMultiSelectField value)
Sets the value of the country property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setState(SearchMultiSelectField value)
Sets the value of the state property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchEnumMultiSelectField country

protected SearchStringField description

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField state

Public Constructors

public NexusSearchBasic ()

Public Methods

public SearchEnumMultiSelectField getCountry ()

Gets the value of the country property.

Returns

public SearchStringField getDescription ()

Gets the value of the description property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getState ()

Gets the value of the state property.

Returns

public void setCountry (SearchEnumMultiSelectField value)

Sets the value of the country property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setDescription (SearchStringField value)

Sets the value of the description property.

Parameters
value Allowed object is SearchStringField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setState (SearchMultiSelectField value)

Sets the value of the state property.

Parameters
value Allowed object is SearchMultiSelectField