public class

RevRecScheduleSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2012_1.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>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amount" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="defRev" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entity" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="incomeAcct" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="jeDoc" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="jeDocUrl" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="nameUrl" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="postPeriod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="srcDoc" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="srcDocLine" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </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.
[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