net.sf.mpxj.mspdi.schema
Class Project.Assignments.Assignment.Baseline

java.lang.Object
  extended by net.sf.mpxj.mspdi.schema.Project.Assignments.Assignment.Baseline
Enclosing class:
Project.Assignments.Assignment

public static class Project.Assignments.Assignment.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="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

timephasedData

protected List<TimephasedDataType> timephasedData

number

protected String number

start

protected String start

finish

protected String finish

work

protected String work

cost

protected String cost

bcws

protected BigDecimal bcws

bcwp

protected BigDecimal bcwp
Constructor Detail

Project.Assignments.Assignment.Baseline

public Project.Assignments.Assignment.Baseline()
Method Detail

getTimephasedData

public List<TimephasedDataType> getTimephasedData()
Gets the value of the timephasedData property.

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


getNumber

public String getNumber()
Gets the value of the number property.

Returns:
possible object is String

setNumber

public void setNumber(String value)
Sets the value of the number property.

Parameters:
value - allowed object is String

getStart

public String getStart()
Gets the value of the start property.

Returns:
possible object is String

setStart

public void setStart(String value)
Sets the value of the start property.

Parameters:
value - allowed object is String

getFinish

public String getFinish()
Gets the value of the finish property.

Returns:
possible object is String

setFinish

public void setFinish(String value)
Sets the value of the finish property.

Parameters:
value - allowed object is String

getWork

public String getWork()
Gets the value of the work property.

Returns:
possible object is String

setWork

public void setWork(String value)
Sets the value of the work property.

Parameters:
value - allowed object is String

getCost

public String getCost()
Gets the value of the cost property.

Returns:
possible object is String

setCost

public void setCost(String value)
Sets the value of the cost property.

Parameters:
value - allowed object is String

getBCWS

public BigDecimal getBCWS()
Gets the value of the bcws property.

Returns:
possible object is String

setBCWS

public void setBCWS(BigDecimal value)
Sets the value of the bcws property.

Parameters:
value - allowed object is String

getBCWP

public BigDecimal getBCWP()
Gets the value of the bcwp property.

Returns:
possible object is String

setBCWP

public void setBCWP(BigDecimal value)
Sets the value of the bcwp property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.