public class

RevRecScheduleSearchRowBasic

extends SearchRowBasic
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.RevRecScheduleSearchRowBasic

Class Overview

Java class for RevRecScheduleSearchRowBasic complex type.

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

 <complexType name="RevRecScheduleSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="amount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="defRev" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entity" 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}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="incomeAcct" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="jeDoc" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="jeDocUrl" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="nameUrl" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="postPeriod" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="srcDoc" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="srcDocLine" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDoubleField> amount
protected List<SearchColumnStringField> defRev
protected List<SearchColumnStringField> entity
protected List<SearchColumnStringField> externalId
protected List<SearchColumnStringField> incomeAcct
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> jeDoc
protected List<SearchColumnStringField> jeDocUrl
protected List<SearchColumnStringField> name
protected List<SearchColumnStringField> nameUrl
protected List<SearchColumnStringField> postPeriod
protected List<SearchColumnStringField> srcDoc
protected List<SearchColumnStringField> srcDocLine
Public Constructors
RevRecScheduleSearchRowBasic()
Public Methods
List<SearchColumnDoubleField> getAmount()
Gets the value of the amount property.
List<SearchColumnStringField> getDefRev()
Gets the value of the defRev property.
List<SearchColumnStringField> getEntity()
Gets the value of the entity property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnStringField> getIncomeAcct()
Gets the value of the incomeAcct property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getJeDoc()
Gets the value of the jeDoc property.
List<SearchColumnStringField> getJeDocUrl()
Gets the value of the jeDocUrl property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnStringField> getNameUrl()
Gets the value of the nameUrl property.
List<SearchColumnStringField> getPostPeriod()
Gets the value of the postPeriod property.
List<SearchColumnStringField> getSrcDoc()
Gets the value of the srcDoc property.
List<SearchColumnStringField> getSrcDocLine()
Gets the value of the srcDocLine property.
void setAmount(List<SearchColumnDoubleField> amount)
Sets the value of the amount property.
void setDefRev(List<SearchColumnStringField> defRev)
Sets the value of the defRev property.
void setEntity(List<SearchColumnStringField> entity)
Sets the value of the entity property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setIncomeAcct(List<SearchColumnStringField> incomeAcct)
Sets the value of the incomeAcct property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setJeDoc(List<SearchColumnStringField> jeDoc)
Sets the value of the jeDoc property.
void setJeDocUrl(List<SearchColumnStringField> jeDocUrl)
Sets the value of the jeDocUrl property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setNameUrl(List<SearchColumnStringField> nameUrl)
Sets the value of the nameUrl property.
void setPostPeriod(List<SearchColumnStringField> postPeriod)
Sets the value of the postPeriod property.
void setSrcDoc(List<SearchColumnStringField> srcDoc)
Sets the value of the srcDoc property.
void setSrcDocLine(List<SearchColumnStringField> srcDocLine)
Sets the value of the srcDocLine property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDoubleField> amount

protected List<SearchColumnStringField> defRev

protected List<SearchColumnStringField> entity

protected List<SearchColumnStringField> externalId

protected List<SearchColumnStringField> incomeAcct

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> jeDoc

protected List<SearchColumnStringField> jeDocUrl

protected List<SearchColumnStringField> name

protected List<SearchColumnStringField> nameUrl

protected List<SearchColumnStringField> postPeriod

protected List<SearchColumnStringField> srcDoc

protected List<SearchColumnStringField> srcDocLine

Public Constructors

public RevRecScheduleSearchRowBasic ()

Public Methods

public List<SearchColumnDoubleField> getAmount ()

Gets the value of the amount 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 amount property.

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

    getAmount().add(newItem);
 

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

public List<SearchColumnStringField> getDefRev ()

Gets the value of the defRev 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 defRev property.

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

    getDefRev().add(newItem);
 

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

public List<SearchColumnStringField> getEntity ()

Gets the value of the entity 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 entity property.

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

    getEntity().add(newItem);
 

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

public List<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnStringField> getIncomeAcct ()

Gets the value of the incomeAcct 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 incomeAcct property.

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

    getIncomeAcct().add(newItem);
 

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

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> getJeDoc ()

Gets the value of the jeDoc 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 jeDoc property.

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

    getJeDoc().add(newItem);
 

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

public List<SearchColumnStringField> getJeDocUrl ()

Gets the value of the jeDocUrl 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 jeDocUrl property.

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

    getJeDocUrl().add(newItem);
 

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

public List<SearchColumnStringField> getName ()

Gets the value of the name 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 name property.

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

    getName().add(newItem);
 

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

public List<SearchColumnStringField> getNameUrl ()

Gets the value of the nameUrl 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 nameUrl property.

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

    getNameUrl().add(newItem);
 

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

public List<SearchColumnStringField> getPostPeriod ()

Gets the value of the postPeriod 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 postPeriod property.

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

    getPostPeriod().add(newItem);
 

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

public List<SearchColumnStringField> getSrcDoc ()

Gets the value of the srcDoc 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 srcDoc property.

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

    getSrcDoc().add(newItem);
 

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

public List<SearchColumnStringField> getSrcDocLine ()

Gets the value of the srcDocLine 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 srcDocLine property.

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

    getSrcDocLine().add(newItem);
 

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

public void setAmount (List<SearchColumnDoubleField> amount)

Sets the value of the amount property.

Parameters
amount Allowed object is SearchColumnDoubleField

public void setDefRev (List<SearchColumnStringField> defRev)

Sets the value of the defRev property.

Parameters
defRev Allowed object is SearchColumnStringField

public void setEntity (List<SearchColumnStringField> entity)

Sets the value of the entity property.

Parameters
entity Allowed object is SearchColumnStringField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setIncomeAcct (List<SearchColumnStringField> incomeAcct)

Sets the value of the incomeAcct property.

Parameters
incomeAcct Allowed object is SearchColumnStringField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setJeDoc (List<SearchColumnStringField> jeDoc)

Sets the value of the jeDoc property.

Parameters
jeDoc Allowed object is SearchColumnStringField

public void setJeDocUrl (List<SearchColumnStringField> jeDocUrl)

Sets the value of the jeDocUrl property.

Parameters
jeDocUrl Allowed object is SearchColumnStringField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField

public void setNameUrl (List<SearchColumnStringField> nameUrl)

Sets the value of the nameUrl property.

Parameters
nameUrl Allowed object is SearchColumnStringField

public void setPostPeriod (List<SearchColumnStringField> postPeriod)

Sets the value of the postPeriod property.

Parameters
postPeriod Allowed object is SearchColumnStringField

public void setSrcDoc (List<SearchColumnStringField> srcDoc)

Sets the value of the srcDoc property.

Parameters
srcDoc Allowed object is SearchColumnStringField

public void setSrcDocLine (List<SearchColumnStringField> srcDocLine)

Sets the value of the srcDocLine property.

Parameters
srcDocLine Allowed object is SearchColumnStringField