public class GanttDesignerRemark extends Object
Java class for ganttDesignerRemark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ganttDesignerRemark"> <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="Row" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
GanttDesignerRemark.Task
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<GanttDesignerRemark.Task> |
task |
Constructor and Description |
---|
GanttDesignerRemark() |
Modifier and Type | Method and Description |
---|---|
List<GanttDesignerRemark.Task> |
getTask()
Gets the value of the task property.
|
protected List<GanttDesignerRemark.Task> task
public List<GanttDesignerRemark.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
GanttDesignerRemark.Task
Copyright © 2000–2024 Packwood Software. All rights reserved.