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:
-
Field Summary
Fields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a reference to the parent of this object in the XML DOM Tree.Methods inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
getCustomProperties, getRefExternalMapping, getXmlId, setXmlId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.foursoft.harness.vec.common.HasCustomProperties
getCustomPropertiesWithType, getCustomProperty
-
Constructor Details
-
VecInstruction
public VecInstruction()
-
-
Method Details
-
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 aVecOccurrenceOrUsageotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
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.
-