net.sf.mpxj.primavera.schema
Class ResourceAssignmentType

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

public class ResourceAssignmentType
extends Object

Java class for ResourceAssignmentType complex type.

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

 <complexType name="ResourceAssignmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ActivityId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ActivityName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualCurve" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ActualDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ActualOvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualRegularCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ActualThisPeriodCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualThisPeriodUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AtCompletionDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AutoComputeActuals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CalendarName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CalendarObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CostAccountId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CostAccountName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CostAccountObjectId" type="{http://www.w3.org/2001/XMLSchema}int" 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="DrivingActivityDatesFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="GUID" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <pattern value="|\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}"/>
             </restriction>
           </simpleType>
         </element>
         <element name="HasFutureBucketData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsCostUnitsLinked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsOvertimeAllowed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsPrimaryResource" 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="OvertimeFactor" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
               <maxInclusive value="10.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PendingActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PendingActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PendingPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PendingRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PlannedCurve" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PlannedDuration" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PlannedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="PlannedLag" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PlannedStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="PlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PlannedUnitsPerTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PricePerUnit" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PriorActualOvertimeUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PriorActualRegularUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Proficiency" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="1 - Master"/>
               <enumeration value="2 - Expert"/>
               <enumeration value="3 - Skilled"/>
               <enumeration value="4 - Proficient"/>
               <enumeration value="5 - Inexperienced"/>
             </restriction>
           </simpleType>
         </element>
         <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="RateSource" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Resource"/>
               <enumeration value="Role"/>
               <enumeration value="Override"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RateType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Price / Unit"/>
               <enumeration value="Price / Unit 2"/>
               <enumeration value="Price / Unit 3"/>
               <enumeration value="Price / Unit 4"/>
               <enumeration value="Price / Unit 5"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="RemainingCurve" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RemainingDuration" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RemainingFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="RemainingLag" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RemainingLateFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="RemainingLateStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="RemainingStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="RemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="RemainingUnitsPerTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ResourceCalendarName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResourceCurveName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ResourceCurveObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ResourceId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ResourceName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ResourceType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Labor"/>
               <enumeration value="Nonlabor"/>
               <enumeration value="Material"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RoleId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RoleName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="RoleObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="StaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="StaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="UnitsPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="UnstaffedRemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="UnstaffedRemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Spread" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}ResourceAssignmentSpreadType" minOccurs="0"/>
         <element name="ResourceRequest" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}ResourceRequestType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String activityId
           
protected  String activityName
           
protected  Integer activityObjectId
           
protected  JAXBElement<Double> actualCost
           
protected  String actualCurve
           
protected  JAXBElement<Double> actualDuration
           
protected  JAXBElement<Date> actualFinishDate
           
protected  JAXBElement<Double> actualOvertimeCost
           
protected  JAXBElement<Double> actualOvertimeUnits
           
protected  JAXBElement<Double> actualRegularCost
           
protected  JAXBElement<Double> actualRegularUnits
           
protected  JAXBElement<Date> actualStartDate
           
protected  JAXBElement<Double> actualThisPeriodCost
           
protected  JAXBElement<Double> actualThisPeriodUnits
           
protected  JAXBElement<Double> actualUnits
           
protected  JAXBElement<Double> atCompletionCost
           
protected  JAXBElement<Double> atCompletionDuration
           
protected  JAXBElement<Double> atCompletionUnits
           
protected  JAXBElement<Boolean> autoComputeActuals
           
protected  String calendarName
           
protected  JAXBElement<Integer> calendarObjectId
           
protected  String costAccountId
           
protected  String costAccountName
           
protected  JAXBElement<Integer> costAccountObjectId
           
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  Boolean drivingActivityDatesFlag
           
protected  JAXBElement<Date> finishDate
           
protected  String guid
           
protected  JAXBElement<Boolean> hasFutureBucketData
           
protected  JAXBElement<Boolean> isActive
           
protected  Boolean isBaseline
           
protected  Boolean isCostUnitsLinked
           
protected  JAXBElement<Boolean> isOvertimeAllowed
           
protected  JAXBElement<Boolean> isPrimaryResource
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  Integer objectId
           
protected  JAXBElement<Double> overtimeFactor
           
protected  JAXBElement<Double> pendingActualOvertimeUnits
           
protected  JAXBElement<Double> pendingActualRegularUnits
           
protected  JAXBElement<Double> pendingPercentComplete
           
protected  JAXBElement<Double> pendingRemainingUnits
           
protected  JAXBElement<Double> plannedCost
           
protected  String plannedCurve
           
protected  JAXBElement<Double> plannedDuration
           
protected  Date plannedFinishDate
           
protected  JAXBElement<Double> plannedLag
           
protected  Date plannedStartDate
           
protected  JAXBElement<Double> plannedUnits
           
protected  Double plannedUnitsPerTime
           
protected  JAXBElement<Double> pricePerUnit
           
protected  JAXBElement<Double> priorActualOvertimeUnits
           
protected  JAXBElement<Double> priorActualRegularUnits
           
protected  String proficiency
           
protected  String projectId
           
protected  Integer projectObjectId
           
protected  String rateSource
           
protected  String rateType
           
protected  JAXBElement<Double> remainingCost
           
protected  String remainingCurve
           
protected  JAXBElement<Double> remainingDuration
           
protected  JAXBElement<Date> remainingFinishDate
           
protected  JAXBElement<Double> remainingLag
           
protected  JAXBElement<Date> remainingLateFinishDate
           
protected  JAXBElement<Date> remainingLateStartDate
           
protected  JAXBElement<Date> remainingStartDate
           
protected  JAXBElement<Double> remainingUnits
           
protected  Double remainingUnitsPerTime
           
protected  String resourceCalendarName
           
protected  String resourceCurveName
           
protected  JAXBElement<Integer> resourceCurveObjectId
           
protected  String resourceId
           
protected  String resourceName
           
protected  JAXBElement<Integer> resourceObjectId
           
protected  JAXBElement<ResourceRequestType> resourceRequest
           
protected  String resourceType
           
protected  String roleId
           
protected  String roleName
           
protected  JAXBElement<Integer> roleObjectId
           
protected  ResourceAssignmentSpreadType spread
           
protected  JAXBElement<Double> staffedRemainingCost
           
protected  JAXBElement<Double> staffedRemainingUnits
           
protected  JAXBElement<Date> startDate
           
protected  List<UDFAssignmentType> udf
           
