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

public class Rights extends Object implements Serializable
Represents the rights information of a learning object, including cost, copyright, and descriptions.

This class is part of the Learning Object Metadata (LOM) model and is used to describe the rights associated with a learning object.

Schema snippet:


 <complexType name="rights">
   <complexContent>
     <extension base="rightsVocab">
       <attributeGroup ref="ag:rights"/>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • Rights

      public Rights()