public class

SearchStringCustomField

extends SearchCustomField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchCustomField
     ↳ com.netsuite.webservices.platform.core_2010_2.SearchStringCustomField

Class Overview

Java class for SearchStringCustomField complex type.

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

 <complexType name="SearchStringCustomField">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="operator" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}SearchStringFieldOperator" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String internalId
protected SearchStringFieldOperator operator
protected String searchValue
Public Constructors
SearchStringCustomField()
Public Methods
String getInternalId()
Gets the value of the internalId property.
SearchStringFieldOperator getOperator()
Gets the value of the operator property.
String getSearchValue()
Gets the value of the searchValue property.
void setInternalId(String value)
Sets the value of the internalId property.
void setOperator(SearchStringFieldOperator value)
Sets the value of the operator property.
void setSearchValue(String value)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String internalId

protected SearchStringFieldOperator operator

protected String searchValue

Public Constructors

public SearchStringCustomField ()

Public Methods

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public SearchStringFieldOperator getOperator ()

Gets the value of the operator property.

Returns

public String getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setOperator (SearchStringFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchStringFieldOperator

public void setSearchValue (String value)

Sets the value of the searchValue property.

Parameters
value Allowed object is String