Class CaptureHistorySpec
java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.CaptureHistorySpec
- All Implemented Interfaces:
Serializable
Represents the captureHistorySpec complex type.
The following schema snippet specifies its contents:
<xs:complexType name="captureHistorySpec">
<xs:all>
<xs:element name="captureHistory" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="captureHistoryDetailed" type="yesNoType" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CaptureHistorySpec
public CaptureHistorySpec()
-