public class

NoteSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.NoteSearchRowBasic

Class Overview

Java class for NoteSearchRowBasic complex type.

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

 <complexType name="NoteSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="author" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="direction" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="note" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="noteDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="noteType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="title" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> author
protected List<SearchColumnStringField> direction
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> note
protected List<SearchColumnDateField> noteDate
protected List<SearchColumnStringField> noteType
protected List<SearchColumnStringField> title
Public Constructors
NoteSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getAuthor()
Gets the value of the author property.
List<SearchColumnStringField> getDirection()
Gets the value of the direction property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getNote()
Gets the value of the note property.
List<SearchColumnDateField> getNoteDate()
Gets the value of the noteDate property.
List<SearchColumnStringField> getNoteType()
Gets the value of the noteType property.
List<SearchColumnStringField> getTitle()
Gets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> author

protected List<SearchColumnStringField> direction

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> note

protected List<SearchColumnDateField> noteDate

protected List<SearchColumnStringField> noteType

protected List<SearchColumnStringField> title

Public Constructors

public NoteSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getAuthor ()

Gets the value of the author property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the author property.

For example, to add a new item, do as follows:

    getAuthor().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getDirection ()

Gets the value of the direction property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the direction property.

For example, to add a new item, do as follows:

    getDirection().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getNote ()

Gets the value of the note property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the note property.

For example, to add a new item, do as follows:

    getNote().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDateField> getNoteDate ()

Gets the value of the noteDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the noteDate property.

For example, to add a new item, do as follows:

    getNoteDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnStringField> getNoteType ()

Gets the value of the noteType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the noteType property.

For example, to add a new item, do as follows:

    getNoteType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getTitle ()

Gets the value of the title property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the title property.

For example, to add a new item, do as follows:

    getTitle().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField