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

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

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

 * <complexType name="SupportCaseSearch">
 *   <complexContent>
 *     <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRecord">
 *       <sequence>
 *         <element name="basic" type="{urn:common_2023_1.platform.webservices.netsuite.com}SupportCaseSearchBasic" minOccurs="0"/>
 *         <element name="companyJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}EntitySearchBasic" minOccurs="0"/>
 *         <element name="contactJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ContactSearchBasic" minOccurs="0"/>
 *         <element name="customerJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
 *         <element name="employeeJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
 *         <element name="fileJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
 *         <element name="issueJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}IssueSearchBasic" minOccurs="0"/>
 *         <element name="itemJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
 *         <element name="messagesJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}MessageSearchBasic" minOccurs="0"/>
 *         <element name="timeJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}TimeBillSearchBasic" minOccurs="0"/>
 *         <element name="transactionJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
 *         <element name="userJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
 *         <element name="userNotesJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
 *         <element name="customSearchJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}CustomSearchJoin" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "SupportCaseSearch", namespace = "urn:support_2023_1.lists.webservices.netsuite.com", propOrder = { "basic", "companyJoin", "contactJoin", "customerJoin", "employeeJoin", "fileJoin", "issueJoin", "itemJoin", "messagesJoin", "timeJoin", "transactionJoin", "userJoin", "userNotesJoin", "customSearchJoin" }) public class SupportCaseSearch extends SearchRecord { protected SupportCaseSearchBasic basic; protected EntitySearchBasic companyJoin; protected ContactSearchBasic contactJoin; protected CustomerSearchBasic customerJoin; protected EmployeeSearchBasic employeeJoin; protected FileSearchBasic fileJoin; protected IssueSearchBasic issueJoin; protected ItemSearchBasic itemJoin; protected MessageSearchBasic messagesJoin; protected TimeBillSearchBasic timeJoin; protected TransactionSearchBasic transactionJoin; protected EmployeeSearchBasic userJoin; protected NoteSearchBasic userNotesJoin; protected List customSearchJoin; /** * Gets the value of the basic property. * * @return * possible object is * {@link SupportCaseSearchBasic } * */ public SupportCaseSearchBasic getBasic() { return basic; } /** * Sets the value of the basic property. * * @param value * allowed object is * {@link SupportCaseSearchBasic } * */ public void setBasic(SupportCaseSearchBasic value) { this.basic = value; } /** * Gets the value of the companyJoin property. * * @return * possible object is * {@link EntitySearchBasic } * */ public EntitySearchBasic getCompanyJoin() { return companyJoin; } /** * Sets the value of the companyJoin property. * * @param value * allowed object is * {@link EntitySearchBasic } * */ public void setCompanyJoin(EntitySearchBasic value) { this.companyJoin = value; } /** * Gets the value of the contactJoin property. * * @return * possible object is * {@link ContactSearchBasic } * */ public ContactSearchBasic getContactJoin() { return contactJoin; } /** * Sets the value of the contactJoin property. * * @param value * allowed object is * {@link ContactSearchBasic } * */ public void setContactJoin(ContactSearchBasic value) { this.contactJoin = value; } /** * Gets the value of the customerJoin property. * * @return * possible object is * {@link CustomerSearchBasic } * */ public CustomerSearchBasic getCustomerJoin() { return customerJoin; } /** * Sets the value of the customerJoin property. * * @param value * allowed object is * {@link CustomerSearchBasic } * */ public void setCustomerJoin(CustomerSearchBasic value) { this.customerJoin = value; } /** * Gets the value of the employeeJoin property. * * @return * possible object is * {@link EmployeeSearchBasic } * */ public EmployeeSearchBasic getEmployeeJoin() { return employeeJoin; } /** * Sets the value of the employeeJoin property. * * @param value * allowed object is * {@link EmployeeSearchBasic } * */ public void setEmployeeJoin(EmployeeSearchBasic value) { this.employeeJoin = value; } /** * Gets the value of the fileJoin property. * * @return * possible object is * {@link FileSearchBasic } * */ public FileSearchBasic getFileJoin() { return fileJoin; } /** * Sets the value of the fileJoin property. * * @param value * allowed object is * {@link FileSearchBasic } * */ public void setFileJoin(FileSearchBasic value) { this.fileJoin = value; } /** * Gets the value of the issueJoin property. * * @return * possible object is * {@link IssueSearchBasic } * */ public IssueSearchBasic getIssueJoin() { return issueJoin; } /** * Sets the value of the issueJoin property. * * @param value * allowed object is * {@link IssueSearchBasic } * */ public void setIssueJoin(IssueSearchBasic value) { this.issueJoin = value; } /** * Gets the value of the itemJoin property. * * @return * possible object is * {@link ItemSearchBasic } * */ public ItemSearchBasic getItemJoin() { return itemJoin; } /** * Sets the value of the itemJoin property. * * @param value * allowed object is * {@link ItemSearchBasic } * */ public void setItemJoin(ItemSearchBasic value) { this.itemJoin = value; } /** * Gets the value of the messagesJoin property. * * @return * possible object is * {@link MessageSearchBasic } * */ public MessageSearchBasic getMessagesJoin() { return messagesJoin; } /** * Sets the value of the messagesJoin property. * * @param value * allowed object is * {@link MessageSearchBasic } * */ public void setMessagesJoin(MessageSearchBasic value) { this.messagesJoin = value; } /** * Gets the value of the timeJoin property. * * @return * possible object is * {@link TimeBillSearchBasic } * */ public TimeBillSearchBasic getTimeJoin() { return timeJoin; } /** * Sets the value of the timeJoin property. * * @param value * allowed object is * {@link TimeBillSearchBasic } * */ public void setTimeJoin(TimeBillSearchBasic value) { this.timeJoin = value; } /** * Gets the value of the transactionJoin property. * * @return * possible object is * {@link TransactionSearchBasic } * */ public TransactionSearchBasic getTransactionJoin() { return transactionJoin; } /** * Sets the value of the transactionJoin property. * * @param value * allowed object is * {@link TransactionSearchBasic } * */ public void setTransactionJoin(TransactionSearchBasic value) { this.transactionJoin = value; } /** * Gets the value of the userJoin property. * * @return * possible object is * {@link EmployeeSearchBasic } * */ public EmployeeSearchBasic getUserJoin() { return userJoin; } /** * Sets the value of the userJoin property. * * @param value * allowed object is * {@link EmployeeSearchBasic } * */ public void setUserJoin(EmployeeSearchBasic value) { this.userJoin = value; } /** * Gets the value of the userNotesJoin property. * * @return * possible object is * {@link NoteSearchBasic } * */ public NoteSearchBasic getUserNotesJoin() { return userNotesJoin; } /** * Sets the value of the userNotesJoin property. * * @param value * allowed object is * {@link NoteSearchBasic } * */ public void setUserNotesJoin(NoteSearchBasic value) { this.userNotesJoin = value; } /** * Gets the value of the customSearchJoin 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 customSearchJoin property. * *

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

     *    getCustomSearchJoin().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link CustomSearchJoin } * * */ public List getCustomSearchJoin() { if (customSearchJoin == null) { customSearchJoin = new ArrayList(); } return this.customSearchJoin; } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy