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
Modifier and TypeMethodDescriptionbooleanRetrieves the control audit setting for the debug specification.Retrieves the control detailed setting for the debug specification.Retrieves the include timestamps setting for the debug specification.Retrieves the lookahead audit setting for the debug specification.Retrieves the lookahead detailed setting for the debug specification.Retrieves the runtime audit setting for the debug specification.Retrieves the runtime detailed setting for the debug specification.Retrieves the sequencing audit setting for the debug specification.Retrieves the sequencing detailed setting for the debug specification.Retrieves the sequencing simple setting for the debug specification.inthashCode()voidsetControlAudit(YesNoType controlAudit) Sets the control audit setting for the debug specification.voidsetControlDetailed(YesNoType controlDetailed) Sets the control detailed setting for the debug specification.voidsetIncludeTimestamps(YesNoType includeTimestamps) Sets the include timestamps setting for the debug specification.voidsetLookaheadAudit(YesNoType lookaheadAudit) Sets the lookahead audit setting for the debug specification.voidsetLookaheadDetailed(YesNoType lookaheadDetailed) Sets the lookahead detailed setting for the debug specification.voidsetRuntimeAudit(YesNoType runtimeAudit) Sets the runtime audit setting for the debug specification.voidsetRuntimeDetailed(YesNoType runtimeDetailed) Sets the runtime detailed setting for the debug specification.voidsetSequencingAudit(YesNoType sequencingAudit) Sets the sequencing audit setting for the debug specification.voidsetSequencingDetailed(YesNoType sequencingDetailed) Sets the sequencing detailed setting for the debug specification.voidsetSequencingSimple(YesNoType sequencingSimple) Sets the sequencing simple setting for the debug specification.
-
Constructor Details
-
DebugSpec
public DebugSpec()Default constructor for the DebugSpec class. Initializes an instance of the DebugSpec with no specific settings configured.
-
-
Method Details
-
getControlAudit
Retrieves the control audit setting for the debug specification.- Returns:
- the current value of controlAudit, which is of type
YesNoType.
-
setControlAudit
Sets the control audit setting for the debug specification.- Parameters:
controlAudit- the control audit setting to be set, which is of typeYesNoType
-
getControlDetailed
Retrieves the control detailed setting for the debug specification.- Returns:
- the current value of the controlDetailed field, which is of type
YesNoType.
-
setControlDetailed
Sets the control detailed setting for the debug specification.- Parameters:
controlDetailed- the control detailed setting to be set, which is of typeYesNoType
-
getRuntimeAudit
Retrieves the runtime audit setting for the debug specification.- Returns:
- the current value of the runtimeAudit field, which is of type
YesNoType.
-
setRuntimeAudit
Sets the runtime audit setting for the debug specification.- Parameters:
runtimeAudit- the runtime audit setting to be set, which is of typeYesNoType
-
getRuntimeDetailed
Retrieves the runtime detailed setting for the debug specification.- Returns:
- the current value of the runtimeDetailed field, which is of type
YesNoType.
-
setRuntimeDetailed
Sets the runtime detailed setting for the debug specification.- Parameters:
runtimeDetailed- the runtime detailed setting to be set, which is of typeYesNoType
-
getSequencingAudit
Retrieves the sequencing audit setting for the debug specification.- Returns:
- the current value of the sequencingAudit field, which is of type
YesNoType.
-
setSequencingAudit
Sets the sequencing audit setting for the debug specification.- Parameters:
sequencingAudit- the sequencing audit setting to be set, which is of typeYesNoType
-
getSequencingDetailed
Retrieves the sequencing detailed setting for the debug specification.- Returns:
- the current value of the sequencingDetailed field, which is of type
YesNoType.
-
setSequencingDetailed
Sets the sequencing detailed setting for the debug specification.- Parameters:
sequencingDetailed- the sequencing detailed setting to be set, which is of typeYesNoType
-
getSequencingSimple
Retrieves the sequencing simple setting for the debug specification.- Returns:
- the current value of the sequencingSimple field, which is of type
YesNoType.
-
setSequencingSimple
Sets the sequencing simple setting for the debug specification.- Parameters:
sequencingSimple- the sequencing simple setting to be set, which is of typeYesNoType
-
getLookaheadAudit
Retrieves the lookahead audit setting for the debug specification.- Returns:
- the current value of the lookaheadAudit field, which is of type
YesNoType.
-
setLookaheadAudit
Sets the lookahead audit setting for the debug specification.- Parameters:
lookaheadAudit- the lookahead audit setting to be set, which is of typeYesNoType
-
getLookaheadDetailed
Retrieves the lookahead detailed setting for the debug specification.- Returns:
- the current value of the lookaheadDetailed field, which is of type
YesNoType.
-
setLookaheadDetailed
Sets the lookahead detailed setting for the debug specification.- Parameters:
lookaheadDetailed- the lookahead detailed setting to be set, which is of typeYesNoType
-
getIncludeTimestamps
Retrieves the include timestamps setting for the debug specification.- Returns:
- the current value of the includeTimestamps field, which is of type
YesNoType.
-
setIncludeTimestamps
Sets the include timestamps setting for the debug specification.- Parameters:
includeTimestamps- the include timestamps setting to be set, which is of typeYesNoType
-
equals
-
hashCode
public int hashCode()
-