protected  JAXBElement<Double> unitsPercentComplete
           
protected  JAXBElement<Double> unstaffedRemainingCost
           
protected  JAXBElement<Double> unstaffedRemainingUnits
           
protected  JAXBElement<Integer> wbsObjectId
           
 
Constructor Summary
ResourceAssignmentType()
           
 
Method Summary
 String getActivityId()
          Gets the value of the activityId property.
 String getActivityName()
          Gets the value of the activityName property.
 Integer getActivityObjectId()
          Gets the value of the activityObjectId property.
 JAXBElement<Double> getActualCost()
          Gets the value of the actualCost property.
 String getActualCurve()
          Gets the value of the actualCurve property.
 JAXBElement<Double> getActualDuration()
          Gets the value of the actualDuration property.
 JAXBElement<Date> getActualFinishDate()
          Gets the value of the actualFinishDate property.
 JAXBElement<Double> getActualOvertimeCost()
          Gets the value of the actualOvertimeCost property.
 JAXBElement<Double> getActualOvertimeUnits()
          Gets the value of the actualOvertimeUnits property.
 JAXBElement<Double> getActualRegularCost()
          Gets the value of the actualRegularCost property.
 JAXBElement<Double> getActualRegularUnits()
          Gets the value of the actualRegularUnits property.
 JAXBElement<Date> getActualStartDate()
          Gets the value of the actualStartDate property.
 JAXBElement<Double> getActualThisPeriodCost()
          Gets the value of the actualThisPeriodCost property.
 JAXBElement<Double> getActualThisPeriodUnits()
          Gets the value of the actualThisPeriodUnits property.
 JAXBElement<Double> getActualUnits()
          Gets the value of the actualUnits property.
 JAXBElement<Double> getAtCompletionCost()
          Gets the value of the atCompletionCost property.
 JAXBElement<Double> getAtCompletionDuration()
          Gets the value of the atCompletionDuration property.
 JAXBElement<Double> getAtCompletionUnits()
          Gets the value of the atCompletionUnits property.
 JAXBElement<Boolean> getAutoComputeActuals()
          Gets the value of the autoComputeActuals property.
 String getCalendarName()
          Gets the value of the calendarName property.
 JAXBElement<Integer> getCalendarObjectId()
          Gets the value of the calendarObjectId property.
 String getCostAccountId()
          Gets the value of the costAccountId property.
 String getCostAccountName()
          Gets the value of the costAccountName property.
 JAXBElement<Integer> getCostAccountObjectId()
          Gets the value of the costAccountObjectId property.
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 JAXBElement<Date> getFinishDate()
          Gets the value of the finishDate property.
 String getGUID()
          Gets the value of the guid property.
 JAXBElement<Boolean> getHasFutureBucketData()
          Gets the value of the hasFutureBucketData property.
 JAXBElement<Boolean> getIsActive()
          Gets the value of the isActive property.
 JAXBElement<Boolean> getIsOvertimeAllowed()
          Gets the value of the isOvertimeAllowed property.
 JAXBElement<Boolean> getIsPrimaryResource()
          Gets the value of the isPrimaryResource 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.
 JAXBElement<Double> getOvertimeFactor()
          Gets the value of the overtimeFactor property.
 JAXBElement<Double> getPendingActualOvertimeUnits()
          Gets the value of the pendingActualOvertimeUnits property.
 JAXBElement<Double> getPendingActualRegularUnits()
          Gets the value of the pendingActualRegularUnits property.
 JAXBElement<Double> getPendingPercentComplete()
          Gets the value of the pendingPercentComplete property.
 JAXBElement<Double> getPendingRemainingUnits()
          Gets the value of the pendingRemainingUnits property.
 JAXBElement<Double> getPlannedCost()
          Gets the value of the plannedCost property.
 String getPlannedCurve()
          Gets the value of the plannedCurve property.
 JAXBElement<Double> getPlannedDuration()
          Gets the value of the plannedDuration property.
 Date getPlannedFinishDate()
          Gets the value of the plannedFinishDate property.
 JAXBElement<Double> getPlannedLag()
          Gets the value of the plannedLag property.
 Date getPlannedStartDate()
          Gets the value of the plannedStartDate property.
 JAXBElement<Double> getPlannedUnits()
          Gets the value of the plannedUnits property.
 Double getPlannedUnitsPerTime()
          Gets the value of the plannedUnitsPerTime property.
 JAXBElement<Double> getPricePerUnit()
          Gets the value of the pricePerUnit property.
 JAXBElement<Double> getPriorActualOvertimeUnits()
          Gets the value of the priorActualOvertimeUnits property.
 JAXBElement<Double> getPriorActualRegularUnits()
          Gets the value of the priorActualRegularUnits property.
 String getProficiency()
          Gets the value of the proficiency property.
 String getProjectId()
          Gets the value of the projectId property.
 Integer getProjectObjectId()
          Gets the value of the projectObjectId property.
 String getRateSource()
          Gets the value of the rateSource property.
 String getRateType()
          Gets the value of the rateType property.
 JAXBElement<Double> getRemainingCost()
          Gets the value of the remainingCost property.
 String getRemainingCurve()
          Gets the value of the remainingCurve property.
 JAXBElement<Double> getRemainingDuration()
          Gets the value of the remainingDuration property.
 JAXBElement<Date> getRemainingFinishDate()
          Gets the value of the remainingFinishDate property.
 JAXBElement<Double> getRemainingLag()
          Gets the value of the remainingLag property.
 JAXBElement<Date> getRemainingLateFinishDate()
          Gets the value of the remainingLateFinishDate property.
 JAXBElement<Date> getRemainingLateStartDate()
          Gets the value of the remainingLateStartDate property.
 JAXBElement<Date> getRemainingStartDate()
          Gets the value of the remainingStartDate property.
 JAXBElement<Double> getRemainingUnits()
          Gets the value of the remainingUnits property.
 Double getRemainingUnitsPerTime()
          Gets the value of the remainingUnitsPerTime property.
 String getResourceCalendarName()
          Gets the value of the resourceCalendarName property.
 String getResourceCurveName()
          Gets the value of the resourceCurveName property.
 JAXBElement<Integer> getResourceCurveObjectId()
          Gets the value of the resourceCurveObjectId property.
 String getResourceId()
          Gets the value of the resourceId property.
 String getResourceName()
          Gets the value of the resourceName property.
 JAXBElement<Integer> getResourceObjectId()
          Gets the value of the resourceObjectId property.
 JAXBElement<ResourceRequestType> getResourceRequest()
          Gets the value of the resourceRequest property.
 String getResourceType()
          Gets the value of the resourceType property.
 String getRoleId()
          Gets the value of the roleId property.
 String getRoleName()
          Gets the value of the roleName property.
 JAXBElement<Integer> getRoleObjectId()
          Gets the value of the roleObjectId property.
 ResourceAssignmentSpreadType getSpread()
          Gets the value of the spread property.
 JAXBElement<Double> getStaffedRemainingCost()
          Gets the value of the staffedRemainingCost property.
 JAXBElement<Double> getStaffedRemainingUnits()
          Gets the value of the staffedRemainingUnits property.
 JAXBElement<Date> getStartDate()
          Gets the value of the startDate property.
 List<UDFAssignmentType> getUDF()
          Gets the value of the udf property.
 JAXBElement<Double> getUnitsPercentComplete()
          Gets the value of the unitsPercentComplete property.
 JAXBElement<Double> getUnstaffedRemainingCost()
          Gets the value of the unstaffedRemainingCost property.
 JAXBElement<Double> getUnstaffedRemainingUnits()
          Gets the value of the unstaffedRemainingUnits property.
 JAXBElement<Integer> getWBSObjectId()
          Gets the value of the wbsObjectId property.
 Boolean isDrivingActivityDatesFlag()
          Gets the value of the drivingActivityDatesFlag property.
 Boolean isIsBaseline()
          Gets the value of the isBaseline property.
 Boolean isIsCostUnitsLinked()
          Gets the value of the isCostUnitsLinked property.
 void setActivityId(String value)
          Sets the value of the activityId property.
 void setActivityName(String value)
          Sets the value of the activityName property.
 void setActivityObjectId(Integer value)
          Sets the value of the activityObjectId property.
 void setActualCost(JAXBElement<Double> value)
          Sets the value of the actualCost property.
 void setActualCurve(String value)
          Sets the value of the actualCurve property.
 void setActualDuration(JAXBElement<Double> value)
          Sets the value of the actualDuration property.
 void setActualFinishDate(JAXBElement<Date> value)
          Sets the value of the actualFinishDate property.
 void setActualOvertimeCost(JAXBElement<Double> value)
          Sets the value of the actualOvertimeCost property.
 void setActualOvertimeUnits(JAXBElement<Double> value)
          Sets the value of the actualOvertimeUnits property.
 void setActualRegularCost(JAXBElement<Double> value)
          Sets the value of the actualRegularCost property.
 void setActualRegularUnits(JAXBElement<Double> value)
          Sets the value of the actualRegularUnits property.
 void setActualStartDate(JAXBElement<Date> value)
          Sets the value of the actualStartDate property.
 void setActualThisPeriodCost(JAXBElement<Double> value)
          Sets the value of the actualThisPeriodCost property.
 void setActualThisPeriodUnits(JAXBElement<Double> value)
          Sets the value of the actualThisPeriodUnits property.
 void setActualUnits(JAXBElement<Double> value)
          Sets the value of the actualUnits property.
 void setAtCompletionCost(JAXBElement<Double> value)
          Sets the value of the atCompletionCost property.
 void setAtCompletionDuration(JAXBElement<Double> value)
          Sets the value of the atCompletionDuration property.
 void setAtCompletionUnits(JAXBElement<Double> value)
          Sets the value of the atCompletionUnits property.
 void setAutoComputeActuals(JAXBElement<Boolean> value)
          Sets the value of the autoComputeActuals property.
 void setCalendarName(String value)
          Sets the value of the calendarName property.
 void setCalendarObjectId(JAXBElement<Integer> value)
          Sets the value of the calendarObjectId property.
 void setCostAccountId(String value)
          Sets the value of the costAccountId property.
 void setCostAccountName(String value)
          Sets the value of the costAccountName property.
 void setCostAccountObjectId(JAXBElement<Integer> value)
          Sets the value of the costAccountObjectId 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 setDrivingActivityDatesFlag(Boolean value)
          Sets the value of the drivingActivityDatesFlag property.
 void setFinishDate(JAXBElement<Date> value)
          Sets the value of the finishDate property.
 void setGUID(String value)
          Sets the value of the guid property.
 void setHasFutureBucketData(JAXBElement<Boolean> value)
          Sets the value of the hasFutureBucketData property.
 void setIsActive(JAXBElement<Boolean> value)
          Sets the value of the isActive property.
 void setIsBaseline(Boolean value)
          Sets the value of the isBaseline property.
 void setIsCostUnitsLinked(Boolean value)
          Sets the value of the isCostUnitsLinked property.
 void setIsOvertimeAllowed(JAXBElement<Boolean> value)
          Sets the value of the isOvertimeAllowed property.
 void setIsPrimaryResource(JAXBElement<Boolean> value)
          Sets the value of the isPrimaryResource 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 setOvertimeFactor(JAXBElement<Double> value)
          Sets the value of the overtimeFactor property.
 void setPendingActualOvertimeUnits(JAXBElement<Double> value)
          Sets the value of the pendingActualOvertimeUnits property.
 void setPendingActualRegularUnits(JAXBElement<Double> value)
          Sets the value of the pendingActualRegularUnits property.
 void setPendingPercentComplete(JAXBElement<Double> value)
          Sets the value of the pendingPercentComplete property.
 void setPendingRemainingUnits(JAXBElement<Double> value)
          Sets the value of the pendingRemainingUnits property.
 void setPlannedCost(JAXBElement<Double> value)
          Sets the value of the plannedCost property.
 void setPlannedCurve(String value)
          Sets the value of the plannedCurve property.
 void setPlannedDuration(JAXBElement<Double> value)
          Sets the value of the plannedDuration property.
 void setPlannedFinishDate(Date value)
          Sets the value of the plannedFinishDate property.
 void setPlannedLag(JAXBElement<Double> value)
          Sets the value of the plannedLag property.
 void setPlannedStartDate(Date value)
          Sets the value of the plannedStartDate property.
 void setPlannedUnits(JAXBElement<Double> value)
          Sets the value of the plannedUnits property.
 void setPlannedUnitsPerTime(Double value)
          Sets the value of the plannedUnitsPerTime property.
 void setPricePerUnit(JAXBElement<Double> value)
          Sets the value of the pricePerUnit property.
 void setPriorActualOvertimeUnits(JAXBElement<Double> value)
          Sets the value of the priorActualOvertimeUnits property.
 void setPriorActualRegularUnits(JAXBElement<Double> value)
          Sets the value of the priorActualRegularUnits property.
 void setProficiency(String value)
          Sets the value of the proficiency property.
 void setProjectId(String value)
          Sets the value of the projectId property.
 void setProjectObjectId(Integer value)
          Sets the value of the projectObjectId property.
 void setRateSource(String value)
          Sets the value of the rateSource property.
 void setRateType(String value)
          Sets the value of the rateType property.
 void setRemainingCost(JAXBElement<Double> value)
          Sets the value of the remainingCost property.
 void setRemainingCurve(String value)
          Sets the value of the remainingCurve property.
 void setRemainingDuration(JAXBElement<Double> value)
          Sets the value of the remainingDuration property.
 void setRemainingFinishDate(JAXBElement<Date> value)
          Sets the value of the remainingFinishDate property.
 void setRemainingLag(JAXBElement<Double> value)
          Sets the value of the remainingLag property.
 void setRemainingLateFinishDate(JAXBElement<Date> value)
          Sets the value of the remainingLateFinishDate property.
 void setRemainingLateStartDate(JAXBElement<Date> value)
          Sets the value of the remainingLateStartDate property.
 void setRemainingStartDate(JAXBElement<Date> value)
          Sets the value of the remainingStartDate property.
 void setRemainingUnits(JAXBElement<Double> value)
          Sets the value of the remainingUnits property.
 void setRemainingUnitsPerTime(Double value)
          Sets the value of the remainingUnitsPerTime property.
 void setResourceCalendarName(String value)
          Sets the value of the resourceCalendarName property.
 void setResourceCurveName(String value)
          Sets the value of the resourceCurveName property.
 void setResourceCurveObjectId(JAXBElement<Integer> value)
          Sets the value of the resourceCurveObjectId property.
 void setResourceId(String value)
          Sets the value of the resourceId property.
 void setResourceName(String value)
          Sets the value of the resourceName property.
 void setResourceObjectId(JAXBElement<Integer> value)
          Sets the value of the resourceObjectId property.
 void setResourceRequest(JAXBElement<ResourceRequestType> value)
          Sets the value of the resourceRequest property.
 void setResourceType(String value)
          Sets the value of the resourceType property.
 void setRoleId(String value)
          Sets the value of the roleId property.
 void setRoleName(String value)
          Sets the value of the roleName property.
 void setRoleObjectId(JAXBElement<Integer> value)
          Sets the value of the roleObjectId property.
 void setSpread(ResourceAssignmentSpreadType value)
          Sets the value of the spread property.
 void setStaffedRemainingCost(JAXBElement<Double> value)
          Sets the value of the staffedRemainingCost property.
 void setStaffedRemainingUnits(JAXBElement<Double> value)
          Sets the value of the staffedRemainingUnits property.
 void setStartDate(JAXBElement<Date> value)
          Sets the value of the startDate property.
 void setUnitsPercentComplete(JAXBElement<Double> value)
          Sets the value of the unitsPercentComplete property.
 void setUnstaffedRemainingCost(JAXBElement<Double> value)
          Sets the value of the unstaffedRemainingCost property.
 void setUnstaffedRemainingUnits(JAXBElement<Double> value)
          Sets the value of the unstaffedRemainingUnits 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

activityId

protected String activityId

activityName

protected String activityName

activityObjectId

protected Integer activityObjectId

actualCost

protected JAXBElement<Double> actualCost

actualCurve

protected String actualCurve

actualDuration

protected JAXBElement<Double> actualDuration

actualFinishDate

protected JAXBElement<Date> actualFinishDate

actualOvertimeCost

protected JAXBElement<Double> actualOvertimeCost

actualOvertimeUnits

protected JAXBElement<Double> actualOvertimeUnits

actualRegularCost

protected JAXBElement<Double> actualRegularCost

actualRegularUnits

protected JAXBElement<Double> actualRegularUnits

actualStartDate

protected JAXBElement<Date> actualStartDate

actualThisPeriodCost

protected JAXBElement<Double> actualThisPeriodCost

actualThisPeriodUnits

protected JAXBElement<Double> actualThisPeriodUnits

actualUnits

protected JAXBElement<Double> actualUnits

atCompletionCost

protected JAXBElement<Double> atCompletionCost

atCompletionDuration

protected JAXBElement<Double> atCompletionDuration

atCompletionUnits

protected JAXBElement<Double> atCompletionUnits

autoComputeActuals

protected JAXBElement<Boolean> autoComputeActuals

calendarName

protected String calendarName

calendarObjectId

protected JAXBElement<Integer> calendarObjectId

costAccountId

protected String costAccountId

costAccountName

protected String costAccountName

costAccountObjectId

protected JAXBElement<Integer> costAccountObjectId

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

drivingActivityDatesFlag

protected Boolean drivingActivityDatesFlag

finishDate

protected JAXBElement<Date> finishDate

guid

protected String guid

hasFutureBucketData

protected JAXBElement<Boolean> hasFutureBucketData

isActive

protected JAXBElement<Boolean> isActive

isBaseline

protected Boolean isBaseline

isCostUnitsLinked

protected Boolean isCostUnitsLinked

isOvertimeAllowed

protected JAXBElement<Boolean> isOvertimeAllowed

isPrimaryResource

protected JAXBElement<Boolean> isPrimaryResource

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

objectId

protected Integer objectId

overtimeFactor

protected JAXBElement<Double> overtimeFactor

pendingActualOvertimeUnits

protected JAXBElement<Double> pendingActualOvertimeUnits

pendingActualRegularUnits

protected JAXBElement<Double> pendingActualRegularUnits

pendingPercentComplete

protected JAXBElement<Double> pendingPercentComplete

pendingRemainingUnits

protected JAXBElement<Double> pendingRemainingUnits

plannedCost

protected JAXBElement<Double> plannedCost

plannedCurve

protected String plannedCurve

plannedDuration

protected JAXBElement<Double> plannedDuration

plannedFinishDate

protected Date plannedFinishDate

plannedLag

protected JAXBElement<Double> plannedLag

plannedStartDate

protected Date plannedStartDate

plannedUnits

protected JAXBElement<Double> plannedUnits

plannedUnitsPerTime

protected Double plannedUnitsPerTime

pricePerUnit

protected JAXBElement<Double> pricePerUnit

