public class ResourceAssignmentUpdateType extends Object
Java class for ResourceAssignmentUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAssignmentUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ApprovalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ApprovalUserName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="ApprovalUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ChangeSetObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="HeldDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OverrideActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OverrideActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OverrideActualUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="OverrideRemainingDuration" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="OverrideRemainingFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OverrideRemainingUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="PendingActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PendingActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PendingActualUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="PendingRemainingDuration" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="PendingRemainingFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PendingRemainingUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ResourceAssignmentObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Status" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Pending"/>
<enumeration value="Held"/>
<enumeration value="Approved"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activityObjectId |
protected Date |
approvalDate |
protected String |
approvalUserName |
protected Integer |
approvalUserObjectId |
protected Integer |
changeSetObjectId |
protected Date |
date |
protected Date |
heldDate |
protected Date |
overrideActualFinishDate |
protected Date |
overrideActualStartDate |
protected Double |
overrideActualUnits |
protected Double |
overrideRemainingDuration |
protected Date |
overrideRemainingFinishDate |
protected Double |
overrideRemainingUnits |
protected Date |
pendingActualFinishDate |
protected Date |
pendingActualStartDate |
protected Double |
pendingActualUnits |
protected Double |
pendingRemainingDuration |
protected Date |
pendingRemainingFinishDate |
protected Double |
pendingRemainingUnits |
protected Integer |
projectObjectId |
protected Integer |
requestUserObjectId |
protected Integer |
resourceAssignmentObjectId |
protected String |
status |
| Constructor and Description |
|---|
ResourceAssignmentUpdateType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Date |
getApprovalDate()
Gets the value of the approvalDate property.
|
String |
getApprovalUserName()
Gets the value of the approvalUserName property.
|
Integer |
getApprovalUserObjectId()
Gets the value of the approvalUserObjectId property.
|
Integer |
getChangeSetObjectId()
Gets the value of the changeSetObjectId property.
|
Date |
getDate()
Gets the value of the date property.
|
Date |
getHeldDate()
Gets the value of the heldDate property.
|
Date |
getOverrideActualFinishDate()
Gets the value of the overrideActualFinishDate property.
|
Date |
getOverrideActualStartDate()
Gets the value of the overrideActualStartDate property.
|
Double |
getOverrideActualUnits()
Gets the value of the overrideActualUnits property.
|
Double |
getOverrideRemainingDuration()
Gets the value of the overrideRemainingDuration property.
|
Date |
getOverrideRemainingFinishDate()
Gets the value of the overrideRemainingFinishDate property.
|
Double |
getOverrideRemainingUnits()
Gets the value of the overrideRemainingUnits property.
|
Date |
getPendingActualFinishDate()
Gets the value of the pendingActualFinishDate property.
|
Date |
getPendingActualStartDate()
Gets the value of the pendingActualStartDate property.
|
Double |
getPendingActualUnits()
Gets the value of the pendingActualUnits property.
|
Double |
getPendingRemainingDuration()
Gets the value of the pendingRemainingDuration property.
|
Date |
getPendingRemainingFinishDate()
Gets the value of the pendingRemainingFinishDate property.
|
Double |
getPendingRemainingUnits()
Gets the value of the pendingRemainingUnits property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
Integer |
getResourceAssignmentObjectId()
Gets the value of the resourceAssignmentObjectId property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setApprovalDate(Date value)
Sets the value of the approvalDate property.
|
void |
setApprovalUserName(String value)
Sets the value of the approvalUserName property.
|
void |
setApprovalUserObjectId(Integer value)
Sets the value of the approvalUserObjectId property.
|
void |
setChangeSetObjectId(Integer value)
Sets the value of the changeSetObjectId property.
|
void |
setDate(Date value)
Sets the value of the date property.
|
void |
setHeldDate(Date value)
Sets the value of the heldDate property.
|
void |
setOverrideActualFinishDate(Date value)
Sets the value of the overrideActualFinishDate property.
|
void |
setOverrideActualStartDate(Date value)
Sets the value of the overrideActualStartDate property.
|
void |
setOverrideActualUnits(Double value)
Sets the value of the overrideActualUnits property.
|
void |
setOverrideRemainingDuration(Double value)
Sets the value of the overrideRemainingDuration property.
|
void |
setOverrideRemainingFinishDate(Date value)
Sets the value of the overrideRemainingFinishDate property.
|
void |
setOverrideRemainingUnits(Double value)
Sets the value of the overrideRemainingUnits property.
|
void |
setPendingActualFinishDate(Date value)
Sets the value of the pendingActualFinishDate property.
|
void |
setPendingActualStartDate(Date value)
Sets the value of the pendingActualStartDate property.
|
void |
setPendingActualUnits(Double value)
Sets the value of the pendingActualUnits property.
|
void |
setPendingRemainingDuration(Double value)
Sets the value of the pendingRemainingDuration property.
|
void |
setPendingRemainingFinishDate(Date value)
Sets the value of the pendingRemainingFinishDate property.
|
void |
setPendingRemainingUnits(Double value)
Sets the value of the pendingRemainingUnits property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
void |
setResourceAssignmentObjectId(Integer value)
Sets the value of the resourceAssignmentObjectId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected Integer activityObjectId
protected Date approvalDate
protected String approvalUserName
protected Integer approvalUserObjectId
protected Integer changeSetObjectId
protected Date date
protected Date heldDate
protected Date overrideActualFinishDate
protected Date overrideActualStartDate
protected Double overrideActualUnits
protected Double overrideRemainingDuration
protected Date overrideRemainingFinishDate
protected Double overrideRemainingUnits
protected Date pendingActualFinishDate
protected Date pendingActualStartDate
protected Double pendingActualUnits
protected Double pendingRemainingDuration
protected Date pendingRemainingFinishDate
protected Double pendingRemainingUnits
protected Integer projectObjectId
protected Integer requestUserObjectId
protected Integer resourceAssignmentObjectId
protected String status
public Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Date getApprovalDate()
Stringpublic void setApprovalDate(Date value)
value - allowed object is
Stringpublic String getApprovalUserName()
Stringpublic void setApprovalUserName(String value)
value - allowed object is
Stringpublic Integer getApprovalUserObjectId()
Integerpublic void setApprovalUserObjectId(Integer value)
value - allowed object is
Integerpublic Integer getChangeSetObjectId()
Integerpublic void setChangeSetObjectId(Integer value)
value - allowed object is
Integerpublic Date getDate()
Stringpublic void setDate(Date value)
value - allowed object is
Stringpublic Date getHeldDate()
Stringpublic void setHeldDate(Date value)
value - allowed object is
Stringpublic Date getOverrideActualFinishDate()
Stringpublic void setOverrideActualFinishDate(Date value)
value - allowed object is
Stringpublic Date getOverrideActualStartDate()
Stringpublic void setOverrideActualStartDate(Date value)
value - allowed object is
Stringpublic Double getOverrideActualUnits()
Doublepublic void setOverrideActualUnits(Double value)
value - allowed object is
Doublepublic Double getOverrideRemainingDuration()
Doublepublic void setOverrideRemainingDuration(Double value)
value - allowed object is
Doublepublic Date getOverrideRemainingFinishDate()
Stringpublic void setOverrideRemainingFinishDate(Date value)
value - allowed object is
Stringpublic Double getOverrideRemainingUnits()
Doublepublic void setOverrideRemainingUnits(Double value)
value - allowed object is
Doublepublic Date getPendingActualFinishDate()
Stringpublic void setPendingActualFinishDate(Date value)
value - allowed object is
Stringpublic Date getPendingActualStartDate()
Stringpublic void setPendingActualStartDate(Date value)
value - allowed object is
Stringpublic Double getPendingActualUnits()
Doublepublic void setPendingActualUnits(Double value)
value - allowed object is
Doublepublic Double getPendingRemainingDuration()
Doublepublic void setPendingRemainingDuration(Double value)
value - allowed object is
Doublepublic Date getPendingRemainingFinishDate()
Stringpublic void setPendingRemainingFinishDate(Date value)
value - allowed object is
Stringpublic Double getPendingRemainingUnits()
Doublepublic void setPendingRemainingUnits(Double value)
value - allowed object is
Doublepublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Integer getRequestUserObjectId()
Integerpublic void setRequestUserObjectId(Integer value)
value - allowed object is
Integerpublic Integer getResourceAssignmentObjectId()
Integerpublic void setResourceAssignmentObjectId(Integer value)
value - allowed object is
Integerpublic String getStatus()
StringCopyright © 2013. All Rights Reserved.