Class VecTextBasedInstruction

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

public class VecTextBasedInstruction extends VecInstruction implements Serializable, Visitable

A TextBasedInstruction is used to specify human readable instructions in text.

Java class for TextBasedInstruction complex type.

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


 <complexType name="TextBasedInstruction">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Instruction">
       <sequence>
         <element name="InstallationInstruction" type="{http://www.prostep.org/ecad-if/2011/vec}LocalizedString" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • installationInstructions

      protected List<VecLocalizedString> installationInstructions

      Specifies the instruction in a human readable form. Different languages are possible.

  • Constructor Details

    • VecTextBasedInstruction

      public VecTextBasedInstruction()
  • Method Details

    • getInstallationInstructions

      public List<VecLocalizedString> getInstallationInstructions()
      Gets the value of the installationInstructions property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the installationInstructions property.

      For example, to add a new item, do as follows:

          getInstallationInstructions().add(newItem);
       

      Objects of the following type(s) are allowed in the list VecLocalizedString

      Specifies the instruction in a human readable form. Different languages are possible.

      Returns:
      The value of the installationInstructions property.
    • accept

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