public static class Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ResourceID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Use" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="ManHour" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id |
protected Double |
manHour |
protected Integer |
resourceID |
protected Double |
use |
| Constructor and Description |
|---|
ResourceAssignment() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getID()
Gets the value of the id property.
|
Double |
getManHour()
Gets the value of the manHour property.
|
Integer |
getResourceID()
Gets the value of the resourceID property.
|
Double |
getUse()
Gets the value of the use property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setManHour(Double value)
Sets the value of the manHour property.
|
void |
setResourceID(Integer value)
Sets the value of the resourceID property.
|
void |
setUse(Double value)
Sets the value of the use property.
|
protected Integer id
protected Integer resourceID
protected Double use
protected Double manHour
public void setID(Integer value)
value - allowed object is
Stringpublic Integer getResourceID()
Stringpublic void setResourceID(Integer value)
value - allowed object is
Stringpublic Double getUse()
Stringpublic void setUse(Double value)
value - allowed object is
Stringpublic Double getManHour()
StringCopyright © 2000–2025 MPXJ. All rights reserved.