@Deprecated
public class TechnicalInterface
extends java.lang.Object
implements java.io.Serializable
Java class for TechnicalInterface complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TechnicalInterface">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InterfaceID" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="EnergyCarrier" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}EnergyCarrier"/>
<element name="DomainModel" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}AbstractDomainModel"/>
<element name="Connectivity" type="{http://www.dawis.wiwi.uni-due.de/EnergyOptionModel}Connectivity"/>
<element name="CostRelevant" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Connectivity |
connectivity
Deprecated.
|
protected boolean |
costRelevant
Deprecated.
|
protected java.lang.String |
description
Deprecated.
|
protected AbstractDomainModel |
domainModel
Deprecated.
|
protected EnergyCarrier |
energyCarrier
Deprecated.
|
protected java.lang.String |
interfaceID
Deprecated.
|
| Constructor and Description |
|---|
TechnicalInterface()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Connectivity |
getConnectivity()
Deprecated.
Gets the value of the connectivity property.
|
java.lang.String |
getDescription()
Deprecated.
Gets the value of the description property.
|
AbstractDomainModel |
getDomainModel()
Deprecated.
Gets the value of the domainModel property.
|
EnergyCarrier |
getEnergyCarrier()
Deprecated.
Gets the value of the energyCarrier property.
|
java.lang.String |
getInterfaceID()
Deprecated.
Gets the value of the interfaceID property.
|
boolean |
isCostRelevant()
Deprecated.
Gets the value of the costRelevant property.
|
void |
setConnectivity(Connectivity value)
Deprecated.
Sets the value of the connectivity property.
|
void |
setCostRelevant(boolean value)
Deprecated.
Sets the value of the costRelevant property.
|
void |
setDescription(java.lang.String value)
Deprecated.
Sets the value of the description property.
|
void |
setDomainModel(AbstractDomainModel value)
Deprecated.
Sets the value of the domainModel property.
|
void |
setEnergyCarrier(EnergyCarrier value)
Deprecated.
Sets the value of the energyCarrier property.
|
void |
setInterfaceID(java.lang.String value)
Deprecated.
Sets the value of the interfaceID property.
|
protected java.lang.String interfaceID
protected java.lang.String description
protected EnergyCarrier energyCarrier
protected AbstractDomainModel domainModel
protected Connectivity connectivity
protected boolean costRelevant
public java.lang.String getInterfaceID()
Stringpublic void setInterfaceID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic EnergyCarrier getEnergyCarrier()
EnergyCarrierpublic void setEnergyCarrier(EnergyCarrier value)
value - allowed object is
EnergyCarrierpublic AbstractDomainModel getDomainModel()
AbstractDomainModelpublic void setDomainModel(AbstractDomainModel value)
value - allowed object is
AbstractDomainModelpublic Connectivity getConnectivity()
Connectivitypublic void setConnectivity(Connectivity value)
value - allowed object is
Connectivitypublic boolean isCostRelevant()
public void setCostRelevant(boolean value)