net.sf.mpxj.primavera.schema
Class ProjectResourceQuantityType

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

public class ProjectResourceQuantityType
extends Object

Java class for ProjectResourceQuantityType complex type.

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

 <complexType name="ProjectResourceQuantityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CommittedFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <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="FinancialPeriod1ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FinancialPeriod1Quantity" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="FinancialPeriod2ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="FinancialPeriod2Quantity" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <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="MonthStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ProjectResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Quantity" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RoleObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="WeekStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<Boolean> committedFlag
           
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  JAXBElement<Integer> financialPeriod1ObjectId
           
protected  JAXBElement<Double> financialPeriod1Quantity
           
protected  JAXBElement<Integer> financialPeriod2ObjectId
           
protected  JAXBElement<Double> financialPeriod2Quantity
           
protected  Boolean isBaseline
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  Date monthStartDate
           
protected  JAXBElement<Integer> projectObjectId
           
protected  Integer projectResourceObjectId
           
protected  Double quantity
           
protected  JAXBElement<Integer> resourceObjectId
           
protected  JAXBElement<Integer> roleObjectId
           
protected  JAXBElement<Integer> wbsObjectId
           
protected  Date weekStartDate
           
 
Constructor Summary
ProjectResourceQuantityType()
           
 
Method Summary
 JAXBElement<Boolean> getCommittedFlag()
          Gets the value of the committedFlag property.
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 JAXBElement<Integer> getFinancialPeriod1ObjectId()
          Gets the value of the financialPeriod1ObjectId property.
 JAXBElement<Double> getFinancialPeriod1Quantity()
          Gets the value of the financialPeriod1Quantity property.
 JAXBElement<Integer> getFinancialPeriod2ObjectId()
          Gets the value of the financialPeriod2ObjectId property.
 JAXBElement<Double> getFinancialPeriod2Quantity()
          Gets the value of the financialPeriod2Quantity property.
 JAXBElement<Date> getLastUpdateDate()
          Gets the value of the lastUpdateDate property.
 String getLastUpdateUser()
          Gets the value of the lastUpdateUser property.
 Date getMonthStartDate()
          Gets the value of the monthStartDate property.
 JAXBElement<Integer> getProjectObjectId()
          Gets the value of the projectObjectId property.
 Integer getProjectResourceObjectId()
          Gets the value of the projectResourceObjectId property.
 Double getQuantity()
          Gets the value of the quantity property.
 JAXBElement<Integer> getResourceObjectId()
          Gets the value of the resourceObjectId property.
 JAXBElement<Integer> getRoleObjectId()
          Gets the value of the roleObjectId property.
 JAXBElement<Integer> getWBSObjectId()
          Gets the value of the wbsObjectId property.
 Date getWeekStartDate()
          Gets the value of the weekStartDate property.
 Boolean isIsBaseline()
          Gets the value of the isBaseline property.
 void setCommittedFlag(JAXBElement<Boolean> value)
          Sets the value of the committedFlag 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 setFinancialPeriod1ObjectId(JAXBElement<Integer> value)
          Sets the value of the financialPeriod1ObjectId property.
 void setFinancialPeriod1Quantity(JAXBElement<Double> value)
          Sets the value of the financialPeriod1Quantity property.
 void setFinancialPeriod2ObjectId(JAXBElement<Integer> value)
          Sets the value of the financialPeriod2ObjectId property.
 void setFinancialPeriod2Quantity(JAXBElement<Double> value)
          Sets the value of the financialPeriod2Quantity 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 setMonthStartDate(Date value)
          Sets the value of the monthStartDate property.
 void setProjectObjectId(JAXBElement<Integer> value)
          Sets the value of the projectObjectId property.
 void setProjectResourceObjectId(Integer value)
          Sets the value of the projectResourceObjectId property.
 void setQuantity(Double value)
          Sets the value of the quantity property.
 void setResourceObjectId(JAXBElement<Integer> value)
          Sets the value of the resourceObjectId property.
 void setRoleObjectId(JAXBElement<Integer> value)
          Sets the value of the roleObjectId property.
 void setWBSObjectId(JAXBElement<Integer> value)
          Sets the value of the wbsObjectId property.
 void setWeekStartDate(Date value)
          Sets the value of the weekStartDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

committedFlag

protected JAXBElement<Boolean> committedFlag

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

financialPeriod1ObjectId

protected JAXBElement<Integer> financialPeriod1ObjectId

financialPeriod1Quantity

