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()
String
public void setValue(String value)
value
- allowed object is
String
public Integer getTaskId()
Integer
public void setTaskId(Integer value)
value
- allowed object is
Integer
public Integer getResourceId()
Integer
public void setResourceId(Integer value)
value
- allowed object is
Integer
public String getFunction()
String
public void setFunction(String value)
value
- allowed object is
String
public String getResponsible()
String
public void setResponsible(String value)
value
- allowed object is
String
public Float getLoad()
Float
Copyright © 2000–2024 Packwood Software. All rights reserved.