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

tsg.ns.wsdl.coop.OpportunitySearchRowBasic Maven / Gradle / Ivy


package tsg.ns.wsdl.coop;

import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for OpportunitySearchRowBasic complex type. * *

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

 * <complexType name="OpportunitySearchRowBasic">
 *   <complexContent>
 *     <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRowBasic">
 *       <sequence>
 *         <element name="actionItem" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="availableOffline" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="buyingReason" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="buyingTimeFrame" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="class" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="closeDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="competitor" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="contribution" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="contributionPrimary" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="currency" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="custType" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="dateCreated" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="daysOpen" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="daysToClose" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="decisionMaker" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="department" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="entity" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="entityStatus" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="estimatedBudget" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="expectedCloseDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="externalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="forecastType" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="foreignProjectedAmount" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="foreignRangeHigh" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="foreignRangeLow" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="fxTranCostEstimate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="internalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="isBudgetApproved" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="lastModifiedDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="leadSource" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="location" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="memo" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="partner" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="partnerContribution" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="partnerRole" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="partnerTeamMember" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="period" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="probability" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="projAltSalesAmt" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="projectedTotal" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="rangeHigh" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="rangeHighAlt" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="rangeLow" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="rangeLowAlt" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="salesReadiness" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="salesRep" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="salesTeamMember" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="salesTeamRole" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="status" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="subsidiary" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="taxPeriod" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="title" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="total" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="tranCostEstimate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="tranDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="tranEstGrossProfit" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="tranEstGrossProfitPct" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="tranFxEstGrossProfit" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="tranId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="weightedTotal" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="winLossReason" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="wonBy" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="customFieldList" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "OpportunitySearchRowBasic", namespace = "urn:common_2023_1.platform.webservices.netsuite.com", propOrder = { "actionItem", "availableOffline", "buyingReason", "buyingTimeFrame", "clazz", "closeDate", "competitor", "contribution", "contributionPrimary", "currency", "custType", "dateCreated", "daysOpen", "daysToClose", "decisionMaker", "department", "entity", "entityStatus", "estimatedBudget", "expectedCloseDate", "externalId", "forecastType", "foreignProjectedAmount", "foreignRangeHigh", "foreignRangeLow", "fxTranCostEstimate", "internalId", "isBudgetApproved", "lastModifiedDate", "leadSource", "location", "memo", "partner", "partnerContribution", "partnerRole", "partnerTeamMember", "period", "probability", "projAltSalesAmt", "projectedTotal", "rangeHigh", "rangeHighAlt", "rangeLow", "rangeLowAlt", "salesReadiness", "salesRep", "salesTeamMember", "salesTeamRole", "status", "subsidiary", "taxPeriod", "title", "total", "tranCostEstimate", "tranDate", "tranEstGrossProfit", "tranEstGrossProfitPct", "tranFxEstGrossProfit", "tranId", "weightedTotal", "winLossReason", "wonBy", "customFieldList" }) public class OpportunitySearchRowBasic extends SearchRowBasic { protected List actionItem; protected List availableOffline; protected List buyingReason; protected List buyingTimeFrame; @XmlElement(name = "class") protected List clazz; protected List closeDate; protected List competitor; protected List contribution; protected List contributionPrimary; protected List currency; protected List custType; protected List dateCreated; protected List daysOpen; protected List daysToClose; protected List decisionMaker; protected List department; protected List entity; protected List entityStatus; protected List estimatedBudget; protected List expectedCloseDate; protected List externalId; protected List forecastType; protected List foreignProjectedAmount; protected List foreignRangeHigh; protected List foreignRangeLow; protected List fxTranCostEstimate; protected List internalId; protected List isBudgetApproved; protected List lastModifiedDate; protected List leadSource; protected List location; protected List memo; protected List partner; protected List partnerContribution; protected List partnerRole; protected List partnerTeamMember; protected List period; protected List probability; protected List projAltSalesAmt; protected List projectedTotal; protected List rangeHigh; protected List rangeHighAlt; protected List rangeLow; protected List rangeLowAlt; protected List salesReadiness; protected List salesRep; protected List salesTeamMember; protected List salesTeamRole; protected List status; protected List subsidiary; protected List taxPeriod; protected List title; protected List total; protected List tranCostEstimate; protected List tranDate; protected List tranEstGrossProfit; protected List tranEstGrossProfitPct; protected List tranFxEstGrossProfit; protected List tranId; protected List weightedTotal; protected List winLossReason; protected List wonBy; protected SearchColumnCustomFieldList customFieldList; /** * Gets the value of the actionItem 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 Jakarta XML Binding object. * This is why there is not a set method for the actionItem property. * *

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

     *    getActionItem().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getActionItem() { if (actionItem == null) { actionItem = new ArrayList(); } return this.actionItem; } /** * Gets the value of the availableOffline 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 Jakarta XML Binding object. * This is why there is not a set method for the availableOffline property. * *

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

     *    getAvailableOffline().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnBooleanField } * * */ public List getAvailableOffline() { if (availableOffline == null) { availableOffline = new ArrayList(); } return this.availableOffline; } /** * Gets the value of the buyingReason 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 Jakarta XML Binding object. * This is why there is not a set method for the buyingReason property. * *

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

     *    getBuyingReason().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBuyingReason() { if (buyingReason == null) { buyingReason = new ArrayList(); } return this.buyingReason; } /** * Gets the value of the buyingTimeFrame 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 Jakarta XML Binding object. * This is why there is not a set method for the buyingTimeFrame property. * *

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

     *    getBuyingTimeFrame().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBuyingTimeFrame() { if (buyingTimeFrame == null) { buyingTimeFrame = new ArrayList(); } return this.buyingTimeFrame; } /** * Gets the value of the clazz 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 Jakarta XML Binding object. * This is why there is not a set method for the clazz property. * *

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

     *    getClazz().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getClazz() { if (clazz == null) { clazz = new ArrayList(); } return this.clazz; } /** * Gets the value of the closeDate 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 Jakarta XML Binding object. * This is why there is not a set method for the closeDate property. * *

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

     *    getCloseDate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDateField } * * */ public List getCloseDate() { if (closeDate == null) { closeDate = new ArrayList(); } return this.closeDate; } /** * Gets the value of the competitor 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 Jakarta XML Binding object. * This is why there is not a set method for the competitor property. * *

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

     *    getCompetitor().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getCompetitor() { if (competitor == null) { competitor = new ArrayList(); } return this.competitor; } /** * Gets the value of the contribution 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 Jakarta XML Binding object. * This is why there is not a set method for the contribution property. * *

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

     *    getContribution().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getContribution() { if (contribution == null) { contribution = new ArrayList(); } return this.contribution; } /** * Gets the value of the contributionPrimary 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 Jakarta XML Binding object. * This is why there is not a set method for the contributionPrimary property. * *

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

     *    getContributionPrimary().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getContributionPrimary() { if (contributionPrimary == null) { contributionPrimary = new ArrayList(); } return this.contributionPrimary; } /** * Gets the value of the currency 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 Jakarta XML Binding object. * This is why there is not a set method for the currency property. * *

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

     *    getCurrency().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getCurrency() { if (currency == null) { currency = new ArrayList(); } return this.currency; } /** * Gets the value of the custType 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 Jakarta XML Binding object. * This is why there is not a set method for the custType property. * *

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

     *    getCustType().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getCustType() { if (custType == null) { custType = new ArrayList(); } return this.custType; } /** * Gets the value of the dateCreated 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 Jakarta XML Binding object. * This is why there is not a set method for the dateCreated property. * *

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

     *    getDateCreated().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDateField } * * */ public List getDateCreated() { if (dateCreated == null) { dateCreated = new ArrayList(); } return this.dateCreated; } /** * Gets the value of the daysOpen 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 Jakarta XML Binding object. * This is why there is not a set method for the daysOpen property. * *

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

     *    getDaysOpen().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnLongField } * * */ public List getDaysOpen() { if (daysOpen == null) { daysOpen = new ArrayList(); } return this.daysOpen; } /** * Gets the value of the daysToClose 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 Jakarta XML Binding object. * This is why there is not a set method for the daysToClose property. * *

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

     *    getDaysToClose().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnLongField } * * */ public List getDaysToClose() { if (daysToClose == null) { daysToClose = new ArrayList(); } return this.daysToClose; } /** * Gets the value of the decisionMaker 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 Jakarta XML Binding object. * This is why there is not a set method for the decisionMaker property. * *

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

     *    getDecisionMaker().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getDecisionMaker() { if (decisionMaker == null) { decisionMaker = new ArrayList(); } return this.decisionMaker; } /** * Gets the value of the department 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 Jakarta XML Binding object. * This is why there is not a set method for the department property. * *

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

     *    getDepartment().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getDepartment() { if (department == null) { department = new ArrayList(); } return this.department; } /** * 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 Jakarta XML Binding 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 * {@link SearchColumnSelectField } * * */ public List getEntity() { if (entity == null) { entity = new ArrayList(); } return this.entity; } /** * Gets the value of the entityStatus 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 Jakarta XML Binding object. * This is why there is not a set method for the entityStatus property. * *

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

     *    getEntityStatus().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getEntityStatus() { if (entityStatus == null) { entityStatus = new ArrayList(); } return this.entityStatus; } /** * Gets the value of the estimatedBudget 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 Jakarta XML Binding object. * This is why there is not a set method for the estimatedBudget property. * *

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

     *    getEstimatedBudget().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getEstimatedBudget() { if (estimatedBudget == null) { estimatedBudget = new ArrayList(); } return this.estimatedBudget; } /** * Gets the value of the expectedCloseDate 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 Jakarta XML Binding object. * This is why there is not a set method for the expectedCloseDate property. * *

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

     *    getExpectedCloseDate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDateField } * * */ public List getExpectedCloseDate() { if (expectedCloseDate == null) { expectedCloseDate = new ArrayList(); } return this.expectedCloseDate; } /** * 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 Jakarta XML Binding 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 forecastType 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 Jakarta XML Binding object. * This is why there is not a set method for the forecastType property. * *

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

     *    getForecastType().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getForecastType() { if (forecastType == null) { forecastType = new ArrayList(); } return this.forecastType; } /** * Gets the value of the foreignProjectedAmount 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 Jakarta XML Binding object. * This is why there is not a set method for the foreignProjectedAmount property. * *

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

     *    getForeignProjectedAmount().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getForeignProjectedAmount() { if (foreignProjectedAmount == null) { foreignProjectedAmount = new ArrayList(); } return this.foreignProjectedAmount; } /** * Gets the value of the foreignRangeHigh 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 Jakarta XML Binding object. * This is why there is not a set method for the foreignRangeHigh property. * *

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

     *    getForeignRangeHigh().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getForeignRangeHigh() { if (foreignRangeHigh == null) { foreignRangeHigh = new ArrayList(); } return this.foreignRangeHigh; } /** * Gets the value of the foreignRangeLow 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 Jakarta XML Binding object. * This is why there is not a set method for the foreignRangeLow property. * *

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

     *    getForeignRangeLow().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getForeignRangeLow() { if (foreignRangeLow == null) { foreignRangeLow = new ArrayList(); } return this.foreignRangeLow; } /** * Gets the value of the fxTranCostEstimate 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 Jakarta XML Binding object. * This is why there is not a set method for the fxTranCostEstimate property. * *

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

     *    getFxTranCostEstimate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getFxTranCostEstimate() { if (fxTranCostEstimate == null) { fxTranCostEstimate = new ArrayList(); } return this.fxTranCostEstimate; } /** * 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 Jakarta XML Binding 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 isBudgetApproved 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 Jakarta XML Binding object. * This is why there is not a set method for the isBudgetApproved property. * *

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

     *    getIsBudgetApproved().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnBooleanField } * * */ public List getIsBudgetApproved() { if (isBudgetApproved == null) { isBudgetApproved = new ArrayList(); } return this.isBudgetApproved; } /** * Gets the value of the lastModifiedDate 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 Jakarta XML Binding object. * This is why there is not a set method for the lastModifiedDate property. * *

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

     *    getLastModifiedDate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDateField } * * */ public List getLastModifiedDate() { if (lastModifiedDate == null) { lastModifiedDate = new ArrayList(); } return this.lastModifiedDate; } /** * Gets the value of the leadSource 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 Jakarta XML Binding object. * This is why there is not a set method for the leadSource property. * *

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

     *    getLeadSource().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getLeadSource() { if (leadSource == null) { leadSource = new ArrayList(); } return this.leadSource; } /** * Gets the value of the location 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 Jakarta XML Binding object. * This is why there is not a set method for the location property. * *

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

     *    getLocation().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getLocation() { if (location == null) { location = new ArrayList(); } return this.location; } /** * Gets the value of the memo 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 Jakarta XML Binding object. * This is why there is not a set method for the memo property. * *

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

     *    getMemo().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getMemo() { if (memo == null) { memo = new ArrayList(); } return this.memo; } /** * Gets the value of the partner 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 Jakarta XML Binding object. * This is why there is not a set method for the partner property. * *

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

     *    getPartner().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getPartner() { if (partner == null) { partner = new ArrayList(); } return this.partner; } /** * Gets the value of the partnerContribution 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 Jakarta XML Binding object. * This is why there is not a set method for the partnerContribution property. * *

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

     *    getPartnerContribution().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getPartnerContribution() { if (partnerContribution == null) { partnerContribution = new ArrayList(); } return this.partnerContribution; } /** * Gets the value of the partnerRole 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 Jakarta XML Binding object. * This is why there is not a set method for the partnerRole property. * *

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

     *    getPartnerRole().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getPartnerRole() { if (partnerRole == null) { partnerRole = new ArrayList(); } return this.partnerRole; } /** * Gets the value of the partnerTeamMember 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 Jakarta XML Binding object. * This is why there is not a set method for the partnerTeamMember property. * *

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

     *    getPartnerTeamMember().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getPartnerTeamMember() { if (partnerTeamMember == null) { partnerTeamMember = new ArrayList(); } return this.partnerTeamMember; } /** * Gets the value of the period 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 Jakarta XML Binding object. * This is why there is not a set method for the period property. * *

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

     *    getPeriod().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getPeriod() { if (period == null) { period = new ArrayList(); } return this.period; } /** * Gets the value of the probability 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 Jakarta XML Binding object. * This is why there is not a set method for the probability property. * *

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

     *    getProbability().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getProbability() { if (probability == null) { probability = new ArrayList(); } return this.probability; } /** * Gets the value of the projAltSalesAmt 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 Jakarta XML Binding object. * This is why there is not a set method for the projAltSalesAmt property. * *

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

     *    getProjAltSalesAmt().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getProjAltSalesAmt() { if (projAltSalesAmt == null) { projAltSalesAmt = new ArrayList(); } return this.projAltSalesAmt; } /** * Gets the value of the projectedTotal 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 Jakarta XML Binding object. * This is why there is not a set method for the projectedTotal property. * *

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

     *    getProjectedTotal().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getProjectedTotal() { if (projectedTotal == null) { projectedTotal = new ArrayList(); } return this.projectedTotal; } /** * Gets the value of the rangeHigh 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 Jakarta XML Binding object. * This is why there is not a set method for the rangeHigh property. * *

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

     *    getRangeHigh().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getRangeHigh() { if (rangeHigh == null) { rangeHigh = new ArrayList(); } return this.rangeHigh; } /** * Gets the value of the rangeHighAlt 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 Jakarta XML Binding object. * This is why there is not a set method for the rangeHighAlt property. * *

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

     *    getRangeHighAlt().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getRangeHighAlt() { if (rangeHighAlt == null) { rangeHighAlt = new ArrayList(); } return this.rangeHighAlt; } /** * Gets the value of the rangeLow 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 Jakarta XML Binding object. * This is why there is not a set method for the rangeLow property. * *

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

     *    getRangeLow().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getRangeLow() { if (rangeLow == null) { rangeLow = new ArrayList(); } return this.rangeLow; } /** * Gets the value of the rangeLowAlt 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 Jakarta XML Binding object. * This is why there is not a set method for the rangeLowAlt property. * *

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

     *    getRangeLowAlt().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getRangeLowAlt() { if (rangeLowAlt == null) { rangeLowAlt = new ArrayList(); } return this.rangeLowAlt; } /** * Gets the value of the salesReadiness 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 Jakarta XML Binding object. * This is why there is not a set method for the salesReadiness property. * *

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

     *    getSalesReadiness().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getSalesReadiness() { if (salesReadiness == null) { salesReadiness = new ArrayList(); } return this.salesReadiness; } /** * Gets the value of the salesRep 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 Jakarta XML Binding object. * This is why there is not a set method for the salesRep property. * *

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

     *    getSalesRep().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getSalesRep() { if (salesRep == null) { salesRep = new ArrayList(); } return this.salesRep; } /** * Gets the value of the salesTeamMember 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 Jakarta XML Binding object. * This is why there is not a set method for the salesTeamMember property. * *

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

     *    getSalesTeamMember().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getSalesTeamMember() { if (salesTeamMember == null) { salesTeamMember = new ArrayList(); } return this.salesTeamMember; } /** * Gets the value of the salesTeamRole 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 Jakarta XML Binding object. * This is why there is not a set method for the salesTeamRole property. * *

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

     *    getSalesTeamRole().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getSalesTeamRole() { if (salesTeamRole == null) { salesTeamRole = new ArrayList(); } return this.salesTeamRole; } /** * Gets the value of the status 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 Jakarta XML Binding object. * This is why there is not a set method for the status property. * *

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

     *    getStatus().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getStatus() { if (status == null) { status = new ArrayList(); } return this.status; } /** * Gets the value of the subsidiary 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 Jakarta XML Binding object. * This is why there is not a set method for the subsidiary property. * *

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

     *    getSubsidiary().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getSubsidiary() { if (subsidiary == null) { subsidiary = new ArrayList(); } return this.subsidiary; } /** * Gets the value of the taxPeriod 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 Jakarta XML Binding object. * This is why there is not a set method for the taxPeriod property. * *

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

     *    getTaxPeriod().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getTaxPeriod() { if (taxPeriod == null) { taxPeriod = new ArrayList(); } return this.taxPeriod; } /** * Gets the value of the title 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 Jakarta XML Binding object. * This is why there is not a set method for the title property. * *

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

     *    getTitle().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getTitle() { if (title == null) { title = new ArrayList(); } return this.title; } /** * Gets the value of the total 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 Jakarta XML Binding object. * This is why there is not a set method for the total property. * *

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

     *    getTotal().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getTotal() { if (total == null) { total = new ArrayList(); } return this.total; } /** * Gets the value of the tranCostEstimate 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 Jakarta XML Binding object. * This is why there is not a set method for the tranCostEstimate property. * *

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

     *    getTranCostEstimate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getTranCostEstimate() { if (tranCostEstimate == null) { tranCostEstimate = new ArrayList(); } return this.tranCostEstimate; } /** * Gets the value of the tranDate 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 Jakarta XML Binding object. * This is why there is not a set method for the tranDate property. * *

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

     *    getTranDate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDateField } * * */ public List getTranDate() { if (tranDate == null) { tranDate = new ArrayList(); } return this.tranDate; } /** * Gets the value of the tranEstGrossProfit 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 Jakarta XML Binding object. * This is why there is not a set method for the tranEstGrossProfit property. * *

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

     *    getTranEstGrossProfit().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getTranEstGrossProfit() { if (tranEstGrossProfit == null) { tranEstGrossProfit = new ArrayList(); } return this.tranEstGrossProfit; } /** * Gets the value of the tranEstGrossProfitPct 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 Jakarta XML Binding object. * This is why there is not a set method for the tranEstGrossProfitPct property. * *

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

     *    getTranEstGrossProfitPct().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getTranEstGrossProfitPct() { if (tranEstGrossProfitPct == null) { tranEstGrossProfitPct = new ArrayList(); } return this.tranEstGrossProfitPct; } /** * Gets the value of the tranFxEstGrossProfit 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 Jakarta XML Binding object. * This is why there is not a set method for the tranFxEstGrossProfit property. * *

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

     *    getTranFxEstGrossProfit().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getTranFxEstGrossProfit() { if (tranFxEstGrossProfit == null) { tranFxEstGrossProfit = new ArrayList(); } return this.tranFxEstGrossProfit; } /** * Gets the value of the tranId 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 Jakarta XML Binding object. * This is why there is not a set method for the tranId property. * *

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

     *    getTranId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getTranId() { if (tranId == null) { tranId = new ArrayList(); } return this.tranId; } /** * Gets the value of the weightedTotal 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 Jakarta XML Binding object. * This is why there is not a set method for the weightedTotal property. * *

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

     *    getWeightedTotal().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDoubleField } * * */ public List getWeightedTotal() { if (weightedTotal == null) { weightedTotal = new ArrayList(); } return this.weightedTotal; } /** * Gets the value of the winLossReason 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 Jakarta XML Binding object. * This is why there is not a set method for the winLossReason property. * *

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

     *    getWinLossReason().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getWinLossReason() { if (winLossReason == null) { winLossReason = new ArrayList(); } return this.winLossReason; } /** * Gets the value of the wonBy 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 Jakarta XML Binding object. * This is why there is not a set method for the wonBy property. * *

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

     *    getWonBy().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getWonBy() { if (wonBy == null) { wonBy = new ArrayList(); } return this.wonBy; } /** * Gets the value of the customFieldList property. * * @return * possible object is * {@link SearchColumnCustomFieldList } * */ public SearchColumnCustomFieldList getCustomFieldList() { return customFieldList; } /** * Sets the value of the customFieldList property. * * @param value * allowed object is * {@link SearchColumnCustomFieldList } * */ public void setCustomFieldList(SearchColumnCustomFieldList value) { this.customFieldList = value; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy