public static class Project.Tasks.Task.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}integer" minOccurs="0"/>
<element name="Interim" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Finish" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="DurationFormat" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
<enumeration value="7"/>
<enumeration value="8"/>
<enumeration value="9"/>
<enumeration value="10"/>
<enumeration value="11"/>
<enumeration value="12"/>
<enumeration value="19"/>
<enumeration value="20"/>
<enumeration value="21"/>
<enumeration value="35"/>
<enumeration value="36"/>
<enumeration value="37"/>
<enumeration value="38"/>
<enumeration value="39"/>
<enumeration value="40"/>
<enumeration value="41"/>
<enumeration value="42"/>
<enumeration value="43"/>
<enumeration value="44"/>
<enumeration value="51"/>
<enumeration value="52"/>
<enumeration value="53"/>
</restriction>
</simpleType>
</element>
<element name="EstimatedDuration" type="{http://www.w3.org/2001/XMLSchema}boolean" 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}decimal" 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"/>
<element name="FixedCost" 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 BigDecimal |
cost |
protected String |
duration |
protected BigInteger |
durationFormat |
protected Boolean |
estimatedDuration |
protected LocalDateTime |
finish |
protected BigDecimal |
fixedCost |
protected Boolean |
interim |
protected BigInteger |
number |
protected LocalDateTime |
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.
|
BigDecimal |
getCost()
Gets the value of the cost property.
|
String |
getDuration()
Gets the value of the duration property.
|
BigInteger |
getDurationFormat()
Gets the value of the durationFormat property.
|
LocalDateTime |
getFinish()
Gets the value of the finish property.
|
BigDecimal |
getFixedCost()
Gets the value of the fixedCost property.
|
BigInteger |
getNumber()
Gets the value of the number property.
|
LocalDateTime |
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.
|
Boolean |
isEstimatedDuration()
Gets the value of the estimatedDuration property.
|
Boolean |
isInterim()
Gets the value of the interim 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(BigDecimal value)
Sets the value of the cost property.
|
void |
setDuration(String value)
Sets the value of the duration property.
|
void |
setDurationFormat(BigInteger value)
Sets the value of the durationFormat property.
|
void |
setEstimatedDuration(Boolean value)
Sets the value of the estimatedDuration property.
|
void |
setFinish(LocalDateTime value)
Sets the value of the finish property.
|
void |
setFixedCost(BigDecimal value)
Sets the value of the fixedCost property.
|
void |
setInterim(Boolean value)
Sets the value of the interim property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setStart(LocalDateTime value)
Sets the value of the start property.
|
void |
setWork(String value)
Sets the value of the work property.
|
protected List<TimephasedDataType> timephasedData
protected BigInteger number
protected Boolean interim
protected LocalDateTime start
protected LocalDateTime finish
protected String duration
protected BigInteger durationFormat
protected Boolean estimatedDuration
protected String work
protected BigDecimal cost
protected BigDecimal bcws
protected BigDecimal bcwp
protected BigDecimal fixedCost
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 BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isInterim()
Stringpublic void setInterim(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getStart()
Stringpublic void setStart(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getFinish()
Stringpublic void setFinish(LocalDateTime value)
value - allowed object is
Stringpublic String getDuration()
Stringpublic void setDuration(String value)
value - allowed object is
Stringpublic BigInteger getDurationFormat()
BigIntegerpublic void setDurationFormat(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isEstimatedDuration()
Stringpublic void setEstimatedDuration(Boolean value)
value - allowed object is
Stringpublic String getWork()
Stringpublic void setWork(String value)
value - allowed object is
Stringpublic BigDecimal getCost()
BigDecimalpublic void setCost(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBCWS()
Stringpublic void setBCWS(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getBCWP()
Stringpublic void setBCWP(BigDecimal value)
value - allowed object is
Stringpublic BigDecimal getFixedCost()
Stringpublic void setFixedCost(BigDecimal value)
value - allowed object is
StringCopyright © 2000–2025 MPXJ. All rights reserved.