| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchCustomField | |
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchDateCustomField | |
Java class for SearchDateCustomField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchDateCustomField">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomField">
<sequence>
<element name="predefinedSearchValue" type="{urn:types.core_2013_2.platform.webservices.netsuite.com}SearchDate" minOccurs="0"/>
<element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="searchValue2" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attribute name="operator" type="{urn:types.core_2013_2.platform.webservices.netsuite.com}SearchDateFieldOperator" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| operator | |||||||||||
| predefinedSearchValue | |||||||||||
| searchValue | |||||||||||
| searchValue2 | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.SearchCustomField
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the operator property.
| |||||||||||
Gets the value of the predefinedSearchValue property.
| |||||||||||
Gets the value of the searchValue property.
| |||||||||||
Gets the value of the searchValue2 property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
Sets the value of the predefinedSearchValue property.
| |||||||||||
Sets the value of the searchValue property.
| |||||||||||
Sets the value of the searchValue2 property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.SearchCustomField
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the operator property.
SearchDateFieldOperator
Gets the value of the predefinedSearchValue property.
SearchDate
Gets the value of the searchValue property.
Gets the value of the searchValue2 property.
Sets the value of the operator property.
| value | Allowed object is
SearchDateFieldOperator
|
|---|
Sets the value of the predefinedSearchValue property.
| value | Allowed object is
SearchDate
|
|---|
Sets the value of the searchValue property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the searchValue2 property.
| value | Allowed object is XMLGregorianCalendar |
|---|