public static class Gantt.Columns 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="Header" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="W" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="A" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="D" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="DA" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="DNW" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Gantt.Columns.Header
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Gantt.Columns.Header> |
header |
Constructor and Description |
---|
Columns() |
Modifier and Type | Method and Description |
---|---|
List<Gantt.Columns.Header> |
getHeader()
Gets the value of the header property.
|
protected List<Gantt.Columns.Header> header
public List<Gantt.Columns.Header> getHeader()
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 header property.
For example, to add a new item, do as follows:
getHeader().add(newItem);
Objects of the following type(s) are allowed in the list
Gantt.Columns.Header
Copyright © 2000–2024 Packwood Software. All rights reserved.