| java.lang.Object | |||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRow | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRowBasic | ||
| ↳ | com.netsuite.webservices.platform.common_2013_2.ResourceAllocationSearchRowBasic | ||
Java class for ResourceAllocationSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAllocationSearchRowBasic">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
<sequence>
<element name="allocationType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="allocationUnit" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="customer" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="endDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="numberHours" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="percentOfTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
<element name="project" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="requestedBy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="resource" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="startDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| allocationType | |||||||||||
| allocationUnit | |||||||||||
| customFieldList | |||||||||||
| customer | |||||||||||
| endDate | |||||||||||
| externalId | |||||||||||
| internalId | |||||||||||
| numberHours | |||||||||||
| percentOfTime | |||||||||||
| project | |||||||||||
| requestedBy | |||||||||||
| resource | |||||||||||
| startDate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 customer 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 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 resource property.
| |||||||||||
Gets the value of the startDate 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 customer 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 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 resource property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the allocationType 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 JAXB object.
This is why there is not a set method for the allocationType property.
For example, to add a new item, do as follows:
getAllocationType().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the allocationUnit 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 JAXB object.
This is why there is not a set method for the allocationUnit property.
For example, to add a new item, do as follows:
getAllocationUnit().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnEnumSelectField
Gets the value of the customFieldList property.
SearchColumnCustomFieldList
Gets the value of the customer 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 JAXB object.
This is why there is not a set method for the customer property.
For example, to add a new item, do as follows:
getCustomer().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the endDate 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 JAXB object.
This is why there is not a set method for the endDate property.
For example, to add a new item, do as follows:
getEndDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
Gets the value of the externalId 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 JAXB object.
This is why there is not a set method for the externalId property.
For example, to add a new item, do as follows:
getExternalId().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the internalId 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 JAXB object.
This is why there is not a set method for the internalId property.
For example, to add a new item, do as follows:
getInternalId().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the numberHours 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 JAXB object.
This is why there is not a set method for the numberHours property.
For example, to add a new item, do as follows:
getNumberHours().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the percentOfTime 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 JAXB object.
This is why there is not a set method for the percentOfTime property.
For example, to add a new item, do as follows:
getPercentOfTime().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDoubleField
Gets the value of the project 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 JAXB object.
This is why there is not a set method for the project property.
For example, to add a new item, do as follows:
getProject().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the requestedBy 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 JAXB object.
This is why there is not a set method for the requestedBy property.
For example, to add a new item, do as follows:
getRequestedBy().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the resource 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 JAXB object.
This is why there is not a set method for the resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the startDate 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 JAXB object.
This is why there is not a set method for the startDate property.
For example, to add a new item, do as follows:
getStartDate().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
Sets the value of the allocationType property.
| allocationType | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the allocationUnit property.
| allocationUnit | Allowed object is
SearchColumnEnumSelectField
|
|---|
Sets the value of the customFieldList property.
| value | Allowed object is
SearchColumnCustomFieldList
|
|---|
Sets the value of the customer property.
| customer | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the endDate property.
| endDate | Allowed object is
SearchColumnDateField
|
|---|
Sets the value of the externalId property.
| externalId | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the internalId property.
| internalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the numberHours property.
| numberHours | Allowed object is
SearchColumnDoubleField
|
|---|
Sets the value of the percentOfTime property.
| percentOfTime | Allowed object is
SearchColumnDoubleField
|
|---|
Sets the value of the project property.
| project | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the requestedBy property.
| requestedBy | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the resource property.
| resource | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the startDate property.
| startDate | Allowed object is
SearchColumnDateField
|
|---|