public class

RevRecTemplateSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2012_1.RevRecTemplateSearchRowBasic

Class Overview

Java class for RevRecTemplateSearchRowBasic complex type.

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

 <complexType name="RevRecTemplateSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amorInactive" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorMethod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorPeriod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorStartOffset" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorTermSrc" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorType" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contraAccount" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="deferralAccount" 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="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="periodOffset" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="targetAccount" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="useForeignAmounts" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> amorInactive
protected List<SearchColumnStringField> amorMethod
protected List<SearchColumnStringField> amorPeriod
protected List<SearchColumnStringField> amorStartOffset
protected List<SearchColumnStringField> amorTermSrc
protected List<SearchColumnStringField> amorType
protected List<SearchColumnStringField> contraAccount
protected List<SearchColumnStringField> deferralAccount
protected List<SearchColumnStringField> externalId
protected List<SearchColumnLongField> internalId
protected List<SearchColumnStringField> name
protected List<SearchColumnStringField> periodOffset
protected List<SearchColumnStringField> targetAccount
protected List<SearchColumnBooleanField> useForeignAmounts
Public Constructors
RevRecTemplateSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAmorInactive()
Gets the value of the amorInactive property.
List<SearchColumnStringField> getAmorMethod()
Gets the value of the amorMethod property.
List<SearchColumnStringField> getAmorPeriod()
Gets the value of the amorPeriod property.
List<SearchColumnStringField> getAmorStartOffset()
Gets the value of the amorStartOffset property.
List<SearchColumnStringField> getAmorTermSrc()
Gets the value of the amorTermSrc property.
List<SearchColumnStringField> getAmorType()
Gets the value of the amorType property.
List<SearchColumnStringField> getContraAccount()
Gets the value of the contraAccount property.
List<SearchColumnStringField> getDeferralAccount()
Gets the value of the deferralAccount property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnLongField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnStringField> getPeriodOffset()
Gets the value of the periodOffset property.
List<SearchColumnStringField> getTargetAccount()
Gets the value of the targetAccount property.
List<SearchColumnBooleanField> getUseForeignAmounts()
Gets the value of the useForeignAmounts property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> amorInactive

protected List<SearchColumnStringField> amorMethod

protected List<SearchColumnStringField> amorPeriod

protected List<SearchColumnStringField> amorStartOffset

protected List<SearchColumnStringField> amorTermSrc

protected List<SearchColumnStringField> amorType

protected List<SearchColumnStringField> contraAccount

protected List<SearchColumnStringField> deferralAccount

protected List<SearchColumnStringField> externalId

protected List<SearchColumnLongField> internalId

protected List<SearchColumnStringField> name

protected List<SearchColumnStringField> periodOffset

protected List<SearchColumnStringField> targetAccount

protected List<SearchColumnBooleanField> useForeignAmounts

Public Constructors

public RevRecTemplateSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getAmorInactive ()

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

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

    getAmorInactive().add(newItem);
 

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

public List<SearchColumnStringField> getAmorMethod ()

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

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

    getAmorMethod().add(newItem);
 

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

public List<SearchColumnStringField> getAmorPeriod ()

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

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

    getAmorPeriod().add(newItem);
 

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

public List<SearchColumnStringField> getAmorStartOffset ()

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

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

    getAmorStartOffset().add(newItem);
 

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

public List<SearchColumnStringField> getAmorTermSrc ()

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

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

    getAmorTermSrc().add(newItem);
 

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

public List<SearchColumnStringField> getAmorType ()

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

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

    getAmorType().add(newItem);
 

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

public List<SearchColumnStringField> getContraAccount ()

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

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

    getContraAccount().add(newItem);
 

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

public List<SearchColumnStringField> getDeferralAccount ()

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

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

    getDeferralAccount().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<SearchColumnLongField> 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 SearchColumnLongField

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

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

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

    getPeriodOffset().add(newItem);
 

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

public List<SearchColumnStringField> getTargetAccount ()

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

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

    getTargetAccount().add(newItem);
 

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

public List<SearchColumnBooleanField> getUseForeignAmounts ()

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

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

    getUseForeignAmounts().add(newItem);
 

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