| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2013_2.ItemCustomFieldFilter |
Java class for ItemCustomFieldFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemCustomFieldFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fldFilter" type="{urn:core_2013_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_2013_2.setup.webservices.netsuite.com}CustomizationFilterCompareType" minOccurs="0"/>
<element name="fldFilterVal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fldFilterSelList" type="{urn:customization_2013_2.setup.webservices.netsuite.com}FldFilterSelList" minOccurs="0"/>
<element name="fldFilterNotNull" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fldFilter | |||||||||||
| fldFilterChecked | |||||||||||
| fldFilterCompareType | |||||||||||
| fldFilterNotNull | |||||||||||
| fldFilterSelList | |||||||||||
| fldFilterVal | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fldFilter property.
| |||||||||||
Gets the value of the fldFilterChecked property.
| |||||||||||
Gets the value of the fldFilterCompareType property.
| |||||||||||
Gets the value of the fldFilterNotNull property.
| |||||||||||
Gets the value of the fldFilterSelList property.
| |||||||||||
Gets the value of the fldFilterVal 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 fldFilterSelList property.
| |||||||||||
Sets the value of the fldFilterVal property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fldFilter property.
RecordRef
Gets the value of the fldFilterChecked property. This getter has been renamed from isFldFilterChecked() to getFldFilterChecked() by cxf-xjc-boolean plugin.
Gets the value of the fldFilterCompareType property.
CustomizationFilterCompareType
Gets the value of the fldFilterNotNull property. This getter has been renamed from isFldFilterNotNull() to getFldFilterNotNull() by cxf-xjc-boolean plugin.
Gets the value of the fldFilterSelList property.
FldFilterSelList
Gets the value of the fldFilterVal property.
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 fldFilterSelList property.
| value | Allowed object is
FldFilterSelList
|
|---|
Sets the value of the fldFilterVal property.
| value | Allowed object is String |
|---|