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

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

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

 * <complexType name="ProjectTaskSearch">
 *   <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}ProjectTaskSearchBasic" minOccurs="0"/>
 *         <element name="jobJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
 *         <element name="predecessorJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ProjectTaskSearchBasic" minOccurs="0"/>
 *         <element name="projectTaskAssignmentJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ProjectTaskAssignmentSearchBasic" minOccurs="0"/>
 *         <element name="resourceAllocationJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ResourceAllocationSearchBasic" minOccurs="0"/>
 *         <element name="successorJoin" type="{urn:common_2023_1.platform.webservices.netsuite.com}ProjectTaskSearchBasic" 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 = "ProjectTaskSearch", namespace = "urn:scheduling_2023_1.activities.webservices.netsuite.com", propOrder = { "basic", "jobJoin", "predecessorJoin", "projectTaskAssignmentJoin", "resourceAllocationJoin", "successorJoin", "timeJoin", "transactionJoin", "userJoin", "userNotesJoin", "customSearchJoin" }) public class ProjectTaskSearch extends SearchRecord { protected ProjectTaskSearchBasic basic; protected JobSearchBasic jobJoin; protected ProjectTaskSearchBasic predecessorJoin; protected ProjectTaskAssignmentSearchBasic projectTaskAssignmentJoin; protected ResourceAllocationSearchBasic resourceAllocationJoin; protected ProjectTaskSearchBasic successorJoin; 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 ProjectTaskSearchBasic } * */ public ProjectTaskSearchBasic getBasic() { return basic; } /** * Sets the value of the basic property. * * @param value * allowed object is * {@link ProjectTaskSearchBasic } * */ public void setBasic(ProjectTaskSearchBasic value) { this.basic = value; } /** * Gets the value of the jobJoin property. * * @return * possible object is * {@link JobSearchBasic } * */ public JobSearchBasic getJobJoin() { return jobJoin; } /** * Sets the value of the jobJoin property. * * @param value * allowed object is * {@link JobSearchBasic } * */ public void setJobJoin(JobSearchBasic value) { this.jobJoin = value; } /** * Gets the value of the predecessorJoin property. * * @return * possible object is * {@link ProjectTaskSearchBasic } * */ public ProjectTaskSearchBasic getPredecessorJoin() { return predecessorJoin; } /** * Sets the value of the predecessorJoin property. * * @param value * allowed object is * {@link ProjectTaskSearchBasic } * */ public void setPredecessorJoin(ProjectTaskSearchBasic value) { this.predecessorJoin = value; } /** * Gets the value of the projectTaskAssignmentJoin property. * * @return * possible object is * {@link ProjectTaskAssignmentSearchBasic } * */ public ProjectTaskAssignmentSearchBasic getProjectTaskAssignmentJoin() { return projectTaskAssignmentJoin; } /** * Sets the value of the projectTaskAssignmentJoin property. * * @param value * allowed object is * {@link ProjectTaskAssignmentSearchBasic } * */ public void setProjectTaskAssignmentJoin(ProjectTaskAssignmentSearchBasic value) { this.projectTaskAssignmentJoin = value; } /** * Gets the value of the resourceAllocationJoin property. * * @return * possible object is * {@link ResourceAllocationSearchBasic } * */ public ResourceAllocationSearchBasic getResourceAllocationJoin() { return resourceAllocationJoin; } /** * Sets the value of the resourceAllocationJoin property. * * @param value * allowed object is * {@link ResourceAllocationSearchBasic } * */ public void setResourceAllocationJoin(ResourceAllocationSearchBasic value) { this.resourceAllocationJoin = value; } /** * Gets the value of the successorJoin property. * * @return * possible object is * {@link ProjectTaskSearchBasic } * */ public ProjectTaskSearchBasic getSuccessorJoin() { return successorJoin; } /** * Sets the value of the successorJoin property. * * @param value * allowed object is * {@link ProjectTaskSearchBasic } * */ public void setSuccessorJoin(ProjectTaskSearchBasic value) { this.successorJoin = 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