public class

GetSelectFilterByFieldValue

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.GetSelectFilterByFieldValue

Class Overview

Java class for GetSelectFilterByFieldValue complex type.

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

 <complexType name="GetSelectFilterByFieldValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sublist" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="internalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String field
protected String internalId
protected String sublist
Public Constructors
GetSelectFilterByFieldValue()
Public Methods
String getField()
Gets the value of the field property.
String getInternalId()
Gets the value of the internalId property.
String getSublist()
Gets the value of the sublist property.
void setField(String value)
Sets the value of the field property.
void setInternalId(String value)
Sets the value of the internalId property.
void setSublist(String value)
Sets the value of the sublist property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String field

protected String internalId

protected String sublist

Public Constructors

public GetSelectFilterByFieldValue ()

Public Methods

public String getField ()

Gets the value of the field property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getSublist ()

Gets the value of the sublist property.

Returns
  • possible object is String

public void setField (String value)

Sets the value of the field property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setSublist (String value)

Sets the value of the sublist property.

Parameters
value Allowed object is String