public static class Gantt.Tasks 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="Task" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="S" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="B" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="BC" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="D" type="{}ganttDesignerDuration" /> <attribute name="H" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="U" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="VA" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="In" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="C" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="PC" type="{}ganttDesignerPercent" /> <attribute name="DL" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="P" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="L" type="{}ganttDesignerDuration" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Gantt.Tasks.Task
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Gantt.Tasks.Task> |
task |
Constructor and Description |
---|
Tasks() |
Modifier and Type | Method and Description |
---|---|
List<Gantt.Tasks.Task> |
getTask()
Gets the value of the task property.
|
protected List<Gantt.Tasks.Task> task
public List<Gantt.Tasks.Task> getTask()
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 task property.
For example, to add a new item, do as follows:
getTask().add(newItem);
Objects of the following type(s) are allowed in the list
Gantt.Tasks.Task
Copyright © 2000–2024 Packwood Software. All rights reserved.