public static class Project.Resources.Resource.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="Number" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="Work" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}float" 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 BigDecimal |
cost |
protected BigInteger |
number |
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.
|
BigInteger |
getNumber()
Gets the value of the number 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(BigDecimal value)
Sets the value of the cost property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setWork(String value)
Sets the value of the work property.
|
protected BigInteger number
protected String work
protected BigDecimal cost
protected BigDecimal bcws
protected BigDecimal bcwp
public BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerpublic String getWork()
Stringpublic void setWork(String value)
value - allowed object is
Stringpublic BigDecimal getCost()
Stringpublic void setCost(BigDecimal 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–2026 MPXJ. All rights reserved.