Class VecOtherUnit

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

public class VecOtherUnit extends VecUnit implements Serializable, Visitable

The OtherUnit class can be used to define a unit, which is necessary in the context of data exchange but not contained in the standard systems (e.g. Piece).

Java class for OtherUnit complex type.

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


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

    • otherUnitName

      protected VecOtherUnitName otherUnitName

      Specifies the name of the unit.

  • Constructor Details

    • VecOtherUnit

      public VecOtherUnit()
  • Method Details