priorActualOvertimeUnits

protected JAXBElement<Double> priorActualOvertimeUnits

priorActualRegularUnits

protected JAXBElement<Double> priorActualRegularUnits

proficiency

protected String proficiency

projectId

protected String projectId

projectObjectId

protected Integer projectObjectId

rateSource

protected String rateSource

rateType

protected String rateType

remainingCost

protected JAXBElement<Double> remainingCost

remainingCurve

protected String remainingCurve

remainingDuration

protected JAXBElement<Double> remainingDuration

remainingFinishDate

protected JAXBElement<Date> remainingFinishDate

remainingLag

protected JAXBElement<Double> remainingLag

remainingLateFinishDate

protected JAXBElement<Date> remainingLateFinishDate

remainingLateStartDate

protected JAXBElement<Date> remainingLateStartDate

remainingStartDate

protected JAXBElement<Date> remainingStartDate

remainingUnits

protected JAXBElement<Double> remainingUnits

remainingUnitsPerTime

protected Double remainingUnitsPerTime

resourceCalendarName

protected String resourceCalendarName

resourceCurveName

protected String resourceCurveName

resourceCurveObjectId

protected JAXBElement<Integer> resourceCurveObjectId

resourceId

protected String resourceId

resourceName

protected String resourceName

resourceObjectId

protected JAXBElement<Integer> resourceObjectId

resourceType

protected String resourceType

roleId

protected String roleId

roleName

protected String roleName

roleObjectId

protected JAXBElement<Integer> roleObjectId

staffedRemainingCost

protected JAXBElement<Double> staffedRemainingCost

staffedRemainingUnits

protected JAXBElement<Double> staffedRemainingUnits

startDate

protected JAXBElement<Date> startDate

unitsPercentComplete

protected JAXBElement<Double> unitsPercentComplete

unstaffedRemainingCost

protected JAXBElement<Double> unstaffedRemainingCost

unstaffedRemainingUnits

protected JAXBElement<Double> unstaffedRemainingUnits

wbsObjectId

protected JAXBElement<Integer> wbsObjectId

udf

protected List<UDFAssignmentType> udf

spread

protected ResourceAssignmentSpreadType spread

resourceRequest

protected JAXBElement<ResourceRequestType> resourceRequest
Constructor Detail

ResourceAssignmentType

public ResourceAssignmentType()
Method Detail

getActivityId

public String getActivityId()
Gets the value of the activityId property.

Returns:
possible object is String

setActivityId

public void setActivityId(String value)
Sets the value of the activityId property.

Parameters:
value - allowed object is String

getActivityName

public String getActivityName()
Gets the value of the activityName property.

Returns:
possible object is String

setActivityName

public void setActivityName(String value)
Sets the value of the activityName property.

Parameters:
value - allowed object is String

getActivityObjectId

public Integer getActivityObjectId()
Gets the value of the activityObjectId property.

Returns:
possible object is Integer

setActivityObjectId

public void setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.

Parameters:
value - allowed object is Integer

getActualCost

public JAXBElement<Double> getActualCost()
Gets the value of the actualCost property.

Returns:
possible object is JAXBElement<Double>

setActualCost

public void setActualCost(JAXBElement<Double> value)
Sets the value of the actualCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualCurve

public String getActualCurve()
Gets the value of the actualCurve property.

Returns:
possible object is String

setActualCurve

public void setActualCurve(String value)
Sets the value of the actualCurve property.

Parameters:
value - allowed object is String

getActualDuration

public JAXBElement<Double> getActualDuration()
Gets the value of the actualDuration property.

Returns:
possible object is JAXBElement<Double>

setActualDuration

public void setActualDuration(JAXBElement<Double> value)
Sets the value of the actualDuration property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualFinishDate

public JAXBElement<Date> getActualFinishDate()
Gets the value of the actualFinishDate property.

Returns:
possible object is JAXBElement<Date>

setActualFinishDate

public void setActualFinishDate(JAXBElement<Date> value)
Sets the value of the actualFinishDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getActualOvertimeCost

public JAXBElement<Double> getActualOvertimeCost()
Gets the value of the actualOvertimeCost property.

Returns:
possible object is JAXBElement<Double>

setActualOvertimeCost

public void setActualOvertimeCost(JAXBElement<Double> value)
Sets the value of the actualOvertimeCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualOvertimeUnits

public JAXBElement<Double> getActualOvertimeUnits()
Gets the value of the actualOvertimeUnits property.

Returns:
possible object is JAXBElement<Double>

setActualOvertimeUnits

public void setActualOvertimeUnits(JAXBElement<Double> value)
Sets the value of the actualOvertimeUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualRegularCost

public JAXBElement<Double> getActualRegularCost()
Gets the value of the actualRegularCost property.

Returns:
possible object is JAXBElement<Double>

setActualRegularCost

public void setActualRegularCost(JAXBElement<Double> value)
Sets the value of the actualRegularCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualRegularUnits

public JAXBElement<Double> getActualRegularUnits()
Gets the value of the actualRegularUnits property.

Returns:
possible object is JAXBElement<Double>

setActualRegularUnits

public void setActualRegularUnits(JAXBElement<Double> value)
Sets the value of the actualRegularUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualStartDate

public JAXBElement<Date> getActualStartDate()
Gets the value of the actualStartDate property.

Returns:
possible object is JAXBElement<Date>

setActualStartDate

public void setActualStartDate(JAXBElement<Date> value)
Sets the value of the actualStartDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getActualThisPeriodCost

public JAXBElement<Double> getActualThisPeriodCost()
Gets the value of the actualThisPeriodCost property.

Returns:
possible object is JAXBElement<Double>

setActualThisPeriodCost

public void setActualThisPeriodCost(JAXBElement<Double> value)
Sets the value of the actualThisPeriodCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualThisPeriodUnits

public JAXBElement<Double> getActualThisPeriodUnits()
Gets the value of the actualThisPeriodUnits property.

Returns:
possible object is JAXBElement<Double>

setActualThisPeriodUnits

public void setActualThisPeriodUnits(JAXBElement<Double> value)
Sets the value of the actualThisPeriodUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualUnits

public JAXBElement<Double> getActualUnits()
Gets the value of the actualUnits property.

Returns:
possible object is JAXBElement<Double>

setActualUnits

public void setActualUnits(JAXBElement<Double> value)
Sets the value of the actualUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getAtCompletionCost

