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()
BigInteger
public void setNumber(BigInteger value)
value
- allowed object is
BigInteger
public String getWork()
String
public void setWork(String value)
value
- allowed object is
String
public BigDecimal getCost()
String
public void setCost(BigDecimal value)
value
- allowed object is
String
public BigDecimal getBCWS()
String
public void setBCWS(BigDecimal value)
value
- allowed object is
String
public BigDecimal getBCWP()
String
public void setBCWP(BigDecimal value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.