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

tsg.ns.wsdl.coop.ItemSupplyPlanSearchBasic 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 ItemSupplyPlanSearchBasic complex type. * *

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

 * <complexType name="ItemSupplyPlanSearchBasic">
 *   <complexContent>
 *     <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRecordBasic">
 *       <sequence>
 *         <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="orderCreated" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="orderDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="orderType" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="quantity" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
 *         <element name="receiptDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" 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 = "ItemSupplyPlanSearchBasic", namespace = "urn:common_2023_1.platform.webservices.netsuite.com", propOrder = { "externalId", "externalIdString", "internalId", "internalIdNumber", "item", "lastModifiedDate", "location", "memo", "orderCreated", "orderDate", "orderType", "quantity", "receiptDate", "subsidiary", "units", "customFieldList" }) public class ItemSupplyPlanSearchBasic extends SearchRecordBasic { 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 SearchBooleanField orderCreated; protected SearchDateField orderDate; protected SearchMultiSelectField orderType; protected SearchDoubleField quantity; protected SearchDateField receiptDate; protected SearchMultiSelectField subsidiary; protected SearchMultiSelectField units; protected SearchCustomFieldList customFieldList; /** * 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 orderCreated property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getOrderCreated() { return orderCreated; } /** * Sets the value of the orderCreated property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setOrderCreated(SearchBooleanField value) { this.orderCreated = value; } /** * Gets the value of the orderDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getOrderDate() { return orderDate; } /** * Sets the value of the orderDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setOrderDate(SearchDateField value) { this.orderDate = value; } /** * Gets the value of the orderType property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getOrderType() { return orderType; } /** * Sets the value of the orderType property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setOrderType(SearchMultiSelectField value) { this.orderType = 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 receiptDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getReceiptDate() { return receiptDate; } /** * Sets the value of the receiptDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setReceiptDate(SearchDateField value) { this.receiptDate = 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