| java.lang.Object | |||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRow | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRowBasic | ||
| ↳ | com.netsuite.webservices.platform.common_2013_2.NoteSearchRowBasic | ||
Java class for NoteSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoteSearchRowBasic">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
<sequence>
<element name="author" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="direction" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="note" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="noteDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="noteType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="title" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| author | |||||||||||
| direction | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| note | |||||||||||
| noteDate | |||||||||||
| noteType | |||||||||||
| title | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the author property.
| |||||||||||
Gets the value of the direction property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the noteDate property.
| |||||||||||
Gets the value of the noteType property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the author property.
| |||||||||||
Sets the value of the direction property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the noteDate property.
| |||||||||||
Sets the value of the noteType property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
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
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
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
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
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
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
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
Sets the value of the author property.
| author | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the direction property.
| direction | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the externalId property.
| externalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the internalId property.
| internalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the note property.
| note | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the noteDate property.
| noteDate | Allowed object is
SearchColumnDateField
|
|---|
Sets the value of the noteType property.
| noteType | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the title property.
| title | Allowed object is
SearchColumnStringField
|
|---|