public class ActivityUpdateType extends Object
Java class for ActivityUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityUpdateType">
<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="OverrideActualLaborUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="OverrideActualNonLaborUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="OverrideActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OverrideExpectedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="OverridePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="OverrideRemainingDuration" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="OverrideRemainingLaborUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="OverrideRemainingNonLaborUnits" 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="PendingActualLaborUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="PendingActualNonLaborUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="PendingActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PendingExpectedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PendingPercentComplete" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
<maxInclusive value="100.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="PendingRemainingLaborUnits" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="PendingRemainingNonLaborUnits" 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="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>
| Constructor and Description |
|---|
ActivityUpdateType() |
| 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.
|
Double |
getOverrideActualLaborUnits()
Gets the value of the overrideActualLaborUnits property.
|
Double |
getOverrideActualNonLaborUnits()
Gets the value of the overrideActualNonLaborUnits property.
|
Date |
getOverrideActualStartDate()
Gets the value of the overrideActualStartDate property.
|
Date |
getOverrideExpectedFinishDate()
Gets the value of the overrideExpectedFinishDate property.
|
Double |
getOverridePercentComplete()
Gets the value of the overridePercentComplete property.
|
Double |
getOverrideRemainingDuration()
Gets the value of the overrideRemainingDuration property.
|
Double |
getOverrideRemainingLaborUnits()
Gets the value of the overrideRemainingLaborUnits property.
|
Double |
getOverrideRemainingNonLaborUnits()
Gets the value of the overrideRemainingNonLaborUnits property.
|
Date |
getPendingActualFinishDate()
Gets the value of the pendingActualFinishDate property.
|
Double |
getPendingActualLaborUnits()
Gets the value of the pendingActualLaborUnits property.
|
Double |
getPendingActualNonLaborUnits()
Gets the value of the pendingActualNonLaborUnits property.
|
Date |
getPendingActualStartDate()
Gets the value of the pendingActualStartDate property.
|
Date |
getPendingExpectedFinishDate()
Gets the value of the pendingExpectedFinishDate property.
|
Double |
getPendingPercentComplete()
Gets the value of the pendingPercentComplete property.
|
Double |
getPendingRemainingDuration()
Gets the value of the pendingRemainingDuration property.
|
Double |
getPendingRemainingLaborUnits()
Gets the value of the pendingRemainingLaborUnits property.
|
Double |
getPendingRemainingNonLaborUnits()
Gets the value of the pendingRemainingNonLaborUnits property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId 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 |
setOverrideActualLaborUnits(Double value)
Sets the value of the overrideActualLaborUnits property.
|
void |
setOverrideActualNonLaborUnits(Double value)
Sets the value of the overrideActualNonLaborUnits property.
|
void |
setOverrideActualStartDate(Date value)
Sets the value of the overrideActualStartDate property.
|
void |
setOverrideExpectedFinishDate(Date value)
Sets the value of the overrideExpectedFinishDate property.
|
void |
setOverridePercentComplete(Double value)
Sets the value of the overridePercentComplete property.
|
void |
setOverrideRemainingDuration(Double value)
Sets the value of the overrideRemainingDuration property.
|
void |
setOverrideRemainingLaborUnits(Double value)
Sets the value of the overrideRemainingLaborUnits property.
|
void |
setOverrideRemainingNonLaborUnits(Double value)
Sets the value of the overrideRemainingNonLaborUnits property.
|
void |
setPendingActualFinishDate(Date value)
Sets the value of the pendingActualFinishDate property.
|
void |
setPendingActualLaborUnits(Double value)
Sets the value of the pendingActualLaborUnits property.
|
void |
setPendingActualNonLaborUnits(Double value)
Sets the value of the pendingActualNonLaborUnits property.
|
void |
setPendingActualStartDate(Date value)
Sets the value of the pendingActualStartDate property.
|
void |
setPendingExpectedFinishDate(Date value)
Sets the value of the pendingExpectedFinishDate property.
|
void |
setPendingPercentComplete(Double value)
Sets the value of the pendingPercentComplete property.
|
void |
setPendingRemainingDuration(Double value)
Sets the value of the pendingRemainingDuration property.
|
void |
setPendingRemainingLaborUnits(Double value)
Sets the value of the pendingRemainingLaborUnits property.
|
void |
setPendingRemainingNonLaborUnits(Double value)
Sets the value of the pendingRemainingNonLaborUnits property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId 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 Double overrideActualLaborUnits
protected Double overrideActualNonLaborUnits
protected Date overrideActualStartDate
protected Date overrideExpectedFinishDate
protected Double overridePercentComplete
protected Double overrideRemainingDuration
protected Double overrideRemainingLaborUnits
protected Double overrideRemainingNonLaborUnits
protected Date pendingActualFinishDate
protected Double pendingActualLaborUnits
protected Double pendingActualNonLaborUnits
protected Date pendingActualStartDate
protected Date pendingExpectedFinishDate
protected Double pendingPercentComplete
protected Double pendingRemainingDuration
protected Double pendingRemainingLaborUnits
protected Double pendingRemainingNonLaborUnits
protected Integer projectObjectId
protected Integer requestUserObjectId
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 Double getOverrideActualLaborUnits()
Doublepublic void setOverrideActualLaborUnits(Double value)
value - allowed object is
Doublepublic Double getOverrideActualNonLaborUnits()
Doublepublic void setOverrideActualNonLaborUnits(Double value)
value - allowed object is
Doublepublic Date getOverrideActualStartDate()
Stringpublic void setOverrideActualStartDate(Date value)
value - allowed object is
Stringpublic Date getOverrideExpectedFinishDate()
Stringpublic void setOverrideExpectedFinishDate(Date value)
value - allowed object is
Stringpublic Double getOverridePercentComplete()
Doublepublic void setOverridePercentComplete(Double value)
value - allowed object is
Doublepublic Double getOverrideRemainingDuration()
Doublepublic void setOverrideRemainingDuration(Double value)
value - allowed object is
Doublepublic Double getOverrideRemainingLaborUnits()
Doublepublic void setOverrideRemainingLaborUnits(Double value)
value - allowed object is
Doublepublic Double getOverrideRemainingNonLaborUnits()
Doublepublic void setOverrideRemainingNonLaborUnits(Double value)
value - allowed object is
Doublepublic Date getPendingActualFinishDate()
Stringpublic void setPendingActualFinishDate(Date value)
value - allowed object is
Stringpublic Double getPendingActualLaborUnits()
Doublepublic void setPendingActualLaborUnits(Double value)
value - allowed object is
Doublepublic Double getPendingActualNonLaborUnits()
Doublepublic void setPendingActualNonLaborUnits(Double value)
value - allowed object is
Doublepublic Date getPendingActualStartDate()
Stringpublic void setPendingActualStartDate(Date value)
value - allowed object is
Stringpublic Date getPendingExpectedFinishDate()
Stringpublic void setPendingExpectedFinishDate(Date value)
value - allowed object is
Stringpublic Double getPendingPercentComplete()
Doublepublic void setPendingPercentComplete(Double value)
value - allowed object is
Doublepublic Double getPendingRemainingDuration()
Doublepublic void setPendingRemainingDuration(Double value)
value - allowed object is
Doublepublic Double getPendingRemainingLaborUnits()
Doublepublic void setPendingRemainingLaborUnits(Double value)
value - allowed object is
Doublepublic Double getPendingRemainingNonLaborUnits()
Doublepublic void setPendingRemainingNonLaborUnits(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 String getStatus()
StringCopyright © 2013. All Rights Reserved.