public JAXBElement<Double> getAtCompletionCost()
Gets the value of the atCompletionCost property.

Returns:
possible object is JAXBElement<Double>

setAtCompletionCost

public void setAtCompletionCost(JAXBElement<Double> value)
Sets the value of the atCompletionCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getAtCompletionDuration

public JAXBElement<Double> getAtCompletionDuration()
Gets the value of the atCompletionDuration property.

Returns:
possible object is JAXBElement<Double>

setAtCompletionDuration

public void setAtCompletionDuration(JAXBElement<Double> value)
Sets the value of the atCompletionDuration property.

Parameters:
value - allowed object is JAXBElement<Double>

getAtCompletionUnits

public JAXBElement<Double> getAtCompletionUnits()
Gets the value of the atCompletionUnits property.

Returns:
possible object is JAXBElement<Double>

setAtCompletionUnits

public void setAtCompletionUnits(JAXBElement<Double> value)
Sets the value of the atCompletionUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getAutoComputeActuals

public JAXBElement<Boolean> getAutoComputeActuals()
Gets the value of the autoComputeActuals property.

Returns:
possible object is JAXBElement<Boolean>

setAutoComputeActuals

public void setAutoComputeActuals(JAXBElement<Boolean> value)
Sets the value of the autoComputeActuals property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getCalendarName

public String getCalendarName()
Gets the value of the calendarName property.

Returns:
possible object is String

setCalendarName

public void setCalendarName(String value)
Sets the value of the calendarName property.

Parameters:
value - allowed object is String

getCalendarObjectId

public JAXBElement<Integer> getCalendarObjectId()
Gets the value of the calendarObjectId property.

Returns:
possible object is JAXBElement<Integer>

setCalendarObjectId

public void setCalendarObjectId(JAXBElement<Integer> value)
Sets the value of the calendarObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getCostAccountId

public String getCostAccountId()
Gets the value of the costAccountId property.

Returns:
possible object is String

setCostAccountId

public void setCostAccountId(String value)
Sets the value of the costAccountId property.

Parameters:
value - allowed object is String

getCostAccountName

public String getCostAccountName()
Gets the value of the costAccountName property.

Returns:
possible object is String

setCostAccountName

public void setCostAccountName(String value)
Sets the value of the costAccountName property.

Parameters:
value - allowed object is String

getCostAccountObjectId

public JAXBElement<Integer> getCostAccountObjectId()
Gets the value of the costAccountObjectId property.

Returns:
possible object is JAXBElement<Integer>

setCostAccountObjectId

public void setCostAccountObjectId(JAXBElement<Integer> value)
Sets the value of the costAccountObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

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

isDrivingActivityDatesFlag

public Boolean isDrivingActivityDatesFlag()
Gets the value of the drivingActivityDatesFlag property.

Returns:
possible object is Boolean

setDrivingActivityDatesFlag

public void setDrivingActivityDatesFlag(Boolean value)
Sets the value of the drivingActivityDatesFlag property.

Parameters:
value - allowed object is Boolean

getFinishDate

public JAXBElement<Date> getFinishDate()
Gets the value of the finishDate property.

Returns:
possible object is JAXBElement<Date>

setFinishDate

public void setFinishDate(JAXBElement<Date> value)
Sets the value of the finishDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getGUID

public String getGUID()
Gets the value of the guid property.

Returns:
possible object is String

setGUID

public void setGUID(String value)
Sets the value of the guid property.

Parameters:
value - allowed object is String

getHasFutureBucketData

public JAXBElement<Boolean> getHasFutureBucketData()
Gets the value of the hasFutureBucketData property.

Returns:
possible object is JAXBElement<Boolean>

setHasFutureBucketData

public void setHasFutureBucketData(JAXBElement<Boolean> value)
Sets the value of the hasFutureBucketData property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getIsActive

public JAXBElement<Boolean> getIsActive()
Gets the value of the isActive property.

Returns:
possible object is JAXBElement<Boolean>

setIsActive

public void setIsActive(JAXBElement<Boolean> value)
Sets the value of the isActive property.

Parameters:
value - allowed object is JAXBElement<Boolean>

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

isIsCostUnitsLinked

public Boolean isIsCostUnitsLinked()
Gets the value of the isCostUnitsLinked property.

Returns:
possible object is Boolean

setIsCostUnitsLinked

public void setIsCostUnitsLinked(Boolean value)
Sets the value of the isCostUnitsLinked property.

Parameters:
value - allowed object is Boolean

getIsOvertimeAllowed

public JAXBElement<Boolean> getIsOvertimeAllowed()
Gets the value of the isOvertimeAllowed property.

Returns:
possible object is JAXBElement<Boolean>

setIsOvertimeAllowed

public void setIsOvertimeAllowed(JAXBElement<Boolean> value)
Sets the value of the isOvertimeAllowed property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getIsPrimaryResource

public JAXBElement<Boolean> getIsPrimaryResource()
Gets the value of the isPrimaryResource property.

Returns:
possible object is JAXBElement<Boolean>

setIsPrimaryResource

public void setIsPrimaryResource(JAXBElement<Boolean> value)
Sets the value of the isPrimaryResource property.

Parameters:
value - allowed object is JAXBElement<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

getOvertimeFactor

public JAXBElement<Double> getOvertimeFactor()
Gets the value of the overtimeFactor property.

Returns:
possible object is JAXBElement<Double>

setOvertimeFactor

public void setOvertimeFactor(JAXBElement<Double> value)
Sets the value of the overtimeFactor property.

Parameters:
value - allowed object is JAXBElement<Double>

getPendingActualOvertimeUnits

public JAXBElement<Double> getPendingActualOvertimeUnits()
Gets the value of the pendingActualOvertimeUnits property.

Returns:
possible object is JAXBElement<Double>

setPendingActualOvertimeUnits

public void setPendingActualOvertimeUnits(JAXBElement<Double> value)
Sets the value of the pendingActualOvertimeUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getPendingActualRegularUnits

public JAXBElement<Double> getPendingActualRegularUnits()
Gets the value of the pendingActualRegularUnits property.

Returns:
possible object is JAXBElement<Double>

setPendingActualRegularUnits

public void setPendingActualRegularUnits(JAXBElement<Double> value)
Sets the value of the pendingActualRegularUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getPendingPercentComplete

public JAXBElement<Double> getPendingPercentComplete()
Gets the value of the pendingPercentComplete property.

Returns:
possible object is JAXBElement<Double>

setPendingPercentComplete

public void setPendingPercentComplete(JAXBElement<Double> value)
Sets the value of the pendingPercentComplete property.

Parameters:
value - allowed object is JAXBElement<Double>

getPendingRemainingUnits

public JAXBElement<Double> getPendingRemainingUnits()
Gets the value of the pendingRemainingUnits property.

Returns:
possible object is JAXBElement<Double>

setPendingRemainingUnits

public void setPendingRemainingUnits(JAXBElement<Double> value)
Sets the value of the pendingRemainingUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getPlannedCost

public JAXBElement<Double> getPlannedCost()
Gets the value of the plannedCost property.

Returns:
possible object is JAXBElement<Double>

setPlannedCost

public void setPlannedCost(JAXBElement<Double> value)
Sets the value of the plannedCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getPlannedCurve

public String getPlannedCurve()
Gets the value of the plannedCurve property.

Returns:
possible object is String

setPlannedCurve

public void setPlannedCurve(String value)
Sets the value of the plannedCurve property.

Parameters:
value - allowed object is String

getPlannedDuration

public JAXBElement<Double> getPlannedDuration()
Gets the value of the plannedDuration property.

Returns:
possible object is JAXBElement<Double>

setPlannedDuration

public void setPlannedDuration(JAXBElement<Double> value)
Sets the value of the plannedDuration property.

Parameters:
value - allowed object is JAXBElement<Double>

getPlannedFinishDate

public Date getPlannedFinishDate()
Gets the value of the plannedFinishDate property.

Returns:
possible object is String

setPlannedFinishDate

public void setPlannedFinishDate(Date value)
Sets the value of the plannedFinishDate property.

Parameters:
value - allowed object is String

getPlannedLag

public JAXBElement<Double> getPlannedLag()
Gets the value of the plannedLag property.

Returns:
possible object is JAXBElement<Double>

setPlannedLag

public void setPlannedLag(JAXBElement<Double> value)
Sets the value of the plannedLag property.

Parameters:
value - allowed object is JAXBElement<Double>

getPlannedStartDate

public Date getPlannedStartDate()
Gets the value of the plannedStartDate property.

Returns:
possible object is String

setPlannedStartDate

public void setPlannedStartDate(Date value)
Sets the value of the plannedStartDate property.

Parameters:
value - allowed object is String

getPlannedUnits

public JAXBElement<Double> getPlannedUnits()
Gets the value of the plannedUnits property.

Returns:
possible object is JAXBElement<Double>

setPlannedUnits

public void setPlannedUnits(JAXBElement<Double> value)
Sets the value of the plannedUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getPlannedUnitsPerTime

public Double getPlannedUnitsPerTime()
Gets the value of the plannedUnitsPerTime property.

Returns:
possible object is Double

setPlannedUnitsPerTime

public void setPlannedUnitsPerTime(Double value)
Sets the value of the plannedUnitsPerTime property.

Parameters:
value - allowed object is Double

getPricePerUnit

public JAXBElement<Double> getPricePerUnit()
Gets the value of the pricePerUnit property.

Returns:
possible object is JAXBElement<Double>

setPricePerUnit

public void setPricePerUnit(JAXBElement<Double> value)
Sets the value of the pricePerUnit property.

Parameters:
value - allowed object is JAXBElement<Double>

getPriorActualOvertimeUnits

public JAXBElement<Double> getPriorActualOvertimeUnits()
Gets the value of the priorActualOvertimeUnits property.

Returns:
possible object is JAXBElement<Double>

setPriorActualOvertimeUnits

public void setPriorActualOvertimeUnits(JAXBElement<Double> value)
Sets the value of the priorActualOvertimeUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getPriorActualRegularUnits

public JAXBElement<Double> getPriorActualRegularUnits()
Gets the value of the priorActualRegularUnits property.

Returns:
possible object is JAXBElement<Double>

setPriorActualRegularUnits

public void setPriorActualRegularUnits(JAXBElement<Double> value)
Sets the value of the priorActualRegularUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getProficiency

public String getProficiency()
Gets the value of the proficiency property.

Returns:
possible object is String

setProficiency

public void setProficiency(String value)
Sets the value of the proficiency property.

Parameters:
value - allowed object is String

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 Integer getProjectObjectId()
Gets the value of the projectObjectId property.

Returns:
possible object is Integer

setProjectObjectId

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

Parameters:
value - allowed object is Integer

getRateSource

public String getRateSource()
Gets the value of the rateSource property.

Returns:
possible object is String

setRateSource

public void setRateSource(String value)
Sets the value of the rateSource property.

Parameters:
value - allowed object is String

getRateType

public String getRateType()
Gets the value of the rateType property.

Returns:
possible object is String

setRateType

public void setRateType(String value)
Sets the value of the rateType property.

Parameters:
value - allowed object is String

getRemainingCost

public JAXBElement<Double> getRemainingCost()
Gets the value of the remainingCost property.

Returns:
possible object is JAXBElement<Double>

setRemainingCost

public void setRemainingCost(JAXBElement<Double> value)
Sets the value of the remainingCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getRemainingCurve

public String getRemainingCurve()
Gets the value of the remainingCurve property.

Returns:
possible object is String

setRemainingCurve

public void setRemainingCurve(String value)
Sets the value of the remainingCurve property.

Parameters:
value - allowed object is String

getRemainingDuration

public JAXBElement<Double> getRemainingDuration()
Gets the value of the remainingDuration property.

Returns:
possible object is JAXBElement<Double>

setRemainingDuration

public void setRemainingDuration(JAXBElement<Double> value)
Sets the value of the remainingDuration property.

Parameters:
value - allowed object is JAXBElement<Double>

getRemainingFinishDate

public JAXBElement<Date> getRemainingFinishDate()
Gets the value of the remainingFinishDate property.

Returns:
possible object is JAXBElement<Date>

setRemainingFinishDate

public void setRemainingFinishDate(JAXBElement<Date> value)
Sets the value of the remainingFinishDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getRemainingLag

public JAXBElement<Double> getRemainingLag()
Gets the value of the remainingLag property.

Returns:
possible object is JAXBElement<Double>

setRemainingLag

public void setRemainingLag(JAXBElement<Double> value)
Sets the value of the remainingLag property.

Parameters:
value - allowed object is JAXBElement<Double>

getRemainingLateFinishDate

public JAXBElement<Date> getRemainingLateFinishDate()
Gets the value of the remainingLateFinishDate property.

Returns:
possible object is JAXBElement<Date>

setRemainingLateFinishDate

public void setRemainingLateFinishDate(JAXBElement<Date> value)
Sets the value of the remainingLateFinishDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getRemainingLateStartDate

public JAXBElement<Date> getRemainingLateStartDate()
Gets the value of the remainingLateStartDate property.

Returns:
possible object is JAXBElement<Date>

setRemainingLateStartDate

public void setRemainingLateStartDate(JAXBElement<Date> value)
Sets the value of the remainingLateStartDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getRemainingStartDate

public JAXBElement<Date> getRemainingStartDate()
Gets the value of the remainingStartDate property.

Returns:
possible object is JAXBElement<Date>

setRemainingStartDate

public void setRemainingStartDate(JAXBElement<Date> value)
Sets the value of the remainingStartDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getRemainingUnits

public JAXBElement<Double> getRemainingUnits()
Gets the value of the remainingUnits property.

Returns:
possible object is JAXBElement<Double>

setRemainingUnits

public void setRemainingUnits(JAXBElement<Double> value)
Sets the value of the remainingUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getRemainingUnitsPerTime

public Double getRemainingUnitsPerTime()
Gets the value of the remainingUnitsPerTime property.

Returns:
possible object is Double

setRemainingUnitsPerTime

public void setRemainingUnitsPerTime(Double value)
Sets the value of the remainingUnitsPerTime property.

Parameters:
value - allowed object is Double

getResourceCalendarName

public String getResourceCalendarName()
Gets the value of the resourceCalendarName property.

Returns:
possible object is String

setResourceCalendarName

public void setResourceCalendarName(String value)
Sets the value of the resourceCalendarName property.

Parameters:
value - allowed object is String

getResourceCurveName

public String getResourceCurveName()
Gets the value of the resourceCurveName property.

Returns:
possible object is String

setResourceCurveName

public void setResourceCurveName(String value)
Sets the value of the resourceCurveName property.

Parameters:
value - allowed object is String

getResourceCurveObjectId

public JAXBElement<Integer> getResourceCurveObjectId()
Gets the value of the resourceCurveObjectId property.

Returns:
possible object is JAXBElement<Integer>

setResourceCurveObjectId

public void setResourceCurveObjectId(JAXBElement<Integer> value)
Sets the value of the resourceCurveObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getResourceId

public String getResourceId()
Gets the value of the resourceId property.

Returns:
possible object is String

setResourceId

public void setResourceId(String value)
Sets the value of the resourceId property.

Parameters:
value - allowed object is String

getResourceName

public String getResourceName()
Gets the value of the resourceName property.

Returns:
possible object is String

setResourceName

public void setResourceName(String value)
Sets the value of the resourceName property.

Parameters:
value - allowed object is String

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>

getResourceType

public String getResourceType()
Gets the value of the resourceType property.

Returns:
possible object is String

setResourceType

public void setResourceType(String value)
Sets the value of the resourceType property.

Parameters:
value - allowed object is String

getRoleId

public String getRoleId()
Gets the value of the roleId property.

Returns:
possible object is String

setRoleId

public void setRoleId(String value)
Sets the value of the roleId property.

Parameters:
value - allowed object is String

getRoleName

public String getRoleName()
Gets the value of the roleName property.

Returns:
possible object is String

setRoleName

public void setRoleName(String value)
Sets the value of the roleName property.

Parameters:
value - allowed object is String

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>

getStaffedRemainingCost

public JAXBElement<Double> getStaffedRemainingCost()
Gets the value of the staffedRemainingCost property.

Returns:
possible object is JAXBElement<Double>

setStaffedRemainingCost

public void setStaffedRemainingCost(JAXBElement<Double> value)
Sets the value of the staffedRemainingCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getStaffedRemainingUnits

public JAXBElement<Double> getStaffedRemainingUnits()
Gets the value of the staffedRemainingUnits property.

Returns:
possible object is JAXBElement<Double>

setStaffedRemainingUnits

public void setStaffedRemainingUnits(JAXBElement<Double> value)
Sets the value of the staffedRemainingUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getStartDate

public JAXBElement<Date> getStartDate()
Gets the value of the startDate property.

Returns:
possible object is JAXBElement<Date>

setStartDate

public void setStartDate(JAXBElement<Date> value)
Sets the value of the startDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getUnitsPercentComplete

public JAXBElement<Double> getUnitsPercentComplete()
Gets the value of the unitsPercentComplete property.

Returns:
possible object is JAXBElement<Double>

setUnitsPercentComplete

public void setUnitsPercentComplete(JAXBElement<Double> value)
Sets the value of the unitsPercentComplete property.

Parameters:
value - allowed object is JAXBElement<Double>

getUnstaffedRemainingCost

public JAXBElement<Double> getUnstaffedRemainingCost()
Gets the value of the unstaffedRemainingCost property.

Returns:
possible object is JAXBElement<Double>

setUnstaffedRemainingCost

public void setUnstaffedRemainingCost(JAXBElement<Double> value)
Sets the value of the unstaffedRemainingCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getUnstaffedRemainingUnits

public JAXBElement<Double> getUnstaffedRemainingUnits()
Gets the value of the unstaffedRemainingUnits property.

Returns:
possible object is JAXBElement<Double>

setUnstaffedRemainingUnits

public void setUnstaffedRemainingUnits(JAXBElement<Double> value)
Sets the value of the unstaffedRemainingUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

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>

getUDF

public List<UDFAssignmentType> getUDF()
Gets the value of the udf 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 udf property.

For example, to add a new item, do as follows:

    getUDF().add(newItem);
 

Objects of the following type(s) are allowed in the list UDFAssignmentType


getSpread

public ResourceAssignmentSpreadType getSpread()
Gets the value of the spread property.

Returns:
possible object is ResourceAssignmentSpreadType

setSpread

public void setSpread(ResourceAssignmentSpreadType value)
Sets the value of the spread property.

Parameters:
value - allowed object is ResourceAssignmentSpreadType

getResourceRequest

public JAXBElement<ResourceRequestType> getResourceRequest()
Gets the value of the resourceRequest property.

Returns:
possible object is JAXBElement<ResourceRequestType>

setResourceRequest

public void setResourceRequest(JAXBElement<ResourceRequestType> value)
Sets the value of the resourceRequest property.

Parameters:
value - allowed object is JAXBElement<ResourceRequestType>


Copyright © 2012. All Rights Reserved.