public class ActivityStepUpdateType extends Object
Java class for ActivityStepUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivityStepUpdateType"> <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="ActivityStepObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="AllData" type="{http://www.w3.org/2001/XMLSchema}string" 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="CreateUser" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <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="LastApprovedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverridePercentComplete" 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="OverrideStepName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="120"/> </restriction> </simpleType> </element> <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="PendingStepName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="120"/> </restriction> </simpleType> </element> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="RejectedBy" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="RejectedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResubmittedBy" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ResubmittedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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"/> <enumeration value="Rejected"/> <enumeration value="Partially Approved"/> <enumeration value="Withdrawn"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
activityObjectId |
protected Integer |
activityStepObjectId |
protected String |
allData |
protected LocalDateTime |
approvalDate |
protected String |
approvalUserName |
protected Integer |
approvalUserObjectId |
protected Integer |
changeSetObjectId |
protected String |
createUser |
protected LocalDateTime |
date |
protected LocalDateTime |
heldDate |
protected LocalDateTime |
lastApprovedDate |
protected Double |
overridePercentComplete |
protected String |
overrideStepName |
protected Double |
pendingPercentComplete |
protected String |
pendingStepName |
protected Integer |
projectObjectId |
protected String |
rejectedBy |
protected LocalDateTime |
rejectedDate |
protected Integer |
requestUserObjectId |
protected String |
resubmittedBy |
protected LocalDateTime |
resubmittedDate |
protected String |
status |
Constructor and Description |
---|
ActivityStepUpdateType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
Integer |
getActivityStepObjectId()
Gets the value of the activityStepObjectId property.
|
String |
getAllData()
Gets the value of the allData property.
|
LocalDateTime |
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.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
LocalDateTime |
getHeldDate()
Gets the value of the heldDate property.
|
LocalDateTime |
getLastApprovedDate()
Gets the value of the lastApprovedDate property.
|
Double |
getOverridePercentComplete()
Gets the value of the overridePercentComplete property.
|
String |
getOverrideStepName()
Gets the value of the overrideStepName property.
|
Double |
getPendingPercentComplete()
Gets the value of the pendingPercentComplete property.
|
String |
getPendingStepName()
Gets the value of the pendingStepName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getRejectedBy()
Gets the value of the rejectedBy property.
|
LocalDateTime |
getRejectedDate()
Gets the value of the rejectedDate property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
String |
getResubmittedBy()
Gets the value of the resubmittedBy property.
|
LocalDateTime |
getResubmittedDate()
Gets the value of the resubmittedDate property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setActivityStepObjectId(Integer value)
Sets the value of the activityStepObjectId property.
|
void |
setAllData(String value)
Sets the value of the allData property.
|
void |
setApprovalDate(LocalDateTime 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 |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setHeldDate(LocalDateTime value)
Sets the value of the heldDate property.
|
void |
setLastApprovedDate(LocalDateTime value)
Sets the value of the lastApprovedDate property.
|
void |
setOverridePercentComplete(Double value)
Sets the value of the overridePercentComplete property.
|
void |
setOverrideStepName(String value)
Sets the value of the overrideStepName property.
|
void |
setPendingPercentComplete(Double value)
Sets the value of the pendingPercentComplete property.
|
void |
setPendingStepName(String value)
Sets the value of the pendingStepName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRejectedBy(String value)
Sets the value of the rejectedBy property.
|
void |
setRejectedDate(LocalDateTime value)
Sets the value of the rejectedDate property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
void |
setResubmittedBy(String value)
Sets the value of the resubmittedBy property.
|
void |
setResubmittedDate(LocalDateTime value)
Sets the value of the resubmittedDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected Integer activityObjectId
protected Integer activityStepObjectId
protected String allData
protected LocalDateTime approvalDate
protected String approvalUserName
protected Integer approvalUserObjectId
protected Integer changeSetObjectId
protected String createUser
protected LocalDateTime date
protected LocalDateTime heldDate
protected LocalDateTime lastApprovedDate
protected Double overridePercentComplete
protected String overrideStepName
protected Double pendingPercentComplete
protected String pendingStepName
protected Integer projectObjectId
protected String rejectedBy
protected LocalDateTime rejectedDate
protected Integer requestUserObjectId
protected String resubmittedBy
protected LocalDateTime resubmittedDate
protected String status
public Integer getActivityObjectId()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public Integer getActivityStepObjectId()
Integer
public void setActivityStepObjectId(Integer value)
value
- allowed object is
Integer
public String getAllData()
String
public void setAllData(String value)
value
- allowed object is
String
public LocalDateTime getApprovalDate()
String
public void setApprovalDate(LocalDateTime value)
value
- allowed object is
String
public String getApprovalUserName()
String
public void setApprovalUserName(String value)
value
- allowed object is
String
public Integer getApprovalUserObjectId()
Integer
public void setApprovalUserObjectId(Integer value)
value
- allowed object is
Integer
public Integer getChangeSetObjectId()
Integer
public void setChangeSetObjectId(Integer value)
value
- allowed object is
Integer
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public LocalDateTime getDate()
String
public void setDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getHeldDate()
String
public void setHeldDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getLastApprovedDate()
String
public void setLastApprovedDate(LocalDateTime value)
value
- allowed object is
String
public Double getOverridePercentComplete()
String
public void setOverridePercentComplete(Double value)
value
- allowed object is
String
public String getOverrideStepName()
String
public void setOverrideStepName(String value)
value
- allowed object is
String
public Double getPendingPercentComplete()
String
public void setPendingPercentComplete(Double value)
value
- allowed object is
String
public String getPendingStepName()
String
public void setPendingStepName(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public String getRejectedBy()
String
public void setRejectedBy(String value)
value
- allowed object is
String
public LocalDateTime getRejectedDate()
String
public void setRejectedDate(LocalDateTime value)
value
- allowed object is
String
public Integer getRequestUserObjectId()
Integer
public void setRequestUserObjectId(Integer value)
value
- allowed object is
Integer
public String getResubmittedBy()
String
public void setResubmittedBy(String value)
value
- allowed object is
String
public LocalDateTime getResubmittedDate()
String
public void setResubmittedDate(LocalDateTime value)
value
- allowed object is
String
public String getStatus()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.