public class

RevRecTemplateSearchRowBasic

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.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>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="amorMethod" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorPeriod" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorStartOffset" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorTermSrc" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amorType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="contraAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="deferralAccount" 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="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" 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="periodOffset" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="targetAccount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="useForeignAmounts" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
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> isInactive
protected List<SearchColumnStringField> name
protected List<SearchColumnStringField> periodOffset
protected List<SearchColumnStringField> targetAccount
protected List<SearchColumnBooleanField> useForeignAmounts
Public Constructors
RevRecTemplateSearchRowBasic()
Public Methods
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> getIsInactive()
Gets the value of the isInactive 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.
void setAmorMethod(List<SearchColumnStringField> amorMethod)
Sets the value of the amorMethod property.
void setAmorPeriod(List<SearchColumnStringField> amorPeriod)
Sets the value of the amorPeriod property.
void setAmorStartOffset(List<SearchColumnStringField> amorStartOffset)
Sets the value of the amorStartOffset property.
void setAmorTermSrc(List<SearchColumnStringField> amorTermSrc)
Sets the value of the amorTermSrc property.
void setAmorType(List<SearchColumnStringField> amorType)
Sets the value of the amorType property.
void setContraAccount(List<SearchColumnStringField> contraAccount)
Sets the value of the contraAccount property.
void setDeferralAccount(List<SearchColumnStringField> deferralAccount)
Sets the value of the deferralAccount property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnLongField> internalId)
Sets the value of the internalId property.
void setIsInactive(List<SearchColumnStringField> isInactive)
Sets the value of the isInactive property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setPeriodOffset(List<SearchColumnStringField> periodOffset)
Sets the value of the periodOffset property.
void setTargetAccount(List<SearchColumnStringField> targetAccount)
Sets the value of the targetAccount property.
void setUseForeignAmounts(List<SearchColumnBooleanField> useForeignAmounts)
Sets the value of the useForeignAmounts property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

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> isInactive

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

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

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

    getIsInactive().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> 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

public void setAmorMethod (List<SearchColumnStringField> amorMethod)

Sets the value of the amorMethod property.

Parameters
amorMethod Allowed object is SearchColumnStringField

public void setAmorPeriod (List<SearchColumnStringField> amorPeriod)

Sets the value of the amorPeriod property.

Parameters
amorPeriod Allowed object is SearchColumnStringField

public void setAmorStartOffset (List<SearchColumnStringField> amorStartOffset)

Sets the value of the amorStartOffset property.

Parameters
amorStartOffset Allowed object is SearchColumnStringField

public void setAmorTermSrc (List<SearchColumnStringField> amorTermSrc)

Sets the value of the amorTermSrc property.

Parameters
amorTermSrc Allowed object is SearchColumnStringField

public void setAmorType (List<SearchColumnStringField> amorType)

Sets the value of the amorType property.

Parameters
amorType Allowed object is SearchColumnStringField

public void setContraAccount (List<SearchColumnStringField> contraAccount)

Sets the value of the contraAccount property.

Parameters
contraAccount Allowed object is SearchColumnStringField

public void setDeferralAccount (List<SearchColumnStringField> deferralAccount)

Sets the value of the deferralAccount property.

Parameters
deferralAccount 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 setInternalId (List<SearchColumnLongField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnLongField

public void setIsInactive (List<SearchColumnStringField> isInactive)

Sets the value of the isInactive property.

Parameters
isInactive 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 setPeriodOffset (List<SearchColumnStringField> periodOffset)

Sets the value of the periodOffset property.

Parameters
periodOffset Allowed object is SearchColumnStringField

public void setTargetAccount (List<SearchColumnStringField> targetAccount)

Sets the value of the targetAccount property.

Parameters
targetAccount Allowed object is SearchColumnStringField

public void setUseForeignAmounts (List<SearchColumnBooleanField> useForeignAmounts)

Sets the value of the useForeignAmounts property.

Parameters
useForeignAmounts Allowed object is SearchColumnBooleanField