| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.Record | |
| ↳ | com.netsuite.webservices.activities.scheduling_2013_2.ResourceAllocation | |
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_2013_2.platform.webservices.netsuite.com}Record">
<sequence>
<element name="requestedby" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="allocationResource" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="project" type="{urn:core_2013_2.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_2013_2.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_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2013_2.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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allocationAmount | |||||||||||
| allocationResource | |||||||||||
| allocationType | |||||||||||
| allocationUnit | |||||||||||
| customFieldList | |||||||||||
| endDate | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| notes | |||||||||||
| numberHours | |||||||||||
| percentOfTime | |||||||||||
| project | |||||||||||
| requestedby | |||||||||||
| startDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the allocationAmount property.
| |||||||||||
Gets the value of the allocationResource property.
| |||||||||||
Gets the value of the allocationType property.
| |||||||||||
Gets the value of the allocationUnit property.
| |||||||||||
Gets the value of the customFieldList property.
| |||||||||||
Gets the value of the endDate property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the notes property.
| |||||||||||
Gets the value of the numberHours property.
| |||||||||||
Gets the value of the percentOfTime property.
| |||||||||||
Gets the value of the project property.
| |||||||||||
Gets the value of the requestedby property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Sets the value of the allocationAmount property.
| |||||||||||
Sets the value of the allocationResource property.
| |||||||||||
Sets the value of the allocationType property.
| |||||||||||
Sets the value of the allocationUnit property.
| |||||||||||
Sets the value of the customFieldList property.
| |||||||||||
Sets the value of the endDate property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the notes property.
| |||||||||||
Sets the value of the numberHours property.
| |||||||||||
Sets the value of the percentOfTime property.
| |||||||||||
Sets the value of the project property.
| |||||||||||
Sets the value of the requestedby property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2013_2.Record
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the allocationAmount property.
Gets the value of the allocationResource property.
RecordRef
Gets the value of the allocationType property.
RecordRef
Gets the value of the allocationUnit property.
ResourceAllocationAllocationUnit
Gets the value of the customFieldList property.
CustomFieldList
Gets the value of the endDate property.
Gets the value of the externalId property.
Gets the value of the internalId property.
Gets the value of the notes property.
Gets the value of the numberHours property.
Gets the value of the percentOfTime property.
Gets the value of the project property.
RecordRef
Gets the value of the requestedby property.
RecordRef
Gets the value of the startDate property.
Sets the value of the allocationAmount property.
| value | Allowed object is Double |
|---|
Sets the value of the allocationResource property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the allocationType property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the allocationUnit property.
| value | Allowed object is
ResourceAllocationAllocationUnit
|
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
CustomFieldList
|
|---|
Sets the value of the endDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the externalId property.
| value | Allowed object is String |
|---|
Sets the value of the internalId property.
| value | Allowed object is String |
|---|
Sets the value of the notes property.
| value | Allowed object is String |
|---|
Sets the value of the numberHours property.
| value | Allowed object is Double |
|---|
Sets the value of the percentOfTime property.
| value | Allowed object is Double |
|---|
Sets the value of the project property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the requestedby property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|