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 BooleancutOffByEmergencyStopprotected Floatdecadeprotected doublepressureNominalprotected DoublepressureRangeMaxprotected DoublepressureRangeMinprotected Stringunit
-
Constructor Summary
Constructors Constructor Description PowerSupplyPneumatic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetDecade()Gets the value of the decade property.doublegetPressureNominal()Gets the value of the pressureNominal property.DoublegetPressureRangeMax()Gets the value of the pressureRangeMax property.DoublegetPressureRangeMin()Gets the value of the pressureRangeMin property.StringgetUnit()Gets the value of the unit property.booleanisCutOffByEmergencyStop()Gets the value of the cutOffByEmergencyStop property.voidsetCutOffByEmergencyStop(Boolean value)Sets the value of the cutOffByEmergencyStop property.voidsetDecade(Float value)Sets the value of the decade property.voidsetPressureNominal(double value)Sets the value of the pressureNominal property.voidsetPressureRangeMax(Double value)Sets the value of the pressureRangeMax property.voidsetPressureRangeMin(Double value)Sets the value of the pressureRangeMin property.voidsetUnit(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
-
-