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