Class DebugSpec
java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.DebugSpec
- All Implemented Interfaces:
Serializable
Represents the debugSpec complex type.
The following schema snippet specifies its contents:
<xs:complexType name="debugSpec">
<xs:all>
<xs:element name="controlAudit" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="controlDetailed" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="runtimeAudit" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="runtimeDetailed" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="sequencingAudit" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="sequencingDetailed" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="sequencingSimple" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="lookaheadAudit" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="lookaheadDetailed" type="yesNoType" minOccurs="0" maxOccurs="1" />
<xs:element name="includeTimestamps" type="yesNoType" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DebugSpec
public DebugSpec()
-