public class

SearchColumnDateField

extends SearchColumnField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchColumnField
     ↳ com.netsuite.webservices.platform.core_2010_2.SearchColumnDateField

Class Overview

Java class for SearchColumnDateField complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SearchColumnDateField">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar searchValue
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.SearchColumnField
Public Constructors
SearchColumnDateField()
Public Methods
XMLGregorianCalendar getSearchValue()
Gets the value of the searchValue property.
void setSearchValue(XMLGregorianCalendar value)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.SearchColumnField
From class java.lang.Object

Fields

protected XMLGregorianCalendar searchValue

Public Constructors

public SearchColumnDateField ()

Public Methods

public XMLGregorianCalendar getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is XMLGregorianCalendar

public void setSearchValue (XMLGregorianCalendar value)

Sets the value of the searchValue property.

Parameters
value Allowed object is XMLGregorianCalendar