public class Allocation extends Object
Java class for allocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="allocation">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="task-id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="resource-id" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="function" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="responsible" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="load" type="{http://www.w3.org/2001/XMLSchema}float" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
function |
protected Float |
load |
protected Integer |
resourceId |
protected String |
responsible |
protected Integer |
taskId |
protected String |
value |
| Constructor and Description |
|---|
Allocation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFunction()
Gets the value of the function property.
|
Float |
getLoad()
Gets the value of the load property.
|
Integer |
getResourceId()
Gets the value of the resourceId property.
|
String |
getResponsible()
Gets the value of the responsible property.
|
Integer |
getTaskId()
Gets the value of the taskId property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFunction(String value)
Sets the value of the function property.
|
void |
setLoad(Float value)
Sets the value of the load property.
|
void |
setResourceId(Integer value)
Sets the value of the resourceId property.
|
void |
setResponsible(String value)
Sets the value of the responsible property.
|
void |
setTaskId(Integer value)
Sets the value of the taskId property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected Integer taskId
protected Integer resourceId
protected String function
protected String responsible
protected Float load
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getTaskId()
Integerpublic void setTaskId(Integer value)
value - allowed object is
Integerpublic Integer getResourceId()
Integerpublic void setResourceId(Integer value)
value - allowed object is
Integerpublic String getFunction()
Stringpublic void setFunction(String value)
value - allowed object is
Stringpublic String getResponsible()
Stringpublic void setResponsible(String value)
value - allowed object is
Stringpublic Float getLoad()
FloatCopyright © 2000–2025 MPXJ. All rights reserved.