Package com.foursoft.harness.vec.v113
Class VecDocumentBasedInstruction
java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecInstruction
com.foursoft.harness.vec.v113.VecDocumentBasedInstruction
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,Visitable,Serializable
A DocumentBasedInstruction is an Instruction to a SheetOrChapter in a DocumentVersion or to a complete DocumentVersion.
Java class for DocumentBasedInstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentBasedInstruction">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Instruction">
<sequence>
<element name="ReferencedDocument" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="ReferencedSheetOrChapter" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the referencedDocument property.Gets the value of the referencedSheetOrChapter property.voidSets the value of the referencedDocument property.voidSets the value of the referencedSheetOrChapter property.Methods inherited from class com.foursoft.harness.vec.v113.VecInstruction
getParentOccurrenceOrUsageMethods 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
-
Field Details
-
referencedDocument
-
referencedSheetOrChapter
-
-
Constructor Details
-
VecDocumentBasedInstruction
public VecDocumentBasedInstruction()
-
-
Method Details
-
getReferencedDocument
Gets the value of the referencedDocument property.- Returns:
- possible object is
Object
-
setReferencedDocument
Sets the value of the referencedDocument property.- Parameters:
value- allowed object isObject
-
getReferencedSheetOrChapter
Gets the value of the referencedSheetOrChapter property.- Returns:
- possible object is
Object
-
setReferencedSheetOrChapter
Sets the value of the referencedSheetOrChapter property.- Parameters:
value- allowed object isObject
-
accept
-