Class VecInstruction

java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecInstruction
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, Visitable, Serializable
Direct Known Subclasses:
VecDocumentBasedInstruction, VecFileBasedInstruction, VecTextBasedInstruction

public abstract class VecInstruction extends VecExtendableElement implements Serializable, Visitable

Abstract super class to specify different types of instructions. Possible instructions are text, file or document based.

Java class for Instruction complex type.

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


 <complexType name="Instruction">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • VecInstruction

      public VecInstruction()
  • Method Details

    • getParentOccurrenceOrUsage

      public VecOccurrenceOrUsage getParentOccurrenceOrUsage()
      Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is a VecOccurrenceOrUsage otherwise it will be null.
      Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by the ExtendedUnmarshaller.
      This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
      This property has no effect when the object is marshalled to xml.