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()
Stringpublic void setActivityId(String value)
value - allowed object is
Stringpublic String getActivityName()
Stringpublic void setActivityName(String value)
value - allowed object is
Stringpublic Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic LocalDateTime getCompletedDate()
Stringpublic void setCompletedDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic LocalDateTime getDueDate()
Stringpublic void setDueDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getDuration()
Stringpublic void setDuration(Double value)
value - allowed object is
Stringpublic Boolean isFlag()
Stringpublic void setFlag(Boolean value)
value - allowed object is
Stringpublic Boolean isIsBaseline()
Stringpublic void setIsBaseline(Boolean value)
value - allowed object is
Stringpublic Boolean isIsOverdue()
Stringpublic void setIsOverdue(Boolean value)
value - allowed object is
Stringpublic Boolean isIsTemplate()
Stringpublic void setIsTemplate(Boolean value)
value - allowed object is
Stringpublic Boolean isIsUseOnlyWorkDays()
Stringpublic void setIsUseOnlyWorkDays(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic String getLeanTaskId()
Stringpublic void setLeanTaskId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getProposedDueDate()
Stringpublic void setProposedDueDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getSequenceNumber()
Integerpublic void setSequenceNumber(Integer value)
value - allowed object is
Integerpublic LocalDateTime getStartDate()
Stringpublic void setStartDate(LocalDateTime value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getStatusCompletion()
Stringpublic void setStatusCompletion(String value)
value - allowed object is
Stringpublic String getStatusDates()
Stringpublic void setStatusDates(String value)
value - allowed object is
Stringpublic String getTaskType()
Stringpublic void setTaskType(String value)
value - allowed object is
Stringpublic Integer getWBSObjectId()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.