public class LeanTaskType extends Object
Java class for LeanTaskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LeanTaskType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ActivityId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="ActivityName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="120"/> </restriction> </simpleType> </element> <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CompletedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="DueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Duration" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="Flag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsOverdue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IsUseOnlyWorkDays" 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" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="LeanTaskId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="120"/> </restriction> </simpleType> </element> <element name="Name" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="120"/> </restriction> </simpleType> </element> <element name="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProjectId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </restriction> </simpleType> </element> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ProposedDueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SequenceNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="StartDate" 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=""/> <enumeration value="NEW"/> <enumeration value="PENDING"/> <enumeration value="COMMITTED"/> <enumeration value="COMPLETED"/> </restriction> </simpleType> </element> <element name="StatusCompletion" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="BOTH_NOT_COMPLETE"/> <enumeration value="TASK_COMPLETE_ACTIVITY_NOT"/> <enumeration value="ACTIVITY_COMPLETE_TASK_NOT"/> <enumeration value="BOTH_COMPLETE"/> <enumeration value="NO_ACTIVITY"/> </restriction> </simpleType> </element> <element name="StatusDates" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="OUTSIDE_ACTIVITY"/> <enumeration value="INSIDE_ACTIVITY"/> <enumeration value="NO_ACTIVITY"/> </restriction> </simpleType> </element> <element name="TaskType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="TASK"/> <enumeration value="TASK_MILESTONE"/> </restriction> </simpleType> </element> <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected String |
activityName |
protected Integer |
activityObjectId |
protected String |
company |
protected LocalDateTime |
completedDate |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected LocalDateTime |
dueDate |
protected Double |
duration |
protected Boolean |
flag |
protected Boolean |
isBaseline |
protected Boolean |
isOverdue |
protected Boolean |
isTemplate |
protected Boolean |
isUseOnlyWorkDays |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected String |
leanTaskId |
protected String |
name |
protected Integer |
objectId |
protected String |
projectId |
protected Integer |
projectObjectId |
protected LocalDateTime |
proposedDueDate |
protected Integer |
sequenceNumber |
protected LocalDateTime |
startDate |
protected String |
status |
protected String |
statusCompletion |
protected String |
statusDates |
protected String |
taskType |
protected Integer |
wbsObjectId |
Constructor and Description |
---|
LeanTaskType() |
Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
Gets the value of the activityId property.
|
String |
getActivityName()
Gets the value of the activityName property.
|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
String |
getCompany()
Gets the value of the company property.
|
LocalDateTime |
getCompletedDate()
Gets the value of the completedDate property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getDueDate()
Gets the value of the dueDate property.
|
Double |
getDuration()
Gets the value of the duration property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
String |
getLeanTaskId()
Gets the value of the leanTaskId property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
LocalDateTime |
getProposedDueDate()
Gets the value of the proposedDueDate property.
|
Integer |
getSequenceNumber()
Gets the value of the sequenceNumber property.
|
LocalDateTime |
getStartDate()
Gets the value of the startDate property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getStatusCompletion()
Gets the value of the statusCompletion property.
|
String |
getStatusDates()
Gets the value of the statusDates property.
|
String |
getTaskType()
Gets the value of the taskType property.
|
Integer |
getWBSObjectId()
Gets the value of the wbsObjectId property.
|
Boolean |
isFlag()
Gets the value of the flag property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsOverdue()
Gets the value of the isOverdue property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
Boolean |
isIsUseOnlyWorkDays()
Gets the value of the isUseOnlyWorkDays property.
|
void |
setActivityId(String value)
Sets the value of the activityId property.
|
void |
setActivityName(String value)
Sets the value of the activityName property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setCompletedDate(LocalDateTime value)
Sets the value of the completedDate property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDueDate(LocalDateTime value)
Sets the value of the dueDate property.
|
void |
setDuration(Double value)
Sets the value of the duration property.
|
void |
setFlag(Boolean value)
Sets the value of the flag property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsOverdue(Boolean value)
Sets the value of the isOverdue property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setIsUseOnlyWorkDays(Boolean value)
Sets the value of the isUseOnlyWorkDays property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setLeanTaskId(String value)
Sets the value of the leanTaskId property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setProposedDueDate(LocalDateTime value)
Sets the value of the proposedDueDate property.
|
void |
setSequenceNumber(Integer value)
Sets the value of the sequenceNumber property.
|
void |
setStartDate(LocalDateTime value)
Sets the value of the startDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStatusCompletion(String value)
Sets the value of the statusCompletion property.
|
void |
setStatusDates(String value)
Sets the value of the statusDates property.
|
void |
setTaskType(String value)
Sets the value of the taskType property.
|
void |
setWBSObjectId(Integer value)
Sets the value of the wbsObjectId property.
|
protected String activityId
protected String activityName
protected Integer activityObjectId
protected String company
protected LocalDateTime completedDate
protected LocalDateTime createDate
protected String createUser
protected LocalDateTime dueDate
protected Double duration
protected Boolean flag
protected Boolean isBaseline
protected Boolean isOverdue
protected Boolean isTemplate
protected Boolean isUseOnlyWorkDays
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected String leanTaskId
protected String name
protected Integer objectId
protected String projectId
protected Integer projectObjectId
protected LocalDateTime proposedDueDate
protected Integer sequenceNumber
protected LocalDateTime startDate
protected String status
protected String statusCompletion
protected String statusDates
protected String taskType
protected Integer wbsObjectId
public String getActivityId()
String
public void setActivityId(String value)
value
- allowed object is
String
public String getActivityName()
String
public void setActivityName(String value)
value
- allowed object is
String
public Integer getActivityObjectId()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public String getCompany()
String
public void setCompany(String value)
value
- allowed object is
String
public LocalDateTime getCompletedDate()
String
public void setCompletedDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public LocalDateTime getDueDate()
String
public void setDueDate(LocalDateTime value)
value
- allowed object is
String
public Double getDuration()
String
public void setDuration(Double value)
value
- allowed object is
String
public Boolean isFlag()
String
public void setFlag(Boolean value)
value
- allowed object is
String
public Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsOverdue()
String
public void setIsOverdue(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public Boolean isIsUseOnlyWorkDays()
String
public void setIsUseOnlyWorkDays(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public String getLeanTaskId()
String
public void setLeanTaskId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getProposedDueDate()
String
public void setProposedDueDate(LocalDateTime value)
value
- allowed object is
String
public Integer getSequenceNumber()
Integer
public void setSequenceNumber(Integer value)
value
- allowed object is
Integer
public LocalDateTime getStartDate()
String
public void setStartDate(LocalDateTime value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getStatusCompletion()
String
public void setStatusCompletion(String value)
value
- allowed object is
String
public String getStatusDates()
String
public void setStatusDates(String value)
value
- allowed object is
String
public String getTaskType()
String
public void setTaskType(String value)
value
- allowed object is
String
public Integer getWBSObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.