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