Class 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 Detail

      • pressureRangeMin

        protected Double pressureRangeMin
      • pressureNominal

        protected double pressureNominal
      • pressureRangeMax

        protected Double pressureRangeMax
      • cutOffByEmergencyStop

        protected Boolean cutOffByEmergencyStop
      • decade

        protected Float decade
    • Constructor Detail

      • PowerSupplyPneumatic

        public PowerSupplyPneumatic()
    • 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 is Double
      • 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 is Double
      • 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 is String
      • 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 is Boolean
      • getDecade

        public float getDecade()
        Gets the value of the decade property.
        Returns:
        possible object is Float
      • setDecade

        public void setDecade​(Float value)
        Sets the value of the decade property.
        Parameters:
        value - allowed object is Float