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

com.bytekast.netsuite.client.PhoneCallSearchBasic 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 PhoneCallSearchBasic complex type. * *

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

 * <complexType name="PhoneCallSearchBasic">
 *   <complexContent>
 *     <extension base="{urn:core_2017_1.platform.webservices.netsuite.com}SearchRecordBasic">
 *       <sequence>
 *         <element name="assigned" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="company" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="completedDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="contact" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="createdBy" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
 *         <element name="createdDate" 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="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="isPrivate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="lastModifiedDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="owner" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
 *         <element name="phone" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
 *         <element name="priority" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
 *         <element name="startDate" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
 *         <element name="status" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
 *         <element name="title" type="{urn:core_2017_1.platform.webservices.netsuite.com}SearchStringField" 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 = "PhoneCallSearchBasic", namespace = "urn:common_2017_1.platform.webservices.netsuite.com", propOrder = { "assigned", "company", "completedDate", "contact", "createdBy", "createdDate", "externalId", "externalIdString", "internalId", "internalIdNumber", "isPrivate", "lastModifiedDate", "owner", "phone", "priority", "startDate", "status", "title", "customFieldList" }) public class PhoneCallSearchBasic extends SearchRecordBasic implements Serializable { protected SearchMultiSelectField assigned; protected SearchMultiSelectField company; protected SearchDateField completedDate; protected SearchMultiSelectField contact; protected SearchMultiSelectField createdBy; protected SearchDateField createdDate; protected SearchMultiSelectField externalId; protected SearchStringField externalIdString; protected SearchMultiSelectField internalId; protected SearchLongField internalIdNumber; protected SearchBooleanField isPrivate; protected SearchDateField lastModifiedDate; protected SearchBooleanField owner; protected SearchStringField phone; protected SearchEnumMultiSelectField priority; protected SearchDateField startDate; protected SearchEnumMultiSelectField status; protected SearchStringField title; protected SearchCustomFieldList customFieldList; /** * Gets the value of the assigned property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getAssigned() { return assigned; } /** * Sets the value of the assigned property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setAssigned(SearchMultiSelectField value) { this.assigned = value; } /** * Gets the value of the company property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getCompany() { return company; } /** * Sets the value of the company property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setCompany(SearchMultiSelectField value) { this.company = value; } /** * Gets the value of the completedDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getCompletedDate() { return completedDate; } /** * Sets the value of the completedDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setCompletedDate(SearchDateField value) { this.completedDate = value; } /** * Gets the value of the contact property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getContact() { return contact; } /** * Sets the value of the contact property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setContact(SearchMultiSelectField value) { this.contact = value; } /** * Gets the value of the createdBy property. * * @return * possible object is * {@link SearchMultiSelectField } * */ public SearchMultiSelectField getCreatedBy() { return createdBy; } /** * Sets the value of the createdBy property. * * @param value * allowed object is * {@link SearchMultiSelectField } * */ public void setCreatedBy(SearchMultiSelectField value) { this.createdBy = value; } /** * Gets the value of the createdDate property. * * @return * possible object is * {@link SearchDateField } * */ public SearchDateField getCreatedDate() { return createdDate; } /** * Sets the value of the createdDate property. * * @param value * allowed object is * {@link SearchDateField } * */ public void setCreatedDate(SearchDateField value) { this.createdDate = 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 isPrivate property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getIsPrivate() { return isPrivate; } /** * Sets the value of the isPrivate property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setIsPrivate(SearchBooleanField value) { this.isPrivate = 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 owner property. * * @return * possible object is * {@link SearchBooleanField } * */ public SearchBooleanField getOwner() { return owner; } /** * Sets the value of the owner property. * * @param value * allowed object is * {@link SearchBooleanField } * */ public void setOwner(SearchBooleanField value) { this.owner = value; } /** * Gets the value of the phone property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getPhone() { return phone; } /** * Sets the value of the phone property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setPhone(SearchStringField value) { this.phone = value; } /** * Gets the value of the priority property. * * @return * possible object is * {@link SearchEnumMultiSelectField } * */ public SearchEnumMultiSelectField getPriority() { return priority; } /** * Sets the value of the priority property. * * @param value * allowed object is * {@link SearchEnumMultiSelectField } * */ public void setPriority(SearchEnumMultiSelectField value) { this.priority = 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 status property. * * @return * possible object is * {@link SearchEnumMultiSelectField } * */ public SearchEnumMultiSelectField getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link SearchEnumMultiSelectField } * */ public void setStatus(SearchEnumMultiSelectField value) { this.status = value; } /** * Gets the value of the title property. * * @return * possible object is * {@link SearchStringField } * */ public SearchStringField getTitle() { return title; } /** * Sets the value of the title property. * * @param value * allowed object is * {@link SearchStringField } * */ public void setTitle(SearchStringField value) { this.title = 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