|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.mspdi.schema.Project.Tasks.Task.Baseline
public static class Project.Tasks.Task.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}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>
| Field Summary | |
|---|---|
protected java.math.BigDecimal |
bcwp
|
protected java.math.BigDecimal |
bcws
|
protected java.math.BigDecimal |
cost
|
protected java.lang.String |
duration
|
protected java.math.BigInteger |
durationFormat
|
protected java.lang.Boolean |
estimatedDuration
|
protected java.util.Calendar |
finish
|
protected java.math.BigDecimal |
fixedCost
|
protected java.lang.Boolean |
interim
|
protected java.math.BigInteger |
number
|
protected java.util.Calendar |
start
|
protected java.util.List<TimephasedDataType> |
timephasedData
|
protected java.lang.String |
work
|
| Constructor Summary | |
|---|---|
Project.Tasks.Task.Baseline()
|
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getBCWP()
Gets the value of the bcwp property. |
java.math.BigDecimal |
getBCWS()
Gets the value of the bcws property. |
java.math.BigDecimal |
getCost()
Gets the value of the cost property. |
java.lang.String |
getDuration()
Gets the value of the duration property. |
java.math.BigInteger |
getDurationFormat()
Gets the value of the durationFormat property. |
java.util.Calendar |
getFinish()
Gets the value of the finish property. |
java.math.BigDecimal |
getFixedCost()
Gets the value of the fixedCost property. |
java.math.BigInteger |
getNumber()
Gets the value of the number property. |
java.util.Calendar |
getStart()
Gets the value of the start property. |
java.util.List<TimephasedDataType> |
getTimephasedData()
Gets the value of the timephasedData property. |
java.lang.String |
getWork()
Gets the value of the work property. |
java.lang.Boolean |
isEstimatedDuration()
Gets the value of the estimatedDuration property. |
java.lang.Boolean |
isInterim()
Gets the value of the interim property. |
void |
setBCWP(java.math.BigDecimal value)
Sets the value of the bcwp property. |
void |
setBCWS(java.math.BigDecimal value)
Sets the value of the bcws property. |
void |
setCost(java.math.BigDecimal value)
Sets the value of the cost property. |
void |
setDuration(java.lang.String value)
Sets the value of the duration property. |
void |
setDurationFormat(java.math.BigInteger value)
Sets the value of the durationFormat property. |
void |
setEstimatedDuration(java.lang.Boolean value)
Sets the value of the estimatedDuration property. |
void |
setFinish(java.util.Calendar value)
Sets the value of the finish property. |
void |
setFixedCost(java.math.BigDecimal value)
Sets the value of the fixedCost property. |
void |
setInterim(java.lang.Boolean value)
Sets the value of the interim property. |
void |
setNumber(java.math.BigInteger value)
Sets the value of the number property. |
void |
setStart(java.util.Calendar value)
Sets the value of the start property. |
void |
setWork(java.lang.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 java.util.List<TimephasedDataType> timephasedData
protected java.math.BigInteger number
protected java.lang.Boolean interim
protected java.util.Calendar start
protected java.util.Calendar finish
protected java.lang.String duration
protected java.math.BigInteger durationFormat
protected java.lang.Boolean estimatedDuration
protected java.lang.String work
protected java.math.BigDecimal cost
protected java.math.BigDecimal bcws
protected java.math.BigDecimal bcwp
protected java.math.BigDecimal fixedCost
| Constructor Detail |
|---|
public Project.Tasks.Task.Baseline()
| Method Detail |
|---|
public java.util.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 java.math.BigInteger getNumber()
BigIntegerpublic void setNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isInterim()
Stringpublic void setInterim(java.lang.Boolean value)
value - allowed object is
Stringpublic java.util.Calendar getStart()
Stringpublic void setStart(java.util.Calendar value)
value - allowed object is
Stringpublic java.util.Calendar getFinish()
Stringpublic void setFinish(java.util.Calendar value)
value - allowed object is
Stringpublic java.lang.String getDuration()
Stringpublic void setDuration(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getDurationFormat()
BigIntegerpublic void setDurationFormat(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Boolean isEstimatedDuration()
Stringpublic void setEstimatedDuration(java.lang.Boolean value)
value - allowed object is
Stringpublic java.lang.String getWork()
Stringpublic void setWork(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getCost()
BigDecimalpublic void setCost(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getBCWS()
Stringpublic void setBCWS(java.math.BigDecimal value)
value - allowed object is
Stringpublic java.math.BigDecimal getBCWP()
Stringpublic void setBCWP(java.math.BigDecimal value)
value - allowed object is
Stringpublic java.math.BigDecimal getFixedCost()
Stringpublic void setFixedCost(java.math.BigDecimal value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||