java.lang.Object
com.foursoft.harness.vec.v113.VecUnit
com.foursoft.harness.vec.v113.VecIECUnit
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, Visitable, Serializable

public class VecIECUnit extends VecUnit implements Serializable, Visitable

The IECUnit class can define quantities in the terms of the IEC-Unit-System by specifying the corresponding IEC prefix (optional) and an IEC unit name.

Java class for IECUnit complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="IECUnit">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
       <sequence>
         <element name="IecUnitName" type="{http://www.prostep.org/ecad-if/2011/vec}IECUnitName"/>
         <element name="IecPrefix" type="{http://www.prostep.org/ecad-if/2011/vec}IECPrefix" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • iecUnitName

      protected VecIECUnitName iecUnitName

      Specifies the name of the IEC unit.

    • iecPrefix

      protected VecIECPrefix iecPrefix

      Specifies the prefix of the IEC unit.

  • Constructor Details

    • VecIECUnit

      public VecIECUnit()
  • Method Details

    • getIecUnitName

      public VecIECUnitName getIecUnitName()
      Gets the value of the iecUnitName property.

      Specifies the name of the IEC unit.

      Returns:
      possible object is VecIECUnitName
    • setIecUnitName

      public void setIecUnitName(VecIECUnitName value)
      Sets the value of the iecUnitName property.
      Parameters:
      value - allowed object is VecIECUnitName
      See Also:
    • getIecPrefix

      public VecIECPrefix getIecPrefix()
      Gets the value of the iecPrefix property.

      Specifies the prefix of the IEC unit.

      Returns:
      possible object is VecIECPrefix
    • setIecPrefix

      public void setIecPrefix(VecIECPrefix value)
      Sets the value of the iecPrefix property.
      Parameters:
      value - allowed object is VecIECPrefix
      See Also:
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable