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

tsg.ns.wsdl.coop.EntitySearchRowBasic 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.XmlType;


/**
 * 

Java class for EntitySearchRowBasic complex type. * *

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

 * <complexType name="EntitySearchRowBasic">
 *   <complexContent>
 *     <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRowBasic">
 *       <sequence>
 *         <element name="address" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="address1" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="address2" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="address3" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="addressee" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="addressInternalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="addressLabel" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="addressPhone" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="altEmail" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="altName" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="altPhone" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="attention" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billAddress1" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billAddress2" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billAddress3" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billAddressee" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billAttention" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billCity" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billCountry" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billCountryCode" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billPhone" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billState" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="billZipCode" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="city" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="comments" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="country" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="countryCode" 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="defaultTaxReg" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="email" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="entityId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="entityNumber" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="externalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="fax" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="globalSubscriptionStatus" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="image" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="internalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="isDefaultBilling" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="isDefaultShipping" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="isInactive" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="language" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="lastModifiedDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="level" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="permission" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="phone" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="phoneticName" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipAddress1" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipAddress2" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipAddress3" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipAddressee" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipAttention" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipCity" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipCountry" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipCountryCode" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipPhone" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipState" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="shipZip" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="state" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="subscription" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="subscriptionDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="subscriptionStatus" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="subsidiary" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="type" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="zipCode" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchColumnStringField" 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 = "EntitySearchRowBasic", namespace = "urn:common_2023_1.platform.webservices.netsuite.com", propOrder = { "address", "address1", "address2", "address3", "addressee", "addressInternalId", "addressLabel", "addressPhone", "altEmail", "altName", "altPhone", "attention", "billAddress1", "billAddress2", "billAddress3", "billAddressee", "billAttention", "billCity", "billCountry", "billCountryCode", "billPhone", "billState", "billZipCode", "city", "comments", "country", "countryCode", "dateCreated", "defaultTaxReg", "email", "entityId", "entityNumber", "externalId", "fax", "globalSubscriptionStatus", "image", "internalId", "isDefaultBilling", "isDefaultShipping", "isInactive", "language", "lastModifiedDate", "level", "permission", "phone", "phoneticName", "shipAddress1", "shipAddress2", "shipAddress3", "shipAddressee", "shipAttention", "shipCity", "shipCountry", "shipCountryCode", "shipPhone", "shipState", "shipZip", "state", "subscription", "subscriptionDate", "subscriptionStatus", "subsidiary", "type", "zipCode", "customFieldList" }) public class EntitySearchRowBasic extends SearchRowBasic { protected List address; protected List address1; protected List address2; protected List address3; protected List addressee; protected List addressInternalId; protected List addressLabel; protected List addressPhone; protected List altEmail; protected List altName; protected List altPhone; protected List attention; protected List billAddress1; protected List billAddress2; protected List billAddress3; protected List billAddressee; protected List billAttention; protected List billCity; protected List billCountry; protected List billCountryCode; protected List billPhone; protected List billState; protected List billZipCode; protected List city; protected List comments; protected List country; protected List countryCode; protected List dateCreated; protected List defaultTaxReg; protected List email; protected List entityId; protected List entityNumber; protected List externalId; protected List fax; protected List globalSubscriptionStatus; protected List image; protected List internalId; protected List isDefaultBilling; protected List isDefaultShipping; protected List isInactive; protected List language; protected List lastModifiedDate; protected List level; protected List permission; protected List phone; protected List phoneticName; protected List shipAddress1; protected List shipAddress2; protected List shipAddress3; protected List shipAddressee; protected List shipAttention; protected List shipCity; protected List shipCountry; protected List shipCountryCode; protected List shipPhone; protected List shipState; protected List shipZip; protected List state; protected List subscription; protected List subscriptionDate; protected List subscriptionStatus; protected List subsidiary; protected List type; protected List zipCode; protected SearchColumnCustomFieldList customFieldList; /** * Gets the value of the address 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 address property. * *

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

     *    getAddress().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddress() { if (address == null) { address = new ArrayList(); } return this.address; } /** * Gets the value of the address1 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 address1 property. * *

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

     *    getAddress1().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddress1() { if (address1 == null) { address1 = new ArrayList(); } return this.address1; } /** * Gets the value of the address2 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 address2 property. * *

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

     *    getAddress2().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddress2() { if (address2 == null) { address2 = new ArrayList(); } return this.address2; } /** * Gets the value of the address3 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 address3 property. * *

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

     *    getAddress3().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddress3() { if (address3 == null) { address3 = new ArrayList(); } return this.address3; } /** * Gets the value of the addressee 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 addressee property. * *

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

     *    getAddressee().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddressee() { if (addressee == null) { addressee = new ArrayList(); } return this.addressee; } /** * Gets the value of the addressInternalId 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 addressInternalId property. * *

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

     *    getAddressInternalId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddressInternalId() { if (addressInternalId == null) { addressInternalId = new ArrayList(); } return this.addressInternalId; } /** * Gets the value of the addressLabel 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 addressLabel property. * *

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

     *    getAddressLabel().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddressLabel() { if (addressLabel == null) { addressLabel = new ArrayList(); } return this.addressLabel; } /** * Gets the value of the addressPhone 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 addressPhone property. * *

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

     *    getAddressPhone().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAddressPhone() { if (addressPhone == null) { addressPhone = new ArrayList(); } return this.addressPhone; } /** * Gets the value of the altEmail 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 altEmail property. * *

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

     *    getAltEmail().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAltEmail() { if (altEmail == null) { altEmail = new ArrayList(); } return this.altEmail; } /** * Gets the value of the altName 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 altName property. * *

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

     *    getAltName().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAltName() { if (altName == null) { altName = new ArrayList(); } return this.altName; } /** * Gets the value of the altPhone 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 altPhone property. * *

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

     *    getAltPhone().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAltPhone() { if (altPhone == null) { altPhone = new ArrayList(); } return this.altPhone; } /** * Gets the value of the attention 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 attention property. * *

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

     *    getAttention().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getAttention() { if (attention == null) { attention = new ArrayList(); } return this.attention; } /** * Gets the value of the billAddress1 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 billAddress1 property. * *

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

     *    getBillAddress1().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillAddress1() { if (billAddress1 == null) { billAddress1 = new ArrayList(); } return this.billAddress1; } /** * Gets the value of the billAddress2 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 billAddress2 property. * *

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

     *    getBillAddress2().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillAddress2() { if (billAddress2 == null) { billAddress2 = new ArrayList(); } return this.billAddress2; } /** * Gets the value of the billAddress3 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 billAddress3 property. * *

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

     *    getBillAddress3().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillAddress3() { if (billAddress3 == null) { billAddress3 = new ArrayList(); } return this.billAddress3; } /** * Gets the value of the billAddressee 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 billAddressee property. * *

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

     *    getBillAddressee().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillAddressee() { if (billAddressee == null) { billAddressee = new ArrayList(); } return this.billAddressee; } /** * Gets the value of the billAttention 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 billAttention property. * *

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

     *    getBillAttention().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillAttention() { if (billAttention == null) { billAttention = new ArrayList(); } return this.billAttention; } /** * Gets the value of the billCity 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 billCity property. * *

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

     *    getBillCity().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillCity() { if (billCity == null) { billCity = new ArrayList(); } return this.billCity; } /** * Gets the value of the billCountry 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 billCountry property. * *

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

     *    getBillCountry().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getBillCountry() { if (billCountry == null) { billCountry = new ArrayList(); } return this.billCountry; } /** * Gets the value of the billCountryCode 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 billCountryCode property. * *

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

     *    getBillCountryCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillCountryCode() { if (billCountryCode == null) { billCountryCode = new ArrayList(); } return this.billCountryCode; } /** * Gets the value of the billPhone 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 billPhone property. * *

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

     *    getBillPhone().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillPhone() { if (billPhone == null) { billPhone = new ArrayList(); } return this.billPhone; } /** * Gets the value of the billState 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 billState property. * *

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

     *    getBillState().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillState() { if (billState == null) { billState = new ArrayList(); } return this.billState; } /** * Gets the value of the billZipCode 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 billZipCode property. * *

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

     *    getBillZipCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getBillZipCode() { if (billZipCode == null) { billZipCode = new ArrayList(); } return this.billZipCode; } /** * Gets the value of the city 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 city property. * *

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

     *    getCity().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getCity() { if (city == null) { city = new ArrayList(); } return this.city; } /** * Gets the value of the comments 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 comments property. * *

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

     *    getComments().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getComments() { if (comments == null) { comments = new ArrayList(); } return this.comments; } /** * Gets the value of the country 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 country property. * *

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

     *    getCountry().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getCountry() { if (country == null) { country = new ArrayList(); } return this.country; } /** * Gets the value of the countryCode 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 countryCode property. * *

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

     *    getCountryCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getCountryCode() { if (countryCode == null) { countryCode = new ArrayList(); } return this.countryCode; } /** * 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 defaultTaxReg 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 defaultTaxReg property. * *

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

     *    getDefaultTaxReg().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getDefaultTaxReg() { if (defaultTaxReg == null) { defaultTaxReg = new ArrayList(); } return this.defaultTaxReg; } /** * Gets the value of the email 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 email property. * *

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

     *    getEmail().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getEmail() { if (email == null) { email = new ArrayList(); } return this.email; } /** * Gets the value of the entityId 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 entityId property. * *

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

     *    getEntityId().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getEntityId() { if (entityId == null) { entityId = new ArrayList(); } return this.entityId; } /** * Gets the value of the entityNumber 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 entityNumber property. * *

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

     *    getEntityNumber().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnLongField } * * */ public List getEntityNumber() { if (entityNumber == null) { entityNumber = new ArrayList(); } return this.entityNumber; } /** * 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 fax 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 fax property. * *

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

     *    getFax().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getFax() { if (fax == null) { fax = new ArrayList(); } return this.fax; } /** * Gets the value of the globalSubscriptionStatus 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 globalSubscriptionStatus property. * *

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

     *    getGlobalSubscriptionStatus().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getGlobalSubscriptionStatus() { if (globalSubscriptionStatus == null) { globalSubscriptionStatus = new ArrayList(); } return this.globalSubscriptionStatus; } /** * Gets the value of the image 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 image property. * *

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

     *    getImage().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getImage() { if (image == null) { image = new ArrayList(); } return this.image; } /** * 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 isDefaultBilling 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 isDefaultBilling property. * *

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

     *    getIsDefaultBilling().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnBooleanField } * * */ public List getIsDefaultBilling() { if (isDefaultBilling == null) { isDefaultBilling = new ArrayList(); } return this.isDefaultBilling; } /** * Gets the value of the isDefaultShipping 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 isDefaultShipping property. * *

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

     *    getIsDefaultShipping().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnBooleanField } * * */ public List getIsDefaultShipping() { if (isDefaultShipping == null) { isDefaultShipping = new ArrayList(); } return this.isDefaultShipping; } /** * 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 Jakarta XML Binding 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 SearchColumnBooleanField } * * */ public List getIsInactive() { if (isInactive == null) { isInactive = new ArrayList(); } return this.isInactive; } /** * Gets the value of the language 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 language property. * *

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

     *    getLanguage().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getLanguage() { if (language == null) { language = new ArrayList(); } return this.language; } /** * 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 level 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 level property. * *

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

     *    getLevel().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getLevel() { if (level == null) { level = new ArrayList(); } return this.level; } /** * Gets the value of the permission 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 permission property. * *

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

     *    getPermission().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getPermission() { if (permission == null) { permission = new ArrayList(); } return this.permission; } /** * Gets the value of the phone 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 phone property. * *

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

     *    getPhone().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getPhone() { if (phone == null) { phone = new ArrayList(); } return this.phone; } /** * Gets the value of the phoneticName 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 phoneticName property. * *

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

     *    getPhoneticName().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getPhoneticName() { if (phoneticName == null) { phoneticName = new ArrayList(); } return this.phoneticName; } /** * Gets the value of the shipAddress1 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 shipAddress1 property. * *

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

     *    getShipAddress1().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipAddress1() { if (shipAddress1 == null) { shipAddress1 = new ArrayList(); } return this.shipAddress1; } /** * Gets the value of the shipAddress2 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 shipAddress2 property. * *

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

     *    getShipAddress2().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipAddress2() { if (shipAddress2 == null) { shipAddress2 = new ArrayList(); } return this.shipAddress2; } /** * Gets the value of the shipAddress3 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 shipAddress3 property. * *

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

     *    getShipAddress3().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipAddress3() { if (shipAddress3 == null) { shipAddress3 = new ArrayList(); } return this.shipAddress3; } /** * Gets the value of the shipAddressee 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 shipAddressee property. * *

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

     *    getShipAddressee().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipAddressee() { if (shipAddressee == null) { shipAddressee = new ArrayList(); } return this.shipAddressee; } /** * Gets the value of the shipAttention 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 shipAttention property. * *

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

     *    getShipAttention().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipAttention() { if (shipAttention == null) { shipAttention = new ArrayList(); } return this.shipAttention; } /** * Gets the value of the shipCity 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 shipCity property. * *

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

     *    getShipCity().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipCity() { if (shipCity == null) { shipCity = new ArrayList(); } return this.shipCity; } /** * Gets the value of the shipCountry 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 shipCountry property. * *

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

     *    getShipCountry().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getShipCountry() { if (shipCountry == null) { shipCountry = new ArrayList(); } return this.shipCountry; } /** * Gets the value of the shipCountryCode 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 shipCountryCode property. * *

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

     *    getShipCountryCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipCountryCode() { if (shipCountryCode == null) { shipCountryCode = new ArrayList(); } return this.shipCountryCode; } /** * Gets the value of the shipPhone 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 shipPhone property. * *

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

     *    getShipPhone().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipPhone() { if (shipPhone == null) { shipPhone = new ArrayList(); } return this.shipPhone; } /** * Gets the value of the shipState 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 shipState property. * *

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

     *    getShipState().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipState() { if (shipState == null) { shipState = new ArrayList(); } return this.shipState; } /** * Gets the value of the shipZip 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 shipZip property. * *

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

     *    getShipZip().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getShipZip() { if (shipZip == null) { shipZip = new ArrayList(); } return this.shipZip; } /** * Gets the value of the state 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 state property. * *

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

     *    getState().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getState() { if (state == null) { state = new ArrayList(); } return this.state; } /** * Gets the value of the subscription 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 subscription property. * *

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

     *    getSubscription().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnSelectField } * * */ public List getSubscription() { if (subscription == null) { subscription = new ArrayList(); } return this.subscription; } /** * Gets the value of the subscriptionDate 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 subscriptionDate property. * *

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

     *    getSubscriptionDate().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnDateField } * * */ public List getSubscriptionDate() { if (subscriptionDate == null) { subscriptionDate = new ArrayList(); } return this.subscriptionDate; } /** * Gets the value of the subscriptionStatus 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 subscriptionStatus property. * *

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

     *    getSubscriptionStatus().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnBooleanField } * * */ public List getSubscriptionStatus() { if (subscriptionStatus == null) { subscriptionStatus = new ArrayList(); } return this.subscriptionStatus; } /** * 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 type 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 type property. * *

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

     *    getType().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnEnumSelectField } * * */ public List getType() { if (type == null) { type = new ArrayList(); } return this.type; } /** * Gets the value of the zipCode 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 zipCode property. * *

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

     *    getZipCode().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link SearchColumnStringField } * * */ public List getZipCode() { if (zipCode == null) { zipCode = new ArrayList(); } return this.zipCode; } /** * 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