protected JAXBElement<Double> financialPeriod1Quantity

financialPeriod2ObjectId

protected JAXBElement<Integer> financialPeriod2ObjectId

financialPeriod2Quantity

protected JAXBElement<Double> financialPeriod2Quantity

isBaseline

protected Boolean isBaseline

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

monthStartDate

protected Date monthStartDate

projectObjectId

protected JAXBElement<Integer> projectObjectId

projectResourceObjectId

protected Integer projectResourceObjectId

quantity

protected Double quantity

resourceObjectId

protected JAXBElement<Integer> resourceObjectId

roleObjectId

protected JAXBElement<Integer> roleObjectId

wbsObjectId

protected JAXBElement<Integer> wbsObjectId

weekStartDate

protected Date weekStartDate
Constructor Detail

ProjectResourceQuantityType

public ProjectResourceQuantityType()
Method Detail

getCommittedFlag

public JAXBElement<Boolean> getCommittedFlag()
Gets the value of the committedFlag property.

Returns:
possible object is JAXBElement<Boolean>

setCommittedFlag

public void setCommittedFlag(JAXBElement<Boolean> value)
Sets the value of the committedFlag property.

Parameters:
value - allowed object is JAXBElement<Boolean>

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

getFinancialPeriod1ObjectId

public JAXBElement<Integer> getFinancialPeriod1ObjectId()
Gets the value of the financialPeriod1ObjectId property.

Returns:
possible object is JAXBElement<Integer>

setFinancialPeriod1ObjectId

public void setFinancialPeriod1ObjectId(JAXBElement<Integer> value)
Sets the value of the financialPeriod1ObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getFinancialPeriod1Quantity

public JAXBElement<Double> getFinancialPeriod1Quantity()
Gets the value of the financialPeriod1Quantity property.

Returns:
possible object is JAXBElement<Double>

setFinancialPeriod1Quantity

public void setFinancialPeriod1Quantity(JAXBElement<Double> value)
Sets the value of the financialPeriod1Quantity property.

Parameters:
value - allowed object is JAXBElement<Double>

getFinancialPeriod2ObjectId

public JAXBElement<Integer> getFinancialPeriod2ObjectId()
Gets the value of the financialPeriod2ObjectId property.

Returns:
possible object is JAXBElement<Integer>

setFinancialPeriod2ObjectId

public void setFinancialPeriod2ObjectId(JAXBElement<Integer> value)
Sets the value of the financialPeriod2ObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getFinancialPeriod2Quantity

public JAXBElement<Double> getFinancialPeriod2Quantity()
Gets the value of the financialPeriod2Quantity property.

Returns:
possible object is JAXBElement<Double>

setFinancialPeriod2Quantity

public void setFinancialPeriod2Quantity(JAXBElement<Double> value)
Sets the value of the financialPeriod2Quantity property.

Parameters:
value - allowed object is JAXBElement<Double>

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

getMonthStartDate

public Date getMonthStartDate()
Gets the value of the monthStartDate property.

Returns:
possible object is String

setMonthStartDate

public void setMonthStartDate(Date value)
Sets the value of the monthStartDate 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>

getProjectResourceObjectId

public Integer getProjectResourceObjectId()
Gets the value of the projectResourceObjectId property.

Returns:
possible object is Integer

setProjectResourceObjectId

public void setProjectResourceObjectId(Integer value)
Sets the value of the projectResourceObjectId property.

Parameters:
value - allowed object is Integer

getQuantity

public Double getQuantity()
Gets the value of the quantity property.

Returns:
possible object is Double

setQuantity

public void setQuantity(Double value)
Sets the value of the quantity property.

Parameters:
value - allowed object is Double

getResourceObjectId

public JAXBElement<Integer> getResourceObjectId()
Gets the value of the resourceObjectId property.

Returns:
possible object is JAXBElement<Integer>

setResourceObjectId

public void setResourceObjectId(JAXBElement<Integer> value)
Sets the value of the resourceObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getRoleObjectId

public JAXBElement<Integer> getRoleObjectId()
Gets the value of the roleObjectId property.

Returns:
possible object is JAXBElement<Integer>

setRoleObjectId

public void setRoleObjectId(JAXBElement<Integer> value)
Sets the value of the roleObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

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>

getWeekStartDate

public Date getWeekStartDate()
Gets the value of the weekStartDate property.

Returns:
possible object is String

setWeekStartDate

public void setWeekStartDate(Date value)
Sets the value of the weekStartDate property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.