| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.GetSelectFilterByFieldValue |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| field | |||||||||||
| internalId | |||||||||||
| sublist | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the field property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the sublist property.
| |||||||||||
Sets the value of the field property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the sublist property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the field property.
Gets the value of the internalId property.
Gets the value of the sublist property.
Sets the value of the field property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the sublist property.
| value | Allowed object is String |
|---|