public class ResourceAssignmentCreateType extends Object
Java class for ResourceAssignmentCreateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceAssignmentCreateType"> <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="ActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ActualUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="AssignmentIsRead" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="10"/> </restriction> </simpleType> </element> <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="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="RemainingDuration" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="RemainingFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RemainingUnits" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResourceAssignmentCreateObjectId" 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="ResourceObjectId" 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"/> <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 LocalDateTime |
actualFinishDate |
protected LocalDateTime |
actualStartDate |
protected Double |
actualUnits |
protected String |
assignmentIsRead |
protected Integer |
changeSetObjectId |
protected LocalDateTime |
date |
protected Integer |
projectObjectId |
protected Double |
remainingDuration |
protected LocalDateTime |
remainingFinishDate |
protected Double |
remainingUnits |
protected Integer |
requestUserObjectId |
protected Integer |
resourceAssignmentCreateObjectId |
protected Integer |
resourceAssignmentObjectId |
protected Integer |
resourceObjectId |
protected String |
status |
Constructor and Description |
---|
ResourceAssignmentCreateType() |
Modifier and Type | Method and Description |
---|---|
Integer |
getActivityObjectId()
Gets the value of the activityObjectId property.
|
LocalDateTime |
getActualFinishDate()
Gets the value of the actualFinishDate property.
|
LocalDateTime |
getActualStartDate()
Gets the value of the actualStartDate property.
|
Double |
getActualUnits()
Gets the value of the actualUnits property.
|
String |
getAssignmentIsRead()
Gets the value of the assignmentIsRead property.
|
Integer |
getChangeSetObjectId()
Gets the value of the changeSetObjectId property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Double |
getRemainingDuration()
Gets the value of the remainingDuration property.
|
LocalDateTime |
getRemainingFinishDate()
Gets the value of the remainingFinishDate property.
|
Double |
getRemainingUnits()
Gets the value of the remainingUnits property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
Integer |
getResourceAssignmentCreateObjectId()
Gets the value of the resourceAssignmentCreateObjectId property.
|
Integer |
getResourceAssignmentObjectId()
Gets the value of the resourceAssignmentObjectId property.
|
Integer |
getResourceObjectId()
Gets the value of the resourceObjectId property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.
|
void |
setActualFinishDate(LocalDateTime value)
Sets the value of the actualFinishDate property.
|
void |
setActualStartDate(LocalDateTime value)
Sets the value of the actualStartDate property.
|
void |
setActualUnits(Double value)
Sets the value of the actualUnits property.
|
void |
setAssignmentIsRead(String value)
Sets the value of the assignmentIsRead property.
|
void |
setChangeSetObjectId(Integer value)
Sets the value of the changeSetObjectId property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRemainingDuration(Double value)
Sets the value of the remainingDuration property.
|
void |
setRemainingFinishDate(LocalDateTime value)
Sets the value of the remainingFinishDate property.
|
void |
setRemainingUnits(Double value)
Sets the value of the remainingUnits property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
void |
setResourceAssignmentCreateObjectId(Integer value)
Sets the value of the resourceAssignmentCreateObjectId property.
|
void |
setResourceAssignmentObjectId(Integer value)
Sets the value of the resourceAssignmentObjectId property.
|
void |
setResourceObjectId(Integer value)
Sets the value of the resourceObjectId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected Integer activityObjectId
protected LocalDateTime actualFinishDate
protected LocalDateTime actualStartDate
protected Double actualUnits
protected String assignmentIsRead
protected Integer changeSetObjectId
protected LocalDateTime date
protected Integer projectObjectId
protected Double remainingDuration
protected LocalDateTime remainingFinishDate
protected Double remainingUnits
protected Integer requestUserObjectId
protected Integer resourceAssignmentCreateObjectId
protected Integer resourceAssignmentObjectId
protected Integer resourceObjectId
protected String status
public Integer getActivityObjectId()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getActualFinishDate()
String
public void setActualFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getActualStartDate()
String
public void setActualStartDate(LocalDateTime value)
value
- allowed object is
String
public Double getActualUnits()
String
public void setActualUnits(Double value)
value
- allowed object is
String
public String getAssignmentIsRead()
String
public void setAssignmentIsRead(String value)
value
- allowed object is
String
public Integer getChangeSetObjectId()
Integer
public void setChangeSetObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getDate()
String
public void setDate(LocalDateTime value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Double getRemainingDuration()
String
public void setRemainingDuration(Double value)
value
- allowed object is
String
public LocalDateTime getRemainingFinishDate()
String
public void setRemainingFinishDate(LocalDateTime value)
value
- allowed object is
String
public Double getRemainingUnits()
String
public void setRemainingUnits(Double value)
value
- allowed object is
String
public Integer getRequestUserObjectId()
Integer
public void setRequestUserObjectId(Integer value)
value
- allowed object is
Integer
public Integer getResourceAssignmentCreateObjectId()
Integer
public void setResourceAssignmentCreateObjectId(Integer value)
value
- allowed object is
Integer
public Integer getResourceAssignmentObjectId()
Integer
public void setResourceAssignmentObjectId(Integer value)
value
- allowed object is
Integer
public Integer getResourceObjectId()
Integer
public void setResourceObjectId(Integer value)
value
- allowed object is
Integer
public String getStatus()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.