Class RsopSpec
java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.RsopSpec
- All Implemented Interfaces:
Serializable
Represents the rsopSpec complex type.
The following schema snippet specifies its contents:
<xs:complexType name="rsopSpec">
<xs:all>
<xs:element name="offlineSynchMode" type="offlineSynchModeType" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the offline synchronization mode associated with the current resource.inthashCode()voidsetOfflineSynchMode(OfflineSynchModeType offlineSynchMode) Sets the offline synchronization mode for the resource.
-
Constructor Details
-
RsopSpec
public RsopSpec()Default constructor for the RsopSpec class. Initializes a new instance of the RsopSpec class with no specific configuration.
-
-
Method Details
-
getOfflineSynchMode
Retrieves the offline synchronization mode associated with the current resource.- Returns:
- the offline synchronization mode as an
OfflineSynchModeType.
-
setOfflineSynchMode
Sets the offline synchronization mode for the resource.- Parameters:
offlineSynchMode- the offline synchronization mode to be applied, represented as anOfflineSynchModeType.
-
equals
-
hashCode
public int hashCode()
-