public static class Document.TaskList.Task.ResourceList.Resource 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="ID" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="CostUnit" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Cost" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="CostPer" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="WorkSecs" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="OvertimeUnit" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Percent" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="OvertimeCost" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
cost |
protected Double |
costPer |
protected Integer |
costUnit |
protected Integer |
id |
protected String |
name |
protected Double |
overtimeCost |
protected Integer |
overtimeUnit |
protected Double |
percent |
protected Integer |
type |
protected Long |
workSecs |
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCost()
Gets the value of the cost property.
|
Double |
getCostPer()
Gets the value of the costPer property.
|
Integer |
getCostUnit()
Gets the value of the costUnit property.
|
Integer |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Double |
getOvertimeCost()
Gets the value of the overtimeCost property.
|
Integer |
getOvertimeUnit()
Gets the value of the overtimeUnit property.
|
Double |
getPercent()
Gets the value of the percent property.
|
Integer |
getType()
Gets the value of the type property.
|
Long |
getWorkSecs()
Gets the value of the workSecs property.
|
void |
setCost(Double value)
Sets the value of the cost property.
|
void |
setCostPer(Double value)
Sets the value of the costPer property.
|
void |
setCostUnit(Integer value)
Sets the value of the costUnit property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOvertimeCost(Double value)
Sets the value of the overtimeCost property.
|
void |
setOvertimeUnit(Integer value)
Sets the value of the overtimeUnit property.
|
void |
setPercent(Double value)
Sets the value of the percent property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
void |
setWorkSecs(Long value)
Sets the value of the workSecs property.
|
protected Integer id
protected Integer costUnit
protected Double cost
protected Double costPer
protected Integer type
protected Long workSecs
protected Integer overtimeUnit
protected Double percent
protected Double overtimeCost
protected String name
public void setID(Integer value)
value - allowed object is
Stringpublic Integer getCostUnit()
Stringpublic void setCostUnit(Integer value)
value - allowed object is
Stringpublic Double getCost()
Stringpublic void setCost(Double value)
value - allowed object is
Stringpublic Double getCostPer()
Stringpublic void setCostPer(Double value)
value - allowed object is
Stringpublic Integer getType()
Stringpublic void setType(Integer value)
value - allowed object is
Stringpublic Long getWorkSecs()
Longpublic void setWorkSecs(Long value)
value - allowed object is
Longpublic Integer getOvertimeUnit()
Stringpublic void setOvertimeUnit(Integer value)
value - allowed object is
Stringpublic Double getPercent()
Stringpublic void setPercent(Double value)
value - allowed object is
Stringpublic Double getOvertimeCost()
Stringpublic void setOvertimeCost(Double value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2000–2025 MPXJ. All rights reserved.