java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.LaunchSpec
All Implemented Interfaces:
Serializable

public class LaunchSpec extends Object implements 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 Details

    • LaunchSpec

      public LaunchSpec()