Class ExitActionsSpec
java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.ExitActionsSpec
- All Implemented Interfaces:
Serializable
Represents the exitActionsSpec complex type.
The following schema snippet specifies its contents:
<xs:complexType name="exitActionsSpec">
<xs:all>
<xs:element name="intermediateSco" type="scoExitActionSpec" minOccurs="0" maxOccurs="1" />
<xs:element name="finalSco" type="scoExitActionSpec" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the exit action specification for the final SCO.Retrieves the exit action specification for the intermediate SCO.inthashCode()voidsetFinalSco(ScoExitActionSpec finalSco) Sets the exit action specification for the final SCO.voidsetIntermediateSco(ScoExitActionSpec intermediateSco) Sets the exit action specification for the intermediate SCO.
-
Constructor Details
-
ExitActionsSpec
public ExitActionsSpec()Constructs an instance of theExitActionsSpecclass.This constructor initializes the object with no defined properties.
-
-
Method Details
-
getIntermediateSco
Retrieves the exit action specification for the intermediate SCO.- Returns:
- the
ScoExitActionSpecrepresenting the exit action for the intermediate SCO, ornullif no action has been specified.
-
setIntermediateSco
Sets the exit action specification for the intermediate SCO.- Parameters:
intermediateSco- theScoExitActionSpecinstance defining the exit action for the intermediate SCO
-
getFinalSco
Retrieves the exit action specification for the final SCO.- Returns:
- the
ScoExitActionSpecrepresenting the exit action for the final SCO, ornullif no action has been specified.
-
setFinalSco
Sets the exit action specification for the final SCO.- Parameters:
finalSco- theScoExitActionSpecinstance defining the exit action for the final SCO
-
equals
-
hashCode
public int hashCode()
-