public static class Project.Assignments.Assignment.Baseline 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="TimephasedData" type="{http://schemas.microsoft.com/project}TimephasedDataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Finish" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BCWS" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="BCWP" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
bcwp |
protected BigDecimal |
bcws |
protected String |
cost |
protected String |
finish |
protected String |
number |
protected String |
start |
protected List<TimephasedDataType> |
timephasedData |
protected String |
work |
| Constructor and Description |
|---|
Baseline() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBCWP()
Gets the value of the bcwp property.
|
BigDecimal |
getBCWS()
Gets the value of the bcws property.
|
String |
getCost()
Gets the value of the cost property.
|
String |
getFinish()
Gets the value of the finish property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getStart()
Gets the value of the start property.
|
List<TimephasedDataType> |
getTimephasedData()
Gets the value of the timephasedData property.
|
String |
getWork()
Gets the value of the work property.
|
void |
setBCWP(BigDecimal value)
Sets the value of the bcwp property.
|
void |
setBCWS(BigDecimal value)
Sets the value of the bcws property.
|
void |
setCost(String value)
Sets the value of the cost property.
|
void |
setFinish(String value)
Sets the value of the finish property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setWork(String value)
Sets the value of the work property.
|
protected List<TimephasedDataType> timephasedData
protected String number
protected String start
protected String finish
protected String work
protected String cost
protected BigDecimal bcws
protected BigDecimal bcwp
public List<TimephasedDataType> getTimephasedData()
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 timephasedData property.
For example, to add a new item, do as follows:
getTimephasedData().add(newItem);
Objects of the following type(s) are allowed in the list
TimephasedDataType
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic String getFinish()
Stringpublic void setFinish(String value)
value - allowed object is
Stringpublic String getWork()
Stringpublic void setWork(String value)
value - allowed object is
Stringpublic String getCost()
Stringpublic void setCost(String value)
value - allowed object is
Stringpublic BigDecimal getBCWS()
Stringpublic void setBCWS(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getBCWP()
Stringpublic void setBCWP(BigDecimal value)
value - allowed object is
StringCopyright © 2000–2025 MPXJ. All rights reserved.