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

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


package tsg.ns.wsdl.coop;

import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for ItemDemandPlanSearchBasic complex type. * *

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

 * <complexType name="ItemDemandPlanSearchBasic">
 *   <complexContent>
 *     <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRecordBasic">
 *       <sequence>
 *         <element name="alternateSourceItem" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="analysisDuration" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
 *         <element name="demandDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="externalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="externalIdString" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="internalId" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="internalIdNumber" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
 *         <element name="item" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="lastModifiedDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="location" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="memo" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="projectionDuration" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
 *         <element name="projectionInterval" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="projectionMethod" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
 *         <element name="projectionStartDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="quantity" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
 *         <element name="subsidiary" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="units" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="customFieldList" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ItemDemandPlanSearchBasic", namespace = "urn:common_2023_1.platform.webservices.netsuite.com", propOrder = { "alternateSourceItem", "analysisDuration", "demandDate", "externalId", "externalIdString", "internalId", "internalIdNumber", "item", "lastModifiedDate", "location", "memo", "projectionDuration", "projectionInterval", "projectionMethod", "projectionStartDate", "quantity", "subsidiary", "units", "customFieldList" }) public class ItemDemandPlanSearchBasic extends SearchRecordBasic { protected SearchMultiSelectField alternateSourceItem; protected SearchLongField analysisDuration; protected SearchDateField demandDate; protected SearchMultiSelectField externalId; protected SearchStringField externalIdString; protected SearchMultiSelectField internalId; protected SearchLongField internalIdNumber; protected SearchMultiSelectField item; protected SearchDateField lastModifiedDate; protected SearchMultiSelectField location; protected SearchStringField memo; protected SearchLongField projectionDuration; protected SearchMultiSelectField projectionInterval; protected SearchEnumMultiSelectField projectionMethod; protected SearchDateField projectionStartDate; protected SearchDoubleField quantity; protected SearchMultiSelectField subsidiary; protected SearchMultiSelectField units; protected SearchCustomFieldList customFieldList; /** * Gets the value of the alternateSourceItem property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getAlternateSourceItem() { return alternateSourceItem; } /** * Sets the value of the alternateSourceItem property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setAlternateSourceItem(SearchMultiSelectField value) { this.alternateSourceItem = value; } /** * Gets the value of the analysisDuration property. * * @return * possible object is * {@link SearchLongField } * */ public SearchLongField getAnalysisDuration() { return analysisDuration; } /** * Sets the value of the analysisDuration property. * * @param value * allowed object is * {@link SearchLongField } * */ public void setAnalysisDuration(SearchLongField value) { this.analysisDuration = value; } /** * Gets the value of the demandDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getDemandDate() { return demandDate; } /** * Sets the value of the demandDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setDemandDate(SearchDateField value) { this.demandDate = value; } /** * Gets the value of the externalId property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getExternalId() { return externalId; } /** * Sets the value of the externalId property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setExternalId(SearchMultiSelectField value) { this.externalId = value; } /** * Gets the value of the externalIdString property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getExternalIdString() { return externalIdString; } /** * Sets the value of the externalIdString property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setExternalIdString(SearchStringField value) { this.externalIdString = value; } /** * Gets the value of the internalId property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getInternalId() { return internalId; } /** * Sets the value of the internalId property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setInternalId(SearchMultiSelectField value) { this.internalId = value; } /** * Gets the value of the internalIdNumber property. * * @return * possible object is * {@link SearchLongField } * */ public SearchLongField getInternalIdNumber() { return internalIdNumber; } /** * Sets the value of the internalIdNumber property. * * @param value * allowed object is * {@link SearchLongField } * */ public void setInternalIdNumber(SearchLongField value) { this.internalIdNumber = value; } /** * Gets the value of the item property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getItem() { return item; } /** * Sets the value of the item property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setItem(SearchMultiSelectField value) { this.item = value; } /** * Gets the value of the lastModifiedDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getLastModifiedDate() { return lastModifiedDate; } /** * Sets the value of the lastModifiedDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setLastModifiedDate(SearchDateField value) { this.lastModifiedDate = value; } /** * Gets the value of the location property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getLocation() { return location; } /** * Sets the value of the location property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setLocation(SearchMultiSelectField value) { this.location = value; } /** * Gets the value of the memo property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getMemo() { return memo; } /** * Sets the value of the memo property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setMemo(SearchStringField value) { this.memo = value; } /** * Gets the value of the projectionDuration property. * * @return * possible object is * {@link SearchLongField } * */ public SearchLongField getProjectionDuration() { return projectionDuration; } /** * Sets the value of the projectionDuration property. * * @param value * allowed object is * {@link SearchLongField } * */ public void setProjectionDuration(SearchLongField value) { this.projectionDuration = value; } /** * Gets the value of the projectionInterval property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getProjectionInterval() { return projectionInterval; } /** * Sets the value of the projectionInterval property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setProjectionInterval(SearchMultiSelectField value) { this.projectionInterval = value; } /** * Gets the value of the projectionMethod property. * * @return * possible object is * {@link SearchEnumMultiSelectField } * */ public SearchEnumMultiSelectField getProjectionMethod() { return projectionMethod; } /** * Sets the value of the projectionMethod property. * * @param value * allowed object is * {@link SearchEnumMultiSelectField } * */ public void setProjectionMethod(SearchEnumMultiSelectField value) { this.projectionMethod = value; } /** * Gets the value of the projectionStartDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getProjectionStartDate() { return projectionStartDate; } /** * Sets the value of the projectionStartDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setProjectionStartDate(SearchDateField value) { this.projectionStartDate = value; } /** * Gets the value of the quantity property. * * @return * possible object is * {@link SearchDoubleField } * */ public SearchDoubleField getQuantity() { return quantity; } /** * Sets the value of the quantity property. * * @param value * allowed object is * {@link SearchDoubleField } * */ public void setQuantity(SearchDoubleField value) { this.quantity = value; } /** * Gets the value of the subsidiary property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getSubsidiary() { return subsidiary; } /** * Sets the value of the subsidiary property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setSubsidiary(SearchMultiSelectField value) { this.subsidiary = value; } /** * Gets the value of the units property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getUnits() { return units; } /** * Sets the value of the units property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setUnits(SearchMultiSelectField value) { this.units = value; } /** * Gets the value of the customFieldList property. * * @return * possible object is * {@link SearchCustomFieldList } * */ public SearchCustomFieldList getCustomFieldList() { return customFieldList; } /** * Sets the value of the customFieldList property. * * @param value * allowed object is * {@link SearchCustomFieldList } * */ public void setCustomFieldList(SearchCustomFieldList value) { this.customFieldList = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy