Class VecImperialUnit

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

public class VecImperialUnit extends VecUnit implements Serializable, Visitable

The ImperialUnit class can define quantities in the terms of the Imperial-Unit-System by specifying the corresponding Imperial unit name.

Java class for ImperialUnit complex type.

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


 <complexType name="ImperialUnit">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Unit">
       <sequence>
         <element name="ImperialUnitName" type="{http://www.prostep.org/ecad-if/2011/vec}ImperialUnitName"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • imperialUnitName

      protected VecImperialUnitName imperialUnitName

      Specifies the name of the imperial unit.

  • Constructor Details

    • VecImperialUnit

      public VecImperialUnit()
  • Method Details