
tsg.ns.wsdl.coop.ResourceAllocation Maven / Gradle / Ivy
package tsg.ns.wsdl.coop;
import javax.xml.datatype.XMLGregorianCalendar;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlAttribute;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for ResourceAllocation complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ResourceAllocation">
* <complexContent>
* <extension base="{urn:core_2023_1.platform.webservices.netsuite.com}Record">
* <sequence>
* <element name="requestedby" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="approvalStatus" type="{urn:types.scheduling_2023_1.activities.webservices.netsuite.com}ResourceAllocationApprovalStatus" minOccurs="0"/>
* <element name="nextApprover" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="allocationResource" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="project" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
* <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
* <element name="allocationAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="allocationUnit" type="{urn:types.scheduling_2023_1.activities.webservices.netsuite.com}ResourceAllocationAllocationUnit" minOccurs="0"/>
* <element name="numberHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="percentOfTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
* <element name="allocationType" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="customForm" type="{urn:core_2023_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
* <element name="customFieldList" type="{urn:core_2023_1.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
* </sequence>
* <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ResourceAllocation", namespace = "urn:scheduling_2023_1.activities.webservices.netsuite.com", propOrder = {
"requestedby",
"approvalStatus",
"nextApprover",
"allocationResource",
"project",
"notes",
"startDate",
"endDate",
"allocationAmount",
"allocationUnit",
"numberHours",
"percentOfTime",
"allocationType",
"customForm",
"customFieldList"
})
public class ResourceAllocation
extends Record
{
protected RecordRef requestedby;
@XmlSchemaType(name = "string")
protected ResourceAllocationApprovalStatus approvalStatus;
protected RecordRef nextApprover;
protected RecordRef allocationResource;
protected RecordRef project;
protected String notes;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar startDate;
@XmlSchemaType(name = "dateTime")
protected XMLGregorianCalendar endDate;
protected Double allocationAmount;
@XmlSchemaType(name = "string")
protected ResourceAllocationAllocationUnit allocationUnit;
protected Double numberHours;
protected Double percentOfTime;
protected RecordRef allocationType;
protected RecordRef customForm;
protected CustomFieldList customFieldList;
@XmlAttribute(name = "internalId")
protected String internalId;
@XmlAttribute(name = "externalId")
protected String externalId;
/**
* Gets the value of the requestedby property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getRequestedby() {
return requestedby;
}
/**
* Sets the value of the requestedby property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setRequestedby(RecordRef value) {
this.requestedby = value;
}
/**
* Gets the value of the approvalStatus property.
*
* @return
* possible object is
* {@link ResourceAllocationApprovalStatus }
*
*/
public ResourceAllocationApprovalStatus getApprovalStatus() {
return approvalStatus;
}
/**
* Sets the value of the approvalStatus property.
*
* @param value
* allowed object is
* {@link ResourceAllocationApprovalStatus }
*
*/
public void setApprovalStatus(ResourceAllocationApprovalStatus value) {
this.approvalStatus = value;
}
/**
* Gets the value of the nextApprover property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getNextApprover() {
return nextApprover;
}
/**
* Sets the value of the nextApprover property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setNextApprover(RecordRef value) {
this.nextApprover = value;
}
/**
* Gets the value of the allocationResource property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getAllocationResource() {
return allocationResource;
}
/**
* Sets the value of the allocationResource property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setAllocationResource(RecordRef value) {
this.allocationResource = value;
}
/**
* Gets the value of the project property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getProject() {
return project;
}
/**
* Sets the value of the project property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setProject(RecordRef value) {
this.project = value;
}
/**
* Gets the value of the notes property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNotes() {
return notes;
}
/**
* Sets the value of the notes property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNotes(String value) {
this.notes = value;
}
/**
* Gets the value of the startDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getStartDate() {
return startDate;
}
/**
* Sets the value of the startDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setStartDate(XMLGregorianCalendar value) {
this.startDate = value;
}
/**
* Gets the value of the endDate property.
*
* @return
* possible object is
* {@link XMLGregorianCalendar }
*
*/
public XMLGregorianCalendar getEndDate() {
return endDate;
}
/**
* Sets the value of the endDate property.
*
* @param value
* allowed object is
* {@link XMLGregorianCalendar }
*
*/
public void setEndDate(XMLGregorianCalendar value) {
this.endDate = value;
}
/**
* Gets the value of the allocationAmount property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getAllocationAmount() {
return allocationAmount;
}
/**
* Sets the value of the allocationAmount property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setAllocationAmount(Double value) {
this.allocationAmount = value;
}
/**
* Gets the value of the allocationUnit property.
*
* @return
* possible object is
* {@link ResourceAllocationAllocationUnit }
*
*/
public ResourceAllocationAllocationUnit getAllocationUnit() {
return allocationUnit;
}
/**
* Sets the value of the allocationUnit property.
*
* @param value
* allowed object is
* {@link ResourceAllocationAllocationUnit }
*
*/
public void setAllocationUnit(ResourceAllocationAllocationUnit value) {
this.allocationUnit = value;
}
/**
* Gets the value of the numberHours property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getNumberHours() {
return numberHours;
}
/**
* Sets the value of the numberHours property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setNumberHours(Double value) {
this.numberHours = value;
}
/**
* Gets the value of the percentOfTime property.
*
* @return
* possible object is
* {@link Double }
*
*/
public Double getPercentOfTime() {
return percentOfTime;
}
/**
* Sets the value of the percentOfTime property.
*
* @param value
* allowed object is
* {@link Double }
*
*/
public void setPercentOfTime(Double value) {
this.percentOfTime = value;
}
/**
* Gets the value of the allocationType property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getAllocationType() {
return allocationType;
}
/**
* Sets the value of the allocationType property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setAllocationType(RecordRef value) {
this.allocationType = value;
}
/**
* Gets the value of the customForm property.
*
* @return
* possible object is
* {@link RecordRef }
*
*/
public RecordRef getCustomForm() {
return customForm;
}
/**
* Sets the value of the customForm property.
*
* @param value
* allowed object is
* {@link RecordRef }
*
*/
public void setCustomForm(RecordRef value) {
this.customForm = value;
}
/**
* Gets the value of the customFieldList property.
*
* @return
* possible object is
* {@link CustomFieldList }
*
*/
public CustomFieldList getCustomFieldList() {
return customFieldList;
}
/**
* Sets the value of the customFieldList property.
*
* @param value
* allowed object is
* {@link CustomFieldList }
*
*/
public void setCustomFieldList(CustomFieldList value) {
this.customFieldList = value;
}
/**
* Gets the value of the internalId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getInternalId() {
return internalId;
}
/**
* Sets the value of the internalId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setInternalId(String value) {
this.internalId = value;
}
/**
* Gets the value of the externalId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getExternalId() {
return externalId;
}
/**
* Sets the value of the externalId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExternalId(String value) {
this.externalId = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy