Class VecDocumentBasedInstruction

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, Visitable, Serializable

public class VecDocumentBasedInstruction extends VecInstruction implements Serializable, Visitable

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 Details

  • Constructor Details

    • VecDocumentBasedInstruction

      public VecDocumentBasedInstruction()
  • Method Details

    • getReferencedDocument

      public VecDocumentVersion getReferencedDocument()
      Gets the value of the referencedDocument property.
      Returns:
      possible object is Object
    • setReferencedDocument

      public void setReferencedDocument(VecDocumentVersion value)
      Sets the value of the referencedDocument property.
      Parameters:
      value - allowed object is Object
    • getReferencedSheetOrChapter

      public VecSheetOrChapter getReferencedSheetOrChapter()
      Gets the value of the referencedSheetOrChapter property.
      Returns:
      possible object is Object
    • setReferencedSheetOrChapter

      public void setReferencedSheetOrChapter(VecSheetOrChapter value)
      Sets the value of the referencedSheetOrChapter property.
      Parameters:
      value - allowed object is Object
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable