java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.RsopSpec
All Implemented Interfaces:
Serializable

public final class RsopSpec extends Object implements 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 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

      public OfflineSynchModeType getOfflineSynchMode()
      Retrieves the offline synchronization mode associated with the current resource.
      Returns:
      the offline synchronization mode as an OfflineSynchModeType.
    • setOfflineSynchMode

      public void setOfflineSynchMode(OfflineSynchModeType offlineSynchMode)
      Sets the offline synchronization mode for the resource.
      Parameters:
      offlineSynchMode - the offline synchronization mode to be applied, represented as an OfflineSynchModeType.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object