net.sf.mpxj.primavera.schema
Class ResourceType

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

public class ResourceType
extends Object

Java class for ResourceType complex type.

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

 <complexType name="ResourceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AutoComputeActuals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CalculateCostFromUnits" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CalendarName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="60"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CalendarObjectId" 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="CurrencyId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="6"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CurrencyName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CurrencyObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="DefaultUnitsPerTime" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}double">
               <minInclusive value="0.0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="EffectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EmailAddress" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
         <element name="EmployeeId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <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="Id" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="IsActive" 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="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="MaxUnitsPerTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="OfficePhone" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="32"/>
             </restriction>
           </simpleType>
         </element>
         <element name="OtherPhone" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="32"/>
             </restriction>
           </simpleType>
         </element>
         <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="ParentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="PricePerUnit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PrimaryRoleId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PrimaryRoleName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="PrimaryRoleObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ResourceNotes" type="{http://www.w3.org/2001/XMLSchema}string" 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="SequenceNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ShiftObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TimesheetApprovalManager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TimesheetApprovalManagerObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Title" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="UnitOfMeasureObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UseTimesheets" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="UserName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="32"/>
             </restriction>
           </simpleType>
         </element>
         <element name="UserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Code" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}CodeAssignmentType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ProjectResourceSpread" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}ProjectResourceSpreadType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean autoComputeActuals
           
protected  Boolean calculateCostFromUnits
           
protected  String calendarName
           
protected  Integer calendarObjectId
           
protected  List<CodeAssignmentType> code
           
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  String currencyId
           
protected  String currencyName
           
protected  Integer currencyObjectId
           
protected  JAXBElement<Double> defaultUnitsPerTime
           
protected  JAXBElement<Date> effectiveDate
           
protected  String emailAddress
           
protected  String employeeId
           
protected  String guid
           
protected  String id
           
protected  Boolean isActive
           
protected  Boolean isOverTimeAllowed
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  JAXBElement<Double> maxUnitsPerTime
           
protected  String name
           
protected  Integer objectId
           
protected  String officePhone
           
protected  String otherPhone
           
protected  JAXBElement<Double> overtimeFactor
           
protected  JAXBElement<Integer> parentObjectId
           
protected  JAXBElement<Double> pricePerUnit
           
protected  String primaryRoleId
           
protected  String primaryRoleName
           
protected  JAXBElement<Integer> primaryRoleObjectId
           
protected  List<ProjectResourceSpreadType> projectResourceSpread
           
protected  String resourceNotes
           
protected  String resourceType
           
protected  Integer sequenceNumber
           
protected  JAXBElement<Integer> shiftObjectId
           
protected  String timesheetApprovalManager
           
protected  JAXBElement<Integer> timesheetApprovalManagerObjectId
           
protected  String title
           
protected  List<UDFAssignmentType> udf
           
protected  JAXBElement<Integer> unitOfMeasureObjectId
           
protected  String userName
           
protected  JAXBElement<Integer> userObjectId
           
