net.sf.mpxj.mspdi.schema
Class Project.Resources.Resource.Baseline

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

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>
 


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

number

protected BigInteger number

work

protected String work

cost

protected BigDecimal cost

bcws

protected BigDecimal bcws

bcwp

protected BigDecimal bcwp
Constructor Detail

Project.Resources.Resource.Baseline

public Project.Resources.Resource.Baseline()
Method Detail

getNumber

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

Returns:
possible object is BigInteger

setNumber

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

Parameters:
value - allowed object is BigInteger

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 BigDecimal getCost()
Gets the value of the cost property.

Returns:
possible object is String

setCost

public void setCost(BigDecimal 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.