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

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

The newest version!

package com.bytekast.netsuite.client;

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


/**
 * 

Java class for PromotionCodeSearchBasic complex type. * *

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

 * <complexType name="PromotionCodeSearchBasic">
 *   <complexContent>
 *     <extension base="{urn:core_2017_1.platform.webservices.netsuite.com}SearchRecordBasic">
 *       <sequence>
 *         <element name="applyDiscountTo" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
 *         <element name="code" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="description" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="discount" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="endDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="externalId" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="externalIdString" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="freeShipItem" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="internalId" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="internalIdNumber" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
 *         <element name="isInactive" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="isPublic" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="item" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="location" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="name" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="partner" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="startDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="customFieldList" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PromotionCodeSearchBasic", namespace = "urn:common_2017_1.platform.webservices.netsuite.com", propOrder = { "applyDiscountTo", "code", "description", "discount", "endDate", "externalId", "externalIdString", "freeShipItem", "internalId", "internalIdNumber", "isInactive", "isPublic", "item", "location", "name", "partner", "startDate", "customFieldList" }) public class PromotionCodeSearchBasic extends SearchRecordBasic implements Serializable { protected SearchEnumMultiSelectField applyDiscountTo; protected SearchStringField code; protected SearchStringField description; protected SearchMultiSelectField discount; protected SearchDateField endDate; protected SearchMultiSelectField externalId; protected SearchStringField externalIdString; protected SearchMultiSelectField freeShipItem; protected SearchMultiSelectField internalId; protected SearchLongField internalIdNumber; protected SearchBooleanField isInactive; protected SearchBooleanField isPublic; protected SearchMultiSelectField item; protected SearchMultiSelectField location; protected SearchStringField name; protected SearchMultiSelectField partner; protected SearchDateField startDate; protected SearchCustomFieldList customFieldList; /** * Gets the value of the applyDiscountTo property. * * @return * possible object is * {@link SearchEnumMultiSelectField } * */ public SearchEnumMultiSelectField getApplyDiscountTo() { return applyDiscountTo; } /** * Sets the value of the applyDiscountTo property. * * @param value * allowed object is * {@link SearchEnumMultiSelectField } * */ public void setApplyDiscountTo(SearchEnumMultiSelectField value) { this.applyDiscountTo = value; } /** * Gets the value of the code property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getCode() { return code; } /** * Sets the value of the code property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setCode(SearchStringField value) { this.code = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setDescription(SearchStringField value) { this.description = value; } /** * Gets the value of the discount property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getDiscount() { return discount; } /** * Sets the value of the discount property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setDiscount(SearchMultiSelectField value) { this.discount = value; } /** * Gets the value of the endDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getEndDate() { return endDate; } /** * Sets the value of the endDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setEndDate(SearchDateField value) { this.endDate = 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 freeShipItem property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getFreeShipItem() { return freeShipItem; } /** * Sets the value of the freeShipItem property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setFreeShipItem(SearchMultiSelectField value) { this.freeShipItem = 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 isInactive property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getIsInactive() { return isInactive; } /** * Sets the value of the isInactive property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setIsInactive(SearchBooleanField value) { this.isInactive = value; } /** * Gets the value of the isPublic property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getIsPublic() { return isPublic; } /** * Sets the value of the isPublic property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setIsPublic(SearchBooleanField value) { this.isPublic = 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 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 name property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getName() { return name; } /** * Sets the value of the name property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setName(SearchStringField value) { this.name = value; } /** * Gets the value of the partner property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getPartner() { return partner; } /** * Sets the value of the partner property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setPartner(SearchMultiSelectField value) { this.partner = value; } /** * Gets the value of the startDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getStartDate() { return startDate; } /** * Sets the value of the startDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setStartDate(SearchDateField value) { this.startDate = 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 - 2024 Weber Informatics LLC | Privacy Policy