Class AuxiliaryResource
java.lang.Object
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.sequencing.AuxiliaryResource
- All Implemented Interfaces:
Serializable
Represents an individual auxiliary resource within the SCORM IMS Simple Sequencing schema. An
auxiliary resource is a specific resource that supports the main content but does not directly
impact the learner's progress or completion of the activity.
Auxiliary resources could include references like PDF documents, instructional videos, diagrams, or external tools that help learners in understanding or practicing the activity content.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of the AuxiliaryResource class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the unique identifier for the auxiliary resource.Retrieves the purpose of the auxiliary resource.inthashCode()voidsetAuxiliaryResourceID(String auxiliaryResourceID) Sets the unique identifier for the auxiliary resource.voidsetPurpose(String purpose) Sets the purpose of the auxiliary resource.
-
Constructor Details
-
AuxiliaryResource
public AuxiliaryResource()Constructs a new instance of the AuxiliaryResource class. This no-argument constructor initializes the object without setting any attributes or performing any specific operations.
-
-
Method Details
-
getAuxiliaryResourceID
Retrieves the unique identifier for the auxiliary resource.- Returns:
- the auxiliary resource identifier as a URI string
-
setAuxiliaryResourceID
Sets the unique identifier for the auxiliary resource.- Parameters:
auxiliaryResourceID- the auxiliary resource identifier, represented as a URI string
-
getPurpose
Retrieves the purpose of the auxiliary resource. The purpose provides context on how the resource is intended to support the learning activity, such as "reference material," "practice tool," or "additional reading."- Returns:
- the purpose of the auxiliary resource as a string
-
setPurpose
Sets the purpose of the auxiliary resource. The purpose provides context for how the auxiliary resource is intended to support activities, such as "reference material" or "additional reading."- Parameters:
purpose- the purpose of the auxiliary resource as a string
-
equals
-
hashCode
public int hashCode()
-