|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.Assignments.Assignment.Baseline
public static class Project.Assignments.Assignment.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="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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
Project.Assignments.Assignment.Baseline()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public Project.Assignments.Assignment.Baseline()
| Method Detail |
|---|
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 JAXB 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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||