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()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getActualFinishDate()
Stringpublic void setActualFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getActualStartDate()
Stringpublic void setActualStartDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getActualUnits()
Stringpublic void setActualUnits(Double value)
value - allowed object is
Stringpublic String getAssignmentIsRead()
Stringpublic void setAssignmentIsRead(String value)
value - allowed object is
Stringpublic Integer getChangeSetObjectId()
Integerpublic void setChangeSetObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getDate()
Stringpublic void setDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Double getRemainingDuration()
Stringpublic void setRemainingDuration(Double value)
value - allowed object is
Stringpublic LocalDateTime getRemainingFinishDate()
Stringpublic void setRemainingFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getRemainingUnits()
Stringpublic void setRemainingUnits(Double value)
value - allowed object is
Stringpublic Integer getRequestUserObjectId()
Integerpublic void setRequestUserObjectId(Integer value)
value - allowed object is
Integerpublic Integer getResourceAssignmentCreateObjectId()
Integerpublic void setResourceAssignmentCreateObjectId(Integer value)
value - allowed object is
Integerpublic Integer getResourceAssignmentObjectId()
Integerpublic void setResourceAssignmentObjectId(Integer value)
value - allowed object is
Integerpublic Integer getResourceObjectId()
Integerpublic void setResourceObjectId(Integer value)
value - allowed object is
Integerpublic String getStatus()
StringCopyright © 2000–2025 MPXJ. All rights reserved.