|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.TimesheetAuditType
public class TimesheetAuditType
Java class for TimesheetAuditType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimesheetAuditType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ApproverUserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApproverUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="AuditDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OverheadHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="OverheadOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PendingOverheadHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PendingOverheadOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PendingProjectHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="PendingProjectOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ProjectHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ProjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProjectOvertimeHours" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ResourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TimesheetActivityStatus" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value=""/>
<enumeration value="Submitted"/>
<enumeration value="Approved"/>
<enumeration value="Resource Manager Approved"/>
<enumeration value="Project Manager Approved"/>
<enumeration value="Active"/>
<enumeration value="Rejected"/>
<enumeration value="Resubmitted"/>
<enumeration value="Reopened"/>
<enumeration value="Submitted for RM"/>
<enumeration value="Resubmitted for RM"/>
</restriction>
</simpleType>
</element>
<element name="TimesheetApprovingAs" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value=""/>
<enumeration value="Project Manager"/>
<enumeration value="Resource Manager"/>
<enumeration value="Project Manager Delegate"/>
<enumeration value="Resource Manager Delegate"/>
</restriction>
</simpleType>
</element>
<element name="TimesheetPeriodEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TimesheetPeriodObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TimesheetPeriodStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TimesheetStatus" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value=""/>
<enumeration value="Submitted"/>
<enumeration value="Approved"/>
<enumeration value="Resource Manager Approved"/>
<enumeration value="Project Manager Approved"/>
<enumeration value="Active"/>
<enumeration value="Rejected"/>
<enumeration value="Not Started"/>
<enumeration value="Resubmitted"/>
<enumeration value="Reopened"/>
<enumeration value="Submitted for RM"/>
<enumeration value="Resubmitted for RM"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TimesheetAuditType()
|
|
| Method Summary | |
|---|---|
String |
getApproverUserName()
Gets the value of the approverUserName property. |
JAXBElement<Integer> |
getApproverUserObjectId()
Gets the value of the approverUserObjectId property. |
JAXBElement<Date> |
getAuditDate()
Gets the value of the auditDate property. |
Integer |
getObjectId()
Gets the value of the objectId property. |
JAXBElement<Double> |
getOverheadHours()
Gets the value of the overheadHours property. |
JAXBElement<Double> |
getOverheadOvertimeHours()
Gets the value of the overheadOvertimeHours property. |
JAXBElement<Double> |
getPendingOverheadHours()
Gets the value of the pendingOverheadHours property. |
JAXBElement<Double> |
getPendingOverheadOvertimeHours()
Gets the value of the pendingOverheadOvertimeHours property. |
JAXBElement<Double> |
getPendingProjectHours()
Gets the value of the pendingProjectHours property. |
JAXBElement<Double> |
getPendingProjectOvertimeHours()
Gets the value of the pendingProjectOvertimeHours property. |
JAXBElement<Double> |
getProjectHours()
Gets the value of the projectHours property. |
String |
getProjectId()
Gets the value of the projectId property. |
JAXBElement<Integer> |
getProjectObjectId()
Gets the value of the projectObjectId property. |
JAXBElement<Double> |
getProjectOvertimeHours()
Gets the value of the projectOvertimeHours 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. |
String |
getTimesheetActivityStatus()
Gets the value of the timesheetActivityStatus property. |
String |
getTimesheetApprovingAs()
Gets the value of the timesheetApprovingAs property. |
JAXBElement<Date> |
getTimesheetPeriodEndDate()
Gets the value of the timesheetPeriodEndDate property. |
JAXBElement<Integer> |
getTimesheetPeriodObjectId()
Gets the value of the timesheetPeriodObjectId property. |
JAXBElement<Date> |
getTimesheetPeriodStartDate()
Gets the value of the timesheetPeriodStartDate property. |
String |
getTimesheetStatus()
Gets the value of the timesheetStatus property. |
void |
setApproverUserName(String value)
Sets the value of the approverUserName property. |
void |
setApproverUserObjectId(JAXBElement<Integer> value)
Sets the value of the approverUserObjectId property. |
void |
setAuditDate(JAXBElement<Date> value)
Sets the value of the auditDate property. |
void |
setObjectId(Integer value)
Sets the value of the objectId property. |
void |
setOverheadHours(JAXBElement<Double> value)
Sets the value of the overheadHours property. |
void |
setOverheadOvertimeHours(JAXBElement<Double> value)
Sets the value of the overheadOvertimeHours property. |
void |
setPendingOverheadHours(JAXBElement<Double> value)
Sets the value of the pendingOverheadHours property. |
void |
setPendingOverheadOvertimeHours(JAXBElement<Double> value)
Sets the value of the pendingOverheadOvertimeHours property. |
void |
setPendingProjectHours(JAXBElement<Double> value)
Sets the value of the pendingProjectHours property. |
void |
setPendingProjectOvertimeHours(JAXBElement<Double> value)
Sets the value of the pendingProjectOvertimeHours property. |
void |
setProjectHours(JAXBElement<Double> value)
Sets the value of the projectHours property. |
void |
setProjectId(String value)
Sets the value of the projectId property. |
void |
setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property. |
void |
setProjectOvertimeHours(JAXBElement<Double> value)
Sets the value of the projectOvertimeHours 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 |
setTimesheetActivityStatus(String value)
Sets the value of the timesheetActivityStatus property. |
void |
setTimesheetApprovingAs(String value)
Sets the value of the timesheetApprovingAs property. |
void |
setTimesheetPeriodEndDate(JAXBElement<Date> value)
Sets the value of the timesheetPeriodEndDate property. |
void |
setTimesheetPeriodObjectId(JAXBElement<Integer> value)
Sets the value of the timesheetPeriodObjectId property. |
void |
setTimesheetPeriodStartDate(JAXBElement<Date> value)
Sets the value of the timesheetPeriodStartDate property. |
void |
setTimesheetStatus(String value)
Sets the value of the timesheetStatus property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String approverUserName
protected JAXBElement<Integer> approverUserObjectId
protected JAXBElement<Date> auditDate
protected Integer objectId
protected JAXBElement<Double> overheadHours
protected JAXBElement<Double> overheadOvertimeHours
protected JAXBElement<Double> pendingOverheadHours
protected JAXBElement<Double> pendingOverheadOvertimeHours
protected JAXBElement<Double> pendingProjectHours
protected JAXBElement<Double> pendingProjectOvertimeHours
protected JAXBElement<Double> projectHours
protected String projectId
protected JAXBElement<Integer> projectObjectId
protected JAXBElement<Double> projectOvertimeHours
protected String resourceId
protected String resourceName
protected JAXBElement<Integer> resourceObjectId
protected String timesheetActivityStatus
protected String timesheetApprovingAs
protected JAXBElement<Date> timesheetPeriodEndDate
protected JAXBElement<Integer> timesheetPeriodObjectId
protected JAXBElement<Date> timesheetPeriodStartDate
protected String timesheetStatus
| Constructor Detail |
|---|
public TimesheetAuditType()
| Method Detail |
|---|
public String getApproverUserName()
Stringpublic void setApproverUserName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getApproverUserObjectId()
JAXBElement<Integer>public void setApproverUserObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Date> getAuditDate()
JAXBElement<Date>public void setAuditDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic JAXBElement<Double> getOverheadHours()
JAXBElement<Double>public void setOverheadHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Double> getOverheadOvertimeHours()
JAXBElement<Double>public void setOverheadOvertimeHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Double> getPendingOverheadHours()
JAXBElement<Double>public void setPendingOverheadHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Double> getPendingOverheadOvertimeHours()
JAXBElement<Double>public void setPendingOverheadOvertimeHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Double> getPendingProjectHours()
JAXBElement<Double>public void setPendingProjectHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Double> getPendingProjectOvertimeHours()
JAXBElement<Double>public void setPendingProjectOvertimeHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Double> getProjectHours()
JAXBElement<Double>public void setProjectHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Double> getProjectOvertimeHours()
JAXBElement<Double>public void setProjectOvertimeHours(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getResourceName()
Stringpublic void setResourceName(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getResourceObjectId()
JAXBElement<Integer>public void setResourceObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getTimesheetActivityStatus()
Stringpublic void setTimesheetActivityStatus(String value)
value - allowed object is
Stringpublic String getTimesheetApprovingAs()
Stringpublic void setTimesheetApprovingAs(String value)
value - allowed object is
Stringpublic JAXBElement<Date> getTimesheetPeriodEndDate()
JAXBElement<Date>public void setTimesheetPeriodEndDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public JAXBElement<Integer> getTimesheetPeriodObjectId()
JAXBElement<Integer>public void setTimesheetPeriodObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Date> getTimesheetPeriodStartDate()
JAXBElement<Date>public void setTimesheetPeriodStartDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getTimesheetStatus()
Stringpublic void setTimesheetStatus(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||