public abstract class AbstractUsageOfInterface
extends java.lang.Object
implements java.io.Serializable
Java class for AbstractUsageOfInterface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractUsageOfInterface">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idInterfaceUsage" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="InterfaceID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CostsCumulated" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
costsCumulated |
protected long |
idInterfaceUsage |
protected java.lang.String |
interfaceID |
| Constructor and Description |
|---|
AbstractUsageOfInterface() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCostsCumulated()
Gets the value of the costsCumulated property.
|
long |
getIdInterfaceUsage()
Gets the value of the idInterfaceUsage property.
|
java.lang.String |
getInterfaceID()
Gets the value of the interfaceID property.
|
void |
setCostsCumulated(double value)
Sets the value of the costsCumulated property.
|
void |
setIdInterfaceUsage(long value)
Sets the value of the idInterfaceUsage property.
|
void |
setInterfaceID(java.lang.String value)
Sets the value of the interfaceID property.
|
protected long idInterfaceUsage
protected java.lang.String interfaceID
protected double costsCumulated
public long getIdInterfaceUsage()
public void setIdInterfaceUsage(long value)
public java.lang.String getInterfaceID()
Stringpublic void setInterfaceID(java.lang.String value)
value - allowed object is
Stringpublic double getCostsCumulated()
public void setCostsCumulated(double value)