All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bytekast.netsuite.client.RevRecTemplateSearchRowBasic Maven / Gradle / Ivy

The newest version!

package com.bytekast.netsuite.client;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

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_2017_1.platform.webservices.netsuite.com}SearchRowBasic">
 *       <sequence>
 *         <element name="amorMethod" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="amorPeriod" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="amorStartOffset" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="amorTermSrc" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="amorType" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="contraAccount" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="deferralAccount" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="externalId" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="internalId" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="isInactive" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="name" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="periodOffset" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="targetAccount" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="useForeignAmounts" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "RevRecTemplateSearchRowBasic", namespace = "urn:common_2017_1.platform.webservices.netsuite.com", propOrder = { "amorMethod", "amorPeriod", "amorStartOffset", "amorTermSrc", "amorType", "contraAccount", "deferralAccount", "externalId", "internalId", "isInactive", "name", "periodOffset", "targetAccount", "useForeignAmounts" }) public class RevRecTemplateSearchRowBasic extends SearchRowBasic implements Serializable { protected List amorMethod; protected List amorPeriod; protected List amorStartOffset; protected List amorTermSrc; protected List amorType; protected List contraAccount; protected List deferralAccount; protected List externalId; protected List internalId; protected List isInactive; protected List name; protected List periodOffset; protected List targetAccount; protected List useForeignAmounts; /** * 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 * {@link SearchColumnStringField } * * */ public List getAmorMethod() { if (amorMethod == null) { amorMethod = new ArrayList(); } return this.amorMethod; } /** * 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 * {@link SearchColumnStringField } * * */ public List getAmorPeriod() { if (amorPeriod == null) { amorPeriod = new ArrayList(); } return this.amorPeriod; } /** * 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 * {@link SearchColumnStringField } * * */ public List getAmorStartOffset() { if (amorStartOffset == null) { amorStartOffset = new ArrayList(); } return this.amorStartOffset; } /** * 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 * {@link SearchColumnStringField } * * */ public List getAmorTermSrc() { if (amorTermSrc == null) { amorTermSrc = new ArrayList(); } return this.amorTermSrc; } /** * 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 * {@link SearchColumnStringField } * * */ public List getAmorType() { if (amorType == null) { amorType = new ArrayList(); } return this.amorType; } /** * 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 * {@link SearchColumnStringField } * * */ public List getContraAccount() { if (contraAccount == null) { contraAccount = new ArrayList(); } return this.contraAccount; } /** * 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 * {@link SearchColumnStringField } * * */ public List getDeferralAccount() { if (deferralAccount == null) { deferralAccount = new ArrayList(); } return this.deferralAccount; } /** * 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 * {@link SearchColumnSelectField } * * */ public List getExternalId() { if (externalId == null) { externalId = new ArrayList(); } return this.externalId; } /** * 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 * {@link SearchColumnSelectField } * * */ public List getInternalId() { if (internalId == null) { internalId = new ArrayList(); } return this.internalId; } /** * 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 * {@link SearchColumnStringField } * * */ public List getIsInactive() { if (isInactive == null) { isInactive = new ArrayList(); } return this.isInactive; } /** * 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 * {@link SearchColumnStringField } * * */ public List getName() { if (name == null) { name = new ArrayList(); } return this.name; } /** * 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 * {@link SearchColumnStringField } * * */ public List getPeriodOffset() { if (periodOffset == null) { periodOffset = new ArrayList(); } return this.periodOffset; } /** * 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 * {@link SearchColumnStringField } * * */ public List getTargetAccount() { if (targetAccount == null) { targetAccount = new ArrayList(); } return this.targetAccount; } /** * 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 * {@link SearchColumnBooleanField } * * */ public List getUseForeignAmounts() { if (useForeignAmounts == null) { useForeignAmounts = new ArrayList(); } return this.useForeignAmounts; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy