public class CostsByTime
extends java.lang.Object
implements java.io.Serializable
Java class for CostsByTime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CostsByTime">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PointInTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="CostValue" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
costValue |
protected long |
pointInTime |
| Constructor and Description |
|---|
CostsByTime() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCostValue()
Gets the value of the costValue property.
|
long |
getPointInTime()
Gets the value of the pointInTime property.
|
void |
setCostValue(double value)
Sets the value of the costValue property.
|
void |
setPointInTime(long value)
Sets the value of the pointInTime property.
|
public long getPointInTime()
public void setPointInTime(long value)
public double getCostValue()
public void setCostValue(double value)