Class PropertiesForRDCT.PhysicalProperties.PowerSupplyPneumatic
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.PropertiesForRDCT.PhysicalProperties.PowerSupplyPneumatic
-
- Enclosing class:
- PropertiesForRDCT.PhysicalProperties
public static class PropertiesForRDCT.PhysicalProperties.PowerSupplyPneumatic 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="pressureRangeMin" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="pressureNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="pressureRangeMax" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="Pa" /> <attribute name="cutOffByEmergencyStop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="decade" type="{http://www.w3.org/2001/XMLSchema}float" default="0" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
cutOffByEmergencyStop
protected Float
decade
protected double
pressureNominal
protected Double
pressureRangeMax
protected Double
pressureRangeMin
protected String
unit
-
Constructor Summary
Constructors Constructor Description PowerSupplyPneumatic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDecade()
Gets the value of the decade property.double
getPressureNominal()
Gets the value of the pressureNominal property.Double
getPressureRangeMax()
Gets the value of the pressureRangeMax property.Double
getPressureRangeMin()
Gets the value of the pressureRangeMin property.String
getUnit()
Gets the value of the unit property.boolean
isCutOffByEmergencyStop()
Gets the value of the cutOffByEmergencyStop property.void
setCutOffByEmergencyStop(Boolean value)
Sets the value of the cutOffByEmergencyStop property.void
setDecade(Float value)
Sets the value of the decade property.void
setPressureNominal(double value)
Sets the value of the pressureNominal property.void
setPressureRangeMax(Double value)
Sets the value of the pressureRangeMax property.void
setPressureRangeMin(Double value)
Sets the value of the pressureRangeMin property.void
setUnit(String value)
Sets the value of the unit property.
-
-
-
Method Detail
-
getPressureRangeMin
public Double getPressureRangeMin()
Gets the value of the pressureRangeMin property.- Returns:
- possible object is
Double
-
setPressureRangeMin
public void setPressureRangeMin(Double value)
Sets the value of the pressureRangeMin property.- Parameters:
value
- allowed object isDouble
-
getPressureNominal
public double getPressureNominal()
Gets the value of the pressureNominal property.
-
setPressureNominal
public void setPressureNominal(double value)
Sets the value of the pressureNominal property.
-
getPressureRangeMax
public Double getPressureRangeMax()
Gets the value of the pressureRangeMax property.- Returns:
- possible object is
Double
-
setPressureRangeMax
public void setPressureRangeMax(Double value)
Sets the value of the pressureRangeMax property.- Parameters:
value
- allowed object isDouble
-
getUnit
public String getUnit()
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
public void setUnit(String value)
Sets the value of the unit property.- Parameters:
value
- allowed object isString
-
isCutOffByEmergencyStop
public boolean isCutOffByEmergencyStop()
Gets the value of the cutOffByEmergencyStop property.- Returns:
- possible object is
Boolean
-
setCutOffByEmergencyStop
public void setCutOffByEmergencyStop(Boolean value)
Sets the value of the cutOffByEmergencyStop property.- Parameters:
value
- allowed object isBoolean
-
getDecade
public float getDecade()
Gets the value of the decade property.- Returns:
- possible object is
Float
-
-