@Deprecated
public class InterfaceSetting
extends java.lang.Object
implements java.io.Serializable
Java class for InterfaceSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InterfaceSetting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InterfaceID" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDomainModel |
domainModel
Deprecated.
|
protected EnergyCarrier |
energyCarrier
Deprecated.
|
protected java.lang.String |
interfaceID
Deprecated.
|
| Constructor and Description |
|---|
InterfaceSetting()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 EnergyCarrier energyCarrier
protected AbstractDomainModel domainModel
public java.lang.String getInterfaceID()
Stringpublic void setInterfaceID(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
AbstractDomainModel