public class Allocation 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">
<attribute name="task-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resource-id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="units" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
resourceId |
protected String |
taskId |
protected String |
units |
| Constructor and Description |
|---|
Allocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getTaskId()
Gets the value of the taskId property.
|
String |
getUnits()
Gets the value of the units property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setTaskId(String value)
Sets the value of the taskId property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
protected String taskId
protected String resourceId
protected String units
public String getTaskId()
Stringpublic void setTaskId(String value)
value - allowed object is
Stringpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic String getUnits()
StringCopyright © 2000–2025 MPXJ. All rights reserved.