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
String
public Integer getCostUnit()
String
public void setCostUnit(Integer value)
value
- allowed object is
String
public Double getCost()
String
public void setCost(Double value)
value
- allowed object is
String
public Double getCostPer()
String
public void setCostPer(Double value)
value
- allowed object is
String
public Integer getType()
String
public void setType(Integer value)
value
- allowed object is
String
public Long getWorkSecs()
Long
public void setWorkSecs(Long value)
value
- allowed object is
Long
public Integer getOvertimeUnit()
String
public void setOvertimeUnit(Integer value)
value
- allowed object is
String
public Double getPercent()
String
public void setPercent(Double value)
value
- allowed object is
String
public Double getOvertimeCost()
String
public void setOvertimeCost(Double value)
value
- allowed object is
String
public String getName()
String
Copyright © 2000–2025 MPXJ. All rights reserved.