public class

SearchDateField

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchDateField

Class Overview

Java class for SearchDateField complex type.

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

 <complexType name="SearchDateField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="predefinedSearchValue" type="{urn:types.core_2010_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_2010_2.platform.webservices.netsuite.com}SearchDateFieldOperator" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDateFieldOperator operator
protected SearchDate predefinedSearchValue
protected XMLGregorianCalendar searchValue
protected XMLGregorianCalendar searchValue2
Public Constructors
SearchDateField()
Public Methods
SearchDateFieldOperator getOperator()
Gets the value of the operator property.
SearchDate getPredefinedSearchValue()
Gets the value of the predefinedSearchValue property.
XMLGregorianCalendar getSearchValue()
Gets the value of the searchValue property.
XMLGregorianCalendar getSearchValue2()
Gets the value of the searchValue2 property.
void setOperator(SearchDateFieldOperator value)
Sets the value of the operator property.
void setPredefinedSearchValue(SearchDate value)
Sets the value of the predefinedSearchValue property.
void setSearchValue(XMLGregorianCalendar value)
Sets the value of the searchValue property.
void setSearchValue2(XMLGregorianCalendar value)
Sets the value of the searchValue2 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDateFieldOperator operator

protected SearchDate predefinedSearchValue

protected XMLGregorianCalendar searchValue

protected XMLGregorianCalendar searchValue2

Public Constructors

public SearchDateField ()

Public Methods

public SearchDateFieldOperator getOperator ()

Gets the value of the operator property.

Returns

public SearchDate getPredefinedSearchValue ()

Gets the value of the predefinedSearchValue property.

Returns

public XMLGregorianCalendar getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getSearchValue2 ()

Gets the value of the searchValue2 property.

Returns
  • possible object is XMLGregorianCalendar

public void setOperator (SearchDateFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchDateFieldOperator

public void setPredefinedSearchValue (SearchDate value)

Sets the value of the predefinedSearchValue property.

Parameters
value Allowed object is SearchDate

public void setSearchValue (XMLGregorianCalendar value)

Sets the value of the searchValue property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSearchValue2 (XMLGregorianCalendar value)

Sets the value of the searchValue2 property.

Parameters
value Allowed object is XMLGregorianCalendar