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

public class VecUSUnit extends VecUnit implements Serializable, Visitable

The USUnit class can define quantities in the terms of the US-Unit-System by specifying the corresponding US unit name. The US Unit System is quite similar to the imperial unit system, however some units are defined slightly different.

Java class for USUnit complex type.

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


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

    • usUnitName

      protected VecUSUnitName usUnitName

      Specifies the name of theUSUnit.

  • Constructor Details

    • VecUSUnit

      public VecUSUnit()
  • Method Details