public static class Document.TaskList.Task.ResourceList 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="Resource" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="CostUnit" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Cost" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="CostPer" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="WorkSecs" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="OvertimeUnit" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Percent" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Document.TaskList.Task.ResourceList.Resource
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Document.TaskList.Task.ResourceList.Resource> |
resource |
Constructor and Description |
---|
ResourceList() |
Modifier and Type | Method and Description |
---|---|
List<Document.TaskList.Task.ResourceList.Resource> |
getResource()
Gets the value of the resource property.
|
protected List<Document.TaskList.Task.ResourceList.Resource> resource
public List<Document.TaskList.Task.ResourceList.Resource> getResource()
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 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
Document.TaskList.Task.ResourceList.Resource
Copyright © 2000–2025 MPXJ. All rights reserved.