|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.Resources.Resource.Baseline
public static class Project.Resources.Resource.Baseline
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>
| Field Summary | |
|---|---|
protected BigDecimal |
bcwp
|
protected BigDecimal |
bcws
|
protected BigDecimal |
cost
|
protected BigInteger |
number
|
protected String |
work
|
| Constructor Summary | |
|---|---|
Project.Resources.Resource.Baseline()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger number
protected String work
protected BigDecimal cost
protected BigDecimal bcws
protected BigDecimal bcwp
| Constructor Detail |
|---|
public Project.Resources.Resource.Baseline()
| Method Detail |
|---|
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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||