Class PropertiesForRDCT.PhysicalProperties.PowerSupplyElectrical

  • Enclosing class:
    PropertiesForRDCT.PhysicalProperties

    public static class PropertiesForRDCT.PhysicalProperties.PowerSupplyElectrical
    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="voltageRangeMin" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="voltageNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="voltageRangeMax" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="frequency" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="numberOfPhases" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
           <attribute name="currentNominal" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="currentMax" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="currentMaxPassThrough" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="AC_or_DC" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="AC"/>
                 <enumeration value="DC"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="requiresUPS" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="cutOffByEmergencyStop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • voltageRangeMin

        protected Double voltageRangeMin
      • voltageNominal

        protected double voltageNominal
      • voltageRangeMax

        protected Double voltageRangeMax
      • frequency

        protected Float frequency
      • numberOfPhases

        protected BigInteger numberOfPhases
      • currentNominal

        protected double currentNominal
      • currentMax

        protected double currentMax
      • currentMaxPassThrough

        protected Double currentMaxPassThrough
      • acOrDC

        protected String acOrDC
      • requiresUPS

        protected Boolean requiresUPS
      • cutOffByEmergencyStop

        protected Boolean cutOffByEmergencyStop
    • Constructor Detail

      • PowerSupplyElectrical

        public PowerSupplyElectrical()
    • Method Detail

      • getVoltageRangeMin

        public Double getVoltageRangeMin()
        Gets the value of the voltageRangeMin property.
        Returns:
        possible object is Double
      • setVoltageRangeMin

        public void setVoltageRangeMin​(Double value)
        Sets the value of the voltageRangeMin property.
        Parameters:
        value - allowed object is Double
      • getVoltageNominal

        public double getVoltageNominal()
        Gets the value of the voltageNominal property.
      • setVoltageNominal

        public void setVoltageNominal​(double value)
        Sets the value of the voltageNominal property.
      • getVoltageRangeMax

        public Double getVoltageRangeMax()
        Gets the value of the voltageRangeMax property.
        Returns:
        possible object is Double
      • setVoltageRangeMax

        public void setVoltageRangeMax​(Double value)
        Sets the value of the voltageRangeMax property.
        Parameters:
        value - allowed object is Double
      • getFrequency

        public Float getFrequency()
        Gets the value of the frequency property.
        Returns:
        possible object is Float
      • setFrequency

        public void setFrequency​(Float value)
        Sets the value of the frequency property.
        Parameters:
        value - allowed object is Float
      • getNumberOfPhases

        public BigInteger getNumberOfPhases()
        Gets the value of the numberOfPhases property.
        Returns:
        possible object is BigInteger
      • setNumberOfPhases

        public void setNumberOfPhases​(BigInteger value)
        Sets the value of the numberOfPhases property.
        Parameters:
        value - allowed object is BigInteger
      • getCurrentNominal

        public double getCurrentNominal()
        Gets the value of the currentNominal property.
      • setCurrentNominal

        public void setCurrentNominal​(double value)
        Sets the value of the currentNominal property.
      • getCurrentMax

        public double getCurrentMax()
        Gets the value of the currentMax property.
      • setCurrentMax

        public void setCurrentMax​(double value)
        Sets the value of the currentMax property.
      • getCurrentMaxPassThrough

        public Double getCurrentMaxPassThrough()
        Gets the value of the currentMaxPassThrough property.
        Returns:
        possible object is Double
      • setCurrentMaxPassThrough

        public void setCurrentMaxPassThrough​(Double value)
        Sets the value of the currentMaxPassThrough property.
        Parameters:
        value - allowed object is Double
      • getACOrDC

        public String getACOrDC()
        Gets the value of the acOrDC property.
        Returns:
        possible object is String
      • setACOrDC

        public void setACOrDC​(String value)
        Sets the value of the acOrDC property.
        Parameters:
        value - allowed object is String
      • isRequiresUPS

        public boolean isRequiresUPS()
        Gets the value of the requiresUPS property.
        Returns:
        possible object is Boolean
      • setRequiresUPS

        public void setRequiresUPS​(Boolean value)
        Sets the value of the requiresUPS property.
        Parameters:
        value - allowed object is Boolean
      • 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