Class VecTextBasedInstruction
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,Visitable,Serializable
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecLocalizedString>Specifies the instruction in a human readable form.Fields 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 installationInstructions 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
-
installationInstructions
Specifies the instruction in a human readable form. Different languages are possible.
-
-
Constructor Details
-
VecTextBasedInstruction
public VecTextBasedInstruction()
-
-
Method Details
-
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
setmethod 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
VecLocalizedStringSpecifies the instruction in a human readable form. Different languages are possible.
- Returns:
- The value of the installationInstructions property.
-
accept
-