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