public class

Note

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.general.communication_2010_2.Note

Class Overview

Java class for Note complex type.

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

 <complexType name="Note">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="noteType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="direction" type="{urn:types.communication_2010_2.general.webservices.netsuite.com}NoteDirection" minOccurs="0"/>
         <element name="noteDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="activity" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="author" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="entity" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="folder" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="media" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="record" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="recordType" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="topic" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="transaction" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef activity
protected RecordRef author
protected NoteDirection direction
protected RecordRef entity
protected String externalId
protected RecordRef folder
protected String internalId
protected RecordRef item
protected XMLGregorianCalendar lastModifiedDate
protected RecordRef media
protected String note
protected XMLGregorianCalendar noteDate
protected RecordRef noteType
protected RecordRef record
protected RecordRef recordType
protected String title
protected RecordRef topic
protected RecordRef transaction
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Note()
Public Methods
RecordRef getActivity()
Gets the value of the activity property.
RecordRef getAuthor()
Gets the value of the author property.
NoteDirection getDirection()
Gets the value of the direction property.
RecordRef getEntity()
Gets the value of the entity property.
String getExternalId()
Gets the value of the externalId property.
RecordRef getFolder()
Gets the value of the folder property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getItem()
Gets the value of the item property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
RecordRef getMedia()
Gets the value of the media property.
String getNote()
Gets the value of the note property.
XMLGregorianCalendar getNoteDate()
Gets the value of the noteDate property.
RecordRef getNoteType()
Gets the value of the noteType property.
RecordRef getRecord()
Gets the value of the record property.
RecordRef getRecordType()
Gets the value of the recordType property.
String getTitle()
Gets the value of the title property.
RecordRef getTopic()
Gets the value of the topic property.
RecordRef getTransaction()
Gets the value of the transaction property.
void setActivity(RecordRef value)
Sets the value of the activity property.
void setAuthor(RecordRef value)
Sets the value of the author property.
void setDirection(NoteDirection value)
Sets the value of the direction property.
void setEntity(RecordRef value)
Sets the value of the entity property.
void setExternalId(String value)
Sets the value of the externalId property.
void setFolder(RecordRef value)
Sets the value of the folder property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setMedia(RecordRef value)
Sets the value of the media property.
void setNote(String value)
Sets the value of the note property.
void setNoteDate(XMLGregorianCalendar value)
Sets the value of the noteDate property.
void setNoteType(RecordRef value)
Sets the value of the noteType property.
void setRecord(RecordRef value)
Sets the value of the record property.
void setRecordType(RecordRef value)
Sets the value of the recordType property.
void setTitle(String value)
Sets the value of the title property.
void setTopic(RecordRef value)
Sets the value of the topic property.
void setTransaction(RecordRef value)
Sets the value of the transaction property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef activity

protected RecordRef author

protected NoteDirection direction

protected RecordRef entity

protected String externalId

protected RecordRef folder

protected String internalId

protected RecordRef item

protected XMLGregorianCalendar lastModifiedDate

protected RecordRef media

protected String note

protected XMLGregorianCalendar noteDate

protected RecordRef noteType

protected RecordRef record

protected RecordRef recordType

protected String title

protected RecordRef topic

protected RecordRef transaction

Public Constructors

public Note ()

Public Methods

public RecordRef getActivity ()

Gets the value of the activity property.

Returns

public RecordRef getAuthor ()

Gets the value of the author property.

Returns

public NoteDirection getDirection ()

Gets the value of the direction property.

Returns

public RecordRef getEntity ()

Gets the value of the entity property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public RecordRef getFolder ()

Gets the value of the folder property.

Returns

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getMedia ()

Gets the value of the media property.

Returns

public String getNote ()

Gets the value of the note property.

Returns
  • possible object is String

public XMLGregorianCalendar getNoteDate ()

Gets the value of the noteDate property.

Returns
  • possible object is XMLGregorianCalendar

public RecordRef getNoteType ()

Gets the value of the noteType property.

Returns

public RecordRef getRecord ()

Gets the value of the record property.

Returns

public RecordRef getRecordType ()

Gets the value of the recordType property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public RecordRef getTopic ()

Gets the value of the topic property.

Returns

public RecordRef getTransaction ()

Gets the value of the transaction property.

Returns

public void setActivity (RecordRef value)

Sets the value of the activity property.

Parameters
value Allowed object is RecordRef

public void setAuthor (RecordRef value)

Sets the value of the author property.

Parameters
value Allowed object is RecordRef

public void setDirection (NoteDirection value)

Sets the value of the direction property.

Parameters
value Allowed object is NoteDirection

public void setEntity (RecordRef value)

Sets the value of the entity property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setFolder (RecordRef value)

Sets the value of the folder property.

Parameters
value Allowed object is RecordRef

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMedia (RecordRef value)

Sets the value of the media property.

Parameters
value Allowed object is RecordRef

public void setNote (String value)

Sets the value of the note property.

Parameters
value Allowed object is String

public void setNoteDate (XMLGregorianCalendar value)

Sets the value of the noteDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setNoteType (RecordRef value)

Sets the value of the noteType property.

Parameters
value Allowed object is RecordRef

public void setRecord (RecordRef value)

Sets the value of the record property.

Parameters
value Allowed object is RecordRef

public void setRecordType (RecordRef value)

Sets the value of the recordType property.

Parameters
value Allowed object is RecordRef

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setTopic (RecordRef value)

Sets the value of the topic property.

Parameters
value Allowed object is RecordRef

public void setTransaction (RecordRef value)

Sets the value of the transaction property.

Parameters
value Allowed object is RecordRef