protected  Boolean useTimesheets
           
 
Constructor Summary
ResourceType()
           
 
Method Summary
 String getCalendarName()
          Gets the value of the calendarName property.
 Integer getCalendarObjectId()
          Gets the value of the calendarObjectId property.
 List<CodeAssignmentType> getCode()
          Gets the value of the code property.
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 String getCurrencyId()
          Gets the value of the currencyId property.
 String getCurrencyName()
          Gets the value of the currencyName property.
 Integer getCurrencyObjectId()
          Gets the value of the currencyObjectId property.
 JAXBElement<Double> getDefaultUnitsPerTime()
          Gets the value of the defaultUnitsPerTime property.
 JAXBElement<Date> getEffectiveDate()
          Gets the value of the effectiveDate property.
 String getEmailAddress()
          Gets the value of the emailAddress property.
 String getEmployeeId()
          Gets the value of the employeeId property.
 String getGUID()
          Gets the value of the guid property.
 String getId()
          Gets the value of the id property.
 JAXBElement<Date> getLastUpdateDate()
          Gets the value of the lastUpdateDate property.
 String getLastUpdateUser()
          Gets the value of the lastUpdateUser property.
 JAXBElement<Double> getMaxUnitsPerTime()
          Gets the value of the maxUnitsPerTime property.
 String getName()
          Gets the value of the name property.
 Integer getObjectId()
          Gets the value of the objectId property.
 String getOfficePhone()
          Gets the value of the officePhone property.
 String getOtherPhone()
          Gets the value of the otherPhone property.
 JAXBElement<Double> getOvertimeFactor()
          Gets the value of the overtimeFactor property.
 JAXBElement<Integer> getParentObjectId()
          Gets the value of the parentObjectId property.
 JAXBElement<Double> getPricePerUnit()
          Gets the value of the pricePerUnit property.
 String getPrimaryRoleId()
          Gets the value of the primaryRoleId property.
 String getPrimaryRoleName()
          Gets the value of the primaryRoleName property.
 JAXBElement<Integer> getPrimaryRoleObjectId()
          Gets the value of the primaryRoleObjectId property.
 List<ProjectResourceSpreadType> getProjectResourceSpread()
          Gets the value of the projectResourceSpread property.
 String getResourceNotes()
          Gets the value of the resourceNotes property.
 String getResourceType()
          Gets the value of the resourceType property.
 Integer getSequenceNumber()
          Gets the value of the sequenceNumber property.
 JAXBElement<Integer> getShiftObjectId()
          Gets the value of the shiftObjectId property.
 String getTimesheetApprovalManager()
          Gets the value of the timesheetApprovalManager property.
 JAXBElement<Integer> getTimesheetApprovalManagerObjectId()
          Gets the value of the timesheetApprovalManagerObjectId property.
 String getTitle()
          Gets the value of the title property.
 List<UDFAssignmentType> getUDF()
          Gets the value of the udf property.
 JAXBElement<Integer> getUnitOfMeasureObjectId()
          Gets the value of the unitOfMeasureObjectId property.
 String getUserName()
          Gets the value of the userName property.
 JAXBElement<Integer> getUserObjectId()
          Gets the value of the userObjectId property.
 Boolean isAutoComputeActuals()
          Gets the value of the autoComputeActuals property.
 Boolean isCalculateCostFromUnits()
          Gets the value of the calculateCostFromUnits property.
 Boolean isIsActive()
          Gets the value of the isActive property.
 Boolean isIsOverTimeAllowed()
          Gets the value of the isOverTimeAllowed property.
 Boolean isUseTimesheets()
          Gets the value of the useTimesheets property.
 void setAutoComputeActuals(Boolean value)
          Sets the value of the autoComputeActuals property.
 void setCalculateCostFromUnits(Boolean value)
          Sets the value of the calculateCostFromUnits property.
 void setCalendarName(String value)
          Sets the value of the calendarName property.
 void setCalendarObjectId(Integer value)
          Sets the value of the calendarObjectId 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 setCurrencyId(String value)
          Sets the value of the currencyId property.
 void setCurrencyName(String value)
          Sets the value of the currencyName property.
 void setCurrencyObjectId(Integer value)
          Sets the value of the currencyObjectId property.
 void setDefaultUnitsPerTime(JAXBElement<Double> value)
          Sets the value of the defaultUnitsPerTime property.
 void setEffectiveDate(JAXBElement<Date> value)
          Sets the value of the effectiveDate property.
 void setEmailAddress(String value)
          Sets the value of the emailAddress property.
 void setEmployeeId(String value)
          Sets the value of the employeeId property.
 void setGUID(String value)
          Sets the value of the guid property.
 void setId(String value)
          Sets the value of the id property.
 void setIsActive(Boolean value)
          Sets the value of the isActive property.
 void setIsOverTimeAllowed(Boolean value)
          Sets the value of the isOverTimeAllowed 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 setMaxUnitsPerTime(JAXBElement<Double> value)
          Sets the value of the maxUnitsPerTime property.
 void setName(String value)
          Sets the value of the name property.
 void setObjectId(Integer value)
          Sets the value of the objectId property.
 void setOfficePhone(String value)
          Sets the value of the officePhone property.
 void setOtherPhone(String value)
          Sets the value of the otherPhone property.
 void setOvertimeFactor(JAXBElement<Double> value)
          Sets the value of the overtimeFactor property.
 void setParentObjectId(JAXBElement<Integer> value)
          Sets the value of the parentObjectId property.
 void setPricePerUnit(JAXBElement<Double> value)
          Sets the value of the pricePerUnit property.
 void setPrimaryRoleId(String value)
          Sets the value of the primaryRoleId property.
 void setPrimaryRoleName(String value)
          Sets the value of the primaryRoleName property.
 void setPrimaryRoleObjectId(JAXBElement<Integer> value)
          Sets the value of the primaryRoleObjectId property.
 void setResourceNotes(String value)
          Sets the value of the resourceNotes property.
 void setResourceType(String value)
          Sets the value of the resourceType property.
 void setSequenceNumber(Integer value)
          Sets the value of the sequenceNumber property.
 void setShiftObjectId(JAXBElement<Integer> value)
          Sets the value of the shiftObjectId property.
 void setTimesheetApprovalManager(String value)
          Sets the value of the timesheetApprovalManager property.
 void setTimesheetApprovalManagerObjectId(JAXBElement<Integer> value)
          Sets the value of the timesheetApprovalManagerObjectId property.
 void setTitle(String value)
          Sets the value of the title property.
 void setUnitOfMeasureObjectId(JAXBElement<Integer> value)
          Sets the value of the unitOfMeasureObjectId property.
 void setUserName(String value)
          Sets the value of the userName property.
 void setUserObjectId(JAXBElement<Integer> value)
          Sets the value of the userObjectId property.
 void setUseTimesheets(Boolean value)
          Sets the value of the useTimesheets property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

