public static class Gantt.Tasks.Task 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="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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
b |
protected Integer |
bc |
protected Double |
c |
protected String |
content |
protected Duration |
d |
protected LocalDate |
dl |
protected Integer |
h |
protected String |
id |
protected Integer |
in |
protected Duration |
l |
protected String |
p |
protected Double |
pc |
protected LocalDate |
s |
protected Integer |
u |
protected Integer |
va |
| Constructor and Description |
|---|
Task() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getB()
Gets the value of the b property.
|
Integer |
getBC()
Gets the value of the bc property.
|
Double |
getC()
Gets the value of the c property.
|
String |
getContent()
Gets the value of the content property.
|
Duration |
getD()
Gets the value of the d property.
|
LocalDate |
getDL()
Gets the value of the dl property.
|
Integer |
getH()
Gets the value of the h property.
|
String |
getID()
Gets the value of the id property.
|
Integer |
getIn()
Gets the value of the in property.
|
Duration |
getL()
Gets the value of the l property.
|
String |
getP()
Gets the value of the p property.
|
Double |
getPC()
Gets the value of the pc property.
|
LocalDate |
getS()
Gets the value of the s property.
|
Integer |
getU()
Gets the value of the u property.
|
Integer |
getVA()
Gets the value of the va property.
|
void |
setB(Integer value)
Sets the value of the b property.
|
void |
setBC(Integer value)
Sets the value of the bc property.
|
void |
setC(Double value)
Sets the value of the c property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setD(Duration value)
Sets the value of the d property.
|
void |
setDL(LocalDate value)
Sets the value of the dl property.
|
void |
setH(Integer value)
Sets the value of the h property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setIn(Integer value)
Sets the value of the in property.
|
void |
setL(Duration value)
Sets the value of the l property.
|
void |
setP(String value)
Sets the value of the p property.
|
void |
setPC(Double value)
Sets the value of the pc property.
|
void |
setS(LocalDate value)
Sets the value of the s property.
|
void |
setU(Integer value)
Sets the value of the u property.
|
void |
setVA(Integer value)
Sets the value of the va property.
|
protected String content
protected String id
protected LocalDate s
protected Integer b
protected Integer bc
protected Duration d
protected Integer h
protected Integer u
protected Integer va
protected Integer in
protected Double c
protected Double pc
protected LocalDate dl
protected String p
protected Duration l
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic void setID(String value)
value - allowed object is
Stringpublic void setS(LocalDate value)
value - allowed object is
Stringpublic void setB(Integer value)
value - allowed object is
Integerpublic void setBC(Integer value)
value - allowed object is
Integerpublic void setD(Duration value)
value - allowed object is
Stringpublic void setH(Integer value)
value - allowed object is
Integerpublic void setU(Integer value)
value - allowed object is
Integerpublic void setVA(Integer value)
value - allowed object is
Integerpublic void setIn(Integer value)
value - allowed object is
Integerpublic void setC(Double value)
value - allowed object is
Doublepublic void setPC(Double value)
value - allowed object is
Stringpublic LocalDate getDL()
Stringpublic void setDL(LocalDate value)
value - allowed object is
Stringpublic void setP(String value)
value - allowed object is
StringCopyright © 2000–2025 MPXJ. All rights reserved.