public static class Document.Projects.Project.Task.ResourceAssignments extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResourceAssignment" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ResourceID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Use" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="ManHour" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment> |
resourceAssignment |
| Constructor and Description |
|---|
ResourceAssignments() |
| Modifier and Type | Method and Description |
|---|---|
List<Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment> |
getResourceAssignment()
Gets the value of the resourceAssignment property.
|
protected List<Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment> resourceAssignment
public List<Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment> getResourceAssignment()
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 resourceAssignment property.
For example, to add a new item, do as follows:
getResourceAssignment().add(newItem);
Objects of the following type(s) are allowed in the list
Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment
Copyright © 2000–2025 MPXJ. All rights reserved.