
tsg.ns.wsdl.coop.ResourceAllocationSearchBasic 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 ResourceAllocationSearchBasic complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ResourceAllocationSearchBasic">
* <complexContent>
* <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}SearchRecordBasic">
* <sequence>
* <element name="allocationType" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="allocationUnit" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
* <element name="approvalStatus" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
* <element name="customer" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="endDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
* <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="nextApprover" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="notes" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
* <element name="numberHours" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
* <element name="percentOfTime" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
* <element name="project" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="requestedBy" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="resource" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
* <element name="startDate" type="{urn:core_2023_1.platform.webservices.netsuite.com}SearchDateField" 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 = "ResourceAllocationSearchBasic", namespace = "urn:common_2023_1.platform.webservices.netsuite.com", propOrder = {
"allocationType",
"allocationUnit",
"approvalStatus",
"customer",
"endDate",
"externalId",
"externalIdString",
"internalId",
"internalIdNumber",
"nextApprover",
"notes",
"numberHours",
"percentOfTime",
"project",
"requestedBy",
"resource",
"startDate",
"customFieldList"
})
public class ResourceAllocationSearchBasic
extends SearchRecordBasic
{
protected SearchMultiSelectField allocationType;
protected SearchEnumMultiSelectField allocationUnit;
protected SearchEnumMultiSelectField approvalStatus;
protected SearchMultiSelectField customer;
protected SearchDateField endDate;
protected SearchMultiSelectField externalId;
protected SearchStringField externalIdString;
protected SearchMultiSelectField internalId;
protected SearchLongField internalIdNumber;
protected SearchMultiSelectField nextApprover;
protected SearchStringField notes;
protected SearchDoubleField numberHours;
protected SearchDoubleField percentOfTime;
protected SearchMultiSelectField project;
protected SearchMultiSelectField requestedBy;
protected SearchMultiSelectField resource;
protected SearchDateField startDate;
protected SearchCustomFieldList customFieldList;
/**
* Gets the value of the allocationType property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getAllocationType() {
return allocationType;
}
/**
* Sets the value of the allocationType property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setAllocationType(SearchMultiSelectField value) {
this.allocationType = value;
}
/**
* Gets the value of the allocationUnit property.
*
* @return
* possible object is
* {@link SearchEnumMultiSelectField }
*
*/
public SearchEnumMultiSelectField getAllocationUnit() {
return allocationUnit;
}
/**
* Sets the value of the allocationUnit property.
*
* @param value
* allowed object is
* {@link SearchEnumMultiSelectField }
*
*/
public void setAllocationUnit(SearchEnumMultiSelectField value) {
this.allocationUnit = value;
}
/**
* Gets the value of the approvalStatus property.
*
* @return
* possible object is
* {@link SearchEnumMultiSelectField }
*
*/
public SearchEnumMultiSelectField getApprovalStatus() {
return approvalStatus;
}
/**
* Sets the value of the approvalStatus property.
*
* @param value
* allowed object is
* {@link SearchEnumMultiSelectField }
*
*/
public void setApprovalStatus(SearchEnumMultiSelectField value) {
this.approvalStatus = value;
}
/**
* Gets the value of the customer property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getCustomer() {
return customer;
}
/**
* Sets the value of the customer property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setCustomer(SearchMultiSelectField value) {
this.customer = 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 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 nextApprover property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getNextApprover() {
return nextApprover;
}
/**
* Sets the value of the nextApprover property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setNextApprover(SearchMultiSelectField value) {
this.nextApprover = value;
}
/**
* Gets the value of the notes property.
*
* @return
* possible object is
* {@link SearchStringField }
*
*/
public SearchStringField getNotes() {
return notes;
}
/**
* Sets the value of the notes property.
*
* @param value
* allowed object is
* {@link SearchStringField }
*
*/
public void setNotes(SearchStringField value) {
this.notes = value;
}
/**
* Gets the value of the numberHours property.
*
* @return
* possible object is
* {@link SearchDoubleField }
*
*/
public SearchDoubleField getNumberHours() {
return numberHours;
}
/**
* Sets the value of the numberHours property.
*
* @param value
* allowed object is
* {@link SearchDoubleField }
*
*/
public void setNumberHours(SearchDoubleField value) {
this.numberHours = value;
}
/**
* Gets the value of the percentOfTime property.
*
* @return
* possible object is
* {@link SearchDoubleField }
*
*/
public SearchDoubleField getPercentOfTime() {
return percentOfTime;
}
/**
* Sets the value of the percentOfTime property.
*
* @param value
* allowed object is
* {@link SearchDoubleField }
*
*/
public void setPercentOfTime(SearchDoubleField value) {
this.percentOfTime = value;
}
/**
* Gets the value of the project property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getProject() {
return project;
}
/**
* Sets the value of the project property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setProject(SearchMultiSelectField value) {
this.project = value;
}
/**
* Gets the value of the requestedBy property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getRequestedBy() {
return requestedBy;
}
/**
* Sets the value of the requestedBy property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setRequestedBy(SearchMultiSelectField value) {
this.requestedBy = value;
}
/**
* Gets the value of the resource property.
*
* @return
* possible object is
* {@link SearchMultiSelectField }
*
*/
public SearchMultiSelectField getResource() {
return resource;
}
/**
* Sets the value of the resource property.
*
* @param value
* allowed object is
* {@link SearchMultiSelectField }
*
*/
public void setResource(SearchMultiSelectField value) {
this.resource = 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 - 2025 Weber Informatics LLC | Privacy Policy