net.sf.mpxj.primavera.schema
Class ProjectSpendingPlanType

java.lang.Object
  extended by net.sf.mpxj.primavera.schema.ProjectSpendingPlanType

public class ProjectSpendingPlanType
extends Object

Java class for ProjectSpendingPlanType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ProjectSpendingPlanType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BenefitPlan" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="-9.9999999999999E13"/>
               <maxInclusive value="9.9999999999999E13"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="CreateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="LastUpdateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ProjectId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="SpendingPlan" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="-9.9999999999999E13"/>
               <maxInclusive value="9.9999999999999E13"/>
             </restriction>
           </simpleType>
         </element>
         <element name="WBSCode" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="WBSName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<Double> benefitPlan
           
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  Date date
           
protected  Boolean isBaseline
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  Integer objectId
           
protected  String projectId
           
protected  JAXBElement<Integer> projectObjectId
           
protected  JAXBElement<Double> spendingPlan
           
protected  String wbsCode
           
protected  String wbsName
           
protected  JAXBElement<Integer> wbsObjectId
           
 
Constructor Summary
ProjectSpendingPlanType()
           
 
Method Summary
 JAXBElement<Double> getBenefitPlan()
          Gets the value of the benefitPlan property.
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 Date getDate()
          Gets the value of the date property.
 JAXBElement<Date> getLastUpdateDate()
          Gets the value of the lastUpdateDate property.
 String getLastUpdateUser()
          Gets the value of the lastUpdateUser property.
 Integer getObjectId()
          Gets the value of the objectId property.
 String getProjectId()
          Gets the value of the projectId property.
 JAXBElement<Integer> getProjectObjectId()
          Gets the value of the projectObjectId property.
 JAXBElement<Double> getSpendingPlan()
          Gets the value of the spendingPlan property.
 String getWBSCode()
          Gets the value of the wbsCode property.
 String getWBSName()
          Gets the value of the wbsName property.
 JAXBElement<Integer> getWBSObjectId()
          Gets the value of the wbsObjectId property.
 Boolean isIsBaseline()
          Gets the value of the isBaseline property.
 void setBenefitPlan(JAXBElement<Double> value)
          Sets the value of the benefitPlan property.
 void setCreateDate(JAXBElement<Date> value)
          Sets the value of the createDate property.
 void setCreateUser(String value)
          Sets the value of the createUser property.
 void setDate(Date value)
          Sets the value of the date property.
 void setIsBaseline(Boolean value)
          Sets the value of the isBaseline property.
 void setLastUpdateDate(JAXBElement<Date> value)
          Sets the value of the lastUpdateDate property.
 void setLastUpdateUser(String value)
          Sets the value of the lastUpdateUser property.
 void setObjectId(Integer value)
          Sets the value of the objectId property.
 void setProjectId(String value)
          Sets the value of the projectId property.
 void setProjectObjectId(JAXBElement<Integer> value)
          Sets the value of the projectObjectId property.
 void setSpendingPlan(JAXBElement<Double> value)
          Sets the value of the spendingPlan property.
 void setWBSCode(String value)
          Sets the value of the wbsCode property.
 void setWBSName(String value)
          Sets the value of the wbsName property.
 void setWBSObjectId(JAXBElement<Integer> value)
          Sets the value of the wbsObjectId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

benefitPlan

protected JAXBElement<Double> benefitPlan

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

date

protected Date date

isBaseline

protected Boolean isBaseline

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

objectId

protected Integer objectId

projectId

protected String projectId

projectObjectId

protected JAXBElement<Integer> projectObjectId

spendingPlan

protected JAXBElement<Double> spendingPlan

wbsCode

protected String wbsCode

wbsName

protected String wbsName

wbsObjectId

protected JAXBElement<Integer> wbsObjectId
Constructor Detail

ProjectSpendingPlanType

public ProjectSpendingPlanType()
Method Detail

getBenefitPlan

public JAXBElement<Double> getBenefitPlan()
Gets the value of the benefitPlan property.

Returns:
possible object is JAXBElement<Double>

setBenefitPlan

public void setBenefitPlan(JAXBElement<Double> value)
Sets the value of the benefitPlan property.

Parameters:
value - allowed object is JAXBElement<Double>

getCreateDate

public JAXBElement<Date> getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is JAXBElement<Date>

setCreateDate

public void setCreateDate(JAXBElement<Date> value)
Sets the value of the createDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getCreateUser

public String getCreateUser()
Gets the value of the createUser property.

Returns:
possible object is String

setCreateUser

public void setCreateUser(String value)
Sets the value of the createUser property.

Parameters:
value - allowed object is String

getDate

public Date getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(Date value)
Sets the value of the date property.

Parameters:
value - allowed object is String

isIsBaseline

public Boolean isIsBaseline()
Gets the value of the isBaseline property.

Returns:
possible object is Boolean

setIsBaseline

public void setIsBaseline(Boolean value)
Sets the value of the isBaseline property.

Parameters:
value - allowed object is Boolean

getLastUpdateDate

public JAXBElement<Date> getLastUpdateDate()
Gets the value of the lastUpdateDate property.

Returns:
possible object is JAXBElement<Date>

setLastUpdateDate

public void setLastUpdateDate(JAXBElement<Date> value)
Sets the value of the lastUpdateDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getLastUpdateUser

public String getLastUpdateUser()
Gets the value of the lastUpdateUser property.

Returns:
possible object is String

setLastUpdateUser

public void setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.

Parameters:
value - allowed object is String

getObjectId

public Integer getObjectId()
Gets the value of the objectId property.

Returns:
possible object is Integer

setObjectId

public void setObjectId(Integer value)
Sets the value of the objectId property.

Parameters:
value - allowed object is Integer

getProjectId

public String getProjectId()
Gets the value of the projectId property.

Returns:
possible object is String

setProjectId

public void setProjectId(String value)
Sets the value of the projectId property.

Parameters:
value - allowed object is String

getProjectObjectId

public JAXBElement<Integer> getProjectObjectId()
Gets the value of the projectObjectId property.

Returns:
possible object is JAXBElement<Integer>

setProjectObjectId

public void setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getSpendingPlan

public JAXBElement<Double> getSpendingPlan()
Gets the value of the spendingPlan property.

Returns:
possible object is JAXBElement<Double>

setSpendingPlan

public void setSpendingPlan(JAXBElement<Double> value)
Sets the value of the spendingPlan property.

Parameters:
value - allowed object is JAXBElement<Double>

getWBSCode

public String getWBSCode()
Gets the value of the wbsCode property.

Returns:
possible object is String

setWBSCode

public void setWBSCode(String value)
Sets the value of the wbsCode property.

Parameters:
value - allowed object is String

getWBSName

public String getWBSName()
Gets the value of the wbsName property.

Returns:
possible object is String

setWBSName

public void setWBSName(String value)
Sets the value of the wbsName property.

Parameters:
value - allowed object is String

getWBSObjectId

public JAXBElement<Integer> getWBSObjectId()
Gets the value of the wbsObjectId property.

Returns:
possible object is JAXBElement<Integer>

setWBSObjectId

public void setWBSObjectId(JAXBElement<Integer> value)
Sets the value of the wbsObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>


Copyright © 2012. All Rights Reserved.