autoComputeActuals

protected Boolean autoComputeActuals

calculateCostFromUnits

protected Boolean calculateCostFromUnits

calendarName

protected String calendarName

calendarObjectId

protected Integer calendarObjectId

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

currencyId

protected String currencyId

currencyName

protected String currencyName

currencyObjectId

protected Integer currencyObjectId

defaultUnitsPerTime

protected JAXBElement<Double> defaultUnitsPerTime

effectiveDate

protected JAXBElement<Date> effectiveDate

emailAddress

protected String emailAddress

employeeId

protected String employeeId

guid

protected String guid

id

protected String id

isActive

protected Boolean isActive

isOverTimeAllowed

protected Boolean isOverTimeAllowed

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

maxUnitsPerTime

protected JAXBElement<Double> maxUnitsPerTime

name

protected String name

objectId

protected Integer objectId

officePhone

protected String officePhone

otherPhone

protected String otherPhone

overtimeFactor

protected JAXBElement<Double> overtimeFactor

parentObjectId

protected JAXBElement<Integer> parentObjectId

pricePerUnit

protected JAXBElement<Double> pricePerUnit

primaryRoleId

protected String primaryRoleId

primaryRoleName

protected String primaryRoleName

primaryRoleObjectId

protected JAXBElement<Integer> primaryRoleObjectId

resourceNotes

protected String resourceNotes

resourceType

protected String resourceType

sequenceNumber

protected Integer sequenceNumber

shiftObjectId

protected JAXBElement<Integer> shiftObjectId

timesheetApprovalManager

protected String timesheetApprovalManager

timesheetApprovalManagerObjectId

protected JAXBElement<Integer> timesheetApprovalManagerObjectId

title

protected String title

unitOfMeasureObjectId

protected JAXBElement<Integer> unitOfMeasureObjectId

useTimesheets

protected Boolean useTimesheets

userName

protected String userName

userObjectId

protected JAXBElement<Integer> userObjectId

code

protected List<CodeAssignmentType> code

udf

protected List<UDFAssignmentType> udf

projectResourceSpread

protected List<ProjectResourceSpreadType> projectResourceSpread
Constructor Detail

ResourceType

public ResourceType()
Method Detail

isAutoComputeActuals

public Boolean isAutoComputeActuals()
Gets the value of the autoComputeActuals property.

Returns:
possible object is Boolean

setAutoComputeActuals

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

Parameters:
value - allowed object is Boolean

isCalculateCostFromUnits

public Boolean isCalculateCostFromUnits()
Gets the value of the calculateCostFromUnits property.

Returns:
possible object is Boolean

setCalculateCostFromUnits

public void setCalculateCostFromUnits(Boolean value)
Sets the value of the calculateCostFromUnits property.

Parameters:
value - allowed object is 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 Integer getCalendarObjectId()
Gets the value of the calendarObjectId property.

Returns:
possible object is Integer

setCalendarObjectId

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

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

getCurrencyId

public String getCurrencyId()
Gets the value of the currencyId property.

Returns:
possible object is String

setCurrencyId

public void setCurrencyId(String value)
Sets the value of the currencyId property.

Parameters:
value - allowed object is String

getCurrencyName

public String getCurrencyName()
Gets the value of the currencyName property.

Returns:
possible object is String

setCurrencyName

public void setCurrencyName(String value)
Sets the value of the currencyName property.

Parameters:
value - allowed object is String

getCurrencyObjectId

public Integer getCurrencyObjectId()
Gets the value of the currencyObjectId property.

Returns:
possible object is Integer

setCurrencyObjectId

public void setCurrencyObjectId(Integer value)
Sets the value of the currencyObjectId property.

Parameters:
value - allowed object is Integer

getDefaultUnitsPerTime

public JAXBElement<Double> getDefaultUnitsPerTime()
Gets the value of the defaultUnitsPerTime property.

Returns:
possible object is JAXBElement<Double>

setDefaultUnitsPerTime

public void setDefaultUnitsPerTime(JAXBElement<Double> value)
Sets the value of the defaultUnitsPerTime property.

Parameters:
value - allowed object is JAXBElement<Double>

getEffectiveDate

public JAXBElement<Date> getEffectiveDate()
Gets the value of the effectiveDate property.

Returns:
possible object is JAXBElement<Date>

setEffectiveDate

public void setEffectiveDate(JAXBElement<Date> value)
Sets the value of the effectiveDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getEmailAddress

public String getEmailAddress()
Gets the value of the emailAddress property.

Returns:
possible object is String

setEmailAddress

public void setEmailAddress(String value)
Sets the value of the emailAddress property.

Parameters:
value - allowed object is String

getEmployeeId

public String getEmployeeId()
Gets the value of the employeeId property.

Returns:
possible object is String

setEmployeeId

public void setEmployeeId(String value)
Sets the value of the employeeId property.

Parameters:
value - allowed object is String

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

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isIsActive

public Boolean isIsActive()
Gets the value of the isActive property.

Returns:
possible object is Boolean

setIsActive

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

Parameters:
value - allowed object is Boolean

isIsOverTimeAllowed

public Boolean isIsOverTimeAllowed()
Gets the value of the isOverTimeAllowed property.

Returns:
possible object is Boolean

setIsOverTimeAllowed

public void setIsOverTimeAllowed(Boolean value)
Sets the value of the isOverTimeAllowed 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

getMaxUnitsPerTime

public JAXBElement<Double> getMaxUnitsPerTime()
Gets the value of the maxUnitsPerTime property.

Returns:
possible object is JAXBElement<Double>

setMaxUnitsPerTime

public void setMaxUnitsPerTime(JAXBElement<Double> value)
Sets the value of the maxUnitsPerTime property.

Parameters:
value - allowed object is JAXBElement<Double>

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name 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

getOfficePhone

public String getOfficePhone()
Gets the value of the officePhone property.

Returns:
possible object is String

setOfficePhone

public void setOfficePhone(String value)
Sets the value of the officePhone property.

Parameters:
value - allowed object is String

getOtherPhone

public String getOtherPhone()
Gets the value of the otherPhone property.

Returns:
possible object is String

setOtherPhone

public void setOtherPhone(String value)
Sets the value of the otherPhone property.

Parameters:
value - allowed object is String

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>

getParentObjectId

public JAXBElement<Integer> getParentObjectId()
Gets the value of the parentObjectId property.

Returns:
possible object is JAXBElement<Integer>

setParentObjectId

public void setParentObjectId(JAXBElement<Integer> value)
Sets the value of the parentObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

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>

getPrimaryRoleId

public String getPrimaryRoleId()
Gets the value of the primaryRoleId property.

Returns:
possible object is String

setPrimaryRoleId

public void setPrimaryRoleId(String value)
Sets the value of the primaryRoleId property.

Parameters:
value - allowed object is String

getPrimaryRoleName

public String getPrimaryRoleName()
Gets the value of the primaryRoleName property.

Returns:
possible object is String

setPrimaryRoleName

public void setPrimaryRoleName(String value)
Sets the value of the primaryRoleName property.

Parameters:
value - allowed object is String

getPrimaryRoleObjectId

public JAXBElement<Integer> getPrimaryRoleObjectId()
Gets the value of the primaryRoleObjectId property.

Returns:
possible object is JAXBElement<Integer>

setPrimaryRoleObjectId

public void setPrimaryRoleObjectId(JAXBElement<Integer> value)
Sets the value of the primaryRoleObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getResourceNotes

public String getResourceNotes()
Gets the value of the resourceNotes property.

Returns:
possible object is String

setResourceNotes

public void setResourceNotes(String value)
Sets the value of the resourceNotes property.

Parameters:
value - allowed object is String

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

getSequenceNumber

public Integer getSequenceNumber()
Gets the value of the sequenceNumber property.

Returns:
possible object is Integer

setSequenceNumber

public void setSequenceNumber(Integer value)
Sets the value of the sequenceNumber property.

Parameters:
value - allowed object is Integer

getShiftObjectId

public JAXBElement<Integer> getShiftObjectId()
Gets the value of the shiftObjectId property.

Returns:
possible object is JAXBElement<Integer>

setShiftObjectId

public void setShiftObjectId(JAXBElement<Integer> value)
Sets the value of the shiftObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getTimesheetApprovalManager

public String getTimesheetApprovalManager()
Gets the value of the timesheetApprovalManager property.

Returns:
possible object is String

setTimesheetApprovalManager

public void setTimesheetApprovalManager(String value)
Sets the value of the timesheetApprovalManager property.

Parameters:
value - allowed object is String

getTimesheetApprovalManagerObjectId

public JAXBElement<Integer> getTimesheetApprovalManagerObjectId()
Gets the value of the timesheetApprovalManagerObjectId property.

Returns:
possible object is JAXBElement<Integer>

setTimesheetApprovalManagerObjectId

public void setTimesheetApprovalManagerObjectId(JAXBElement<Integer> value)
Sets the value of the timesheetApprovalManagerObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getUnitOfMeasureObjectId

public JAXBElement<Integer> getUnitOfMeasureObjectId()
Gets the value of the unitOfMeasureObjectId property.

Returns:
possible object is JAXBElement<Integer>

setUnitOfMeasureObjectId

public void setUnitOfMeasureObjectId(JAXBElement<Integer> value)
Sets the value of the unitOfMeasureObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

isUseTimesheets

public Boolean isUseTimesheets()
Gets the value of the useTimesheets property.

Returns:
possible object is Boolean

setUseTimesheets

public void setUseTimesheets(Boolean value)
Sets the value of the useTimesheets property.

Parameters:
value - allowed object is Boolean

getUserName

public String getUserName()
Gets the value of the userName property.

Returns:
possible object is String

setUserName

public void setUserName(String value)
Sets the value of the userName property.

Parameters:
value - allowed object is String

getUserObjectId

public JAXBElement<Integer> getUserObjectId()
Gets the value of the userObjectId property.

Returns:
possible object is JAXBElement<Integer>

setUserObjectId

public void setUserObjectId(JAXBElement<Integer> value)
Sets the value of the userObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getCode

public List<CodeAssignmentType> getCode()
Gets the value of the code 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 code property.

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

    getCode().add(newItem);
 

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


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


getProjectResourceSpread

public List<ProjectResourceSpreadType> getProjectResourceSpread()
Gets the value of the projectResourceSpread 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 projectResourceSpread property.

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

    getProjectResourceSpread().add(newItem);
 

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



Copyright © 2012. All Rights Reserved.