Class Date
java.lang.Object
dev.jcputney.elearning.parser.input.lom.types.Date
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Date
public Date()
-