| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.ItemNumberCustomFieldFilter |
Java class for ItemNumberCustomFieldFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemNumberCustomFieldFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fldFilter" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="fldFilterChecked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fldFilterCompareType" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomizationFilterCompareType" minOccurs="0"/>
<element name="fldFilterVal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fldFilterNotNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fldfilterNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fldCompareField" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fldCompareField | |||||||||||
| fldFilter | |||||||||||
| fldFilterChecked | |||||||||||
| fldFilterCompareType | |||||||||||
| fldFilterNotNull | |||||||||||
| fldFilterVal | |||||||||||
| fldfilterNull | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fldCompareField property.
| |||||||||||
Gets the value of the fldFilter property.
| |||||||||||
Gets the value of the fldFilterCompareType property.
| |||||||||||
Gets the value of the fldFilterVal property.
| |||||||||||
Gets the value of the fldFilterChecked property.
| |||||||||||
Gets the value of the fldFilterNotNull property.
| |||||||||||
Gets the value of the fldfilterNull property.
| |||||||||||
Sets the value of the fldCompareField property.
| |||||||||||
Sets the value of the fldFilter property.
| |||||||||||
Sets the value of the fldFilterChecked property.
| |||||||||||
Sets the value of the fldFilterCompareType property.
| |||||||||||
Sets the value of the fldFilterNotNull property.
| |||||||||||
Sets the value of the fldFilterVal property.
| |||||||||||
Sets the value of the fldfilterNull property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fldCompareField property.
RecordRef
Gets the value of the fldFilter property.
RecordRef
Gets the value of the fldFilterCompareType property.
CustomizationFilterCompareType
Gets the value of the fldFilterVal property.
Gets the value of the fldFilterChecked property.
Gets the value of the fldFilterNotNull property.
Gets the value of the fldfilterNull property.
Sets the value of the fldCompareField property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the fldFilter property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the fldFilterChecked property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fldFilterCompareType property.
| value | Allowed object is
CustomizationFilterCompareType
|
|---|
Sets the value of the fldFilterNotNull property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fldFilterVal property.
| value | Allowed object is String |
|---|
Sets the value of the fldfilterNull property.
| value | Allowed object is Boolean |
|---|