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

public class Date extends Object implements Serializable
Represents a date element in LOM metadata, including the date value and an optional description.

 <xs:complexType name="date">
   <xs:complexContent>
     <xs:extension base="DateTime">
       <xs:attributeGroup ref="ag:date"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
 
See Also:
  • Constructor Details

    • Date

      public Date()