public static class Gantt.Columns.Header 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">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
a |
protected Integer |
d |
protected Integer |
da |
protected String |
dnw |
protected Integer |
type |
protected Integer |
w |
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getA()
Gets the value of the a property.
|
Integer |
getD()
Gets the value of the d property.
|
Integer |
getDA()
Gets the value of the da property.
|
String |
getDNW()
Gets the value of the dnw property.
|
Integer |
getType()
Gets the value of the type property.
|
Integer |
getW()
Gets the value of the w property.
|
void |
setA(Integer value)
Sets the value of the a property.
|
void |
setD(Integer value)
Sets the value of the d property.
|
void |
setDA(Integer value)
Sets the value of the da property.
|
void |
setDNW(String value)
Sets the value of the dnw property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
void |
setW(Integer value)
Sets the value of the w property.
|
protected Integer type
protected Integer w
protected Integer a
protected Integer d
protected Integer da
protected String dnw
public Integer getType()
Integerpublic void setType(Integer value)
value - allowed object is
Integerpublic void setW(Integer value)
value - allowed object is
Integerpublic void setA(Integer value)
value - allowed object is
Integerpublic void setD(Integer value)
value - allowed object is
Integerpublic void setDA(Integer value)
value - allowed object is
Integerpublic String getDNW()
StringCopyright © 2000–2025 MPXJ. All rights reserved.