Class AppearanceSpec
java.lang.Object
dev.jcputney.elearning.parser.input.lom.properties.AppearanceSpec
- All Implemented Interfaces:
Serializable
Represents the appearanceSpec complex type.
The following schema snippet specifies its contents:
<xs:complexType name="appearanceSpec">
<xs:all>
<xs:element name="displayStage" type="displayStageSpec" minOccurs="0" maxOccurs="1" />
<xs:element name="courseStructureWidth" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanRetrieves the course structure width for the appearance configuration.Retrieves the display stage specification for the appearance configuration.inthashCode()voidsetCourseStructureWidth(BigInteger courseStructureWidth) Sets the course structure width for the appearance configuration.voidsetDisplayStage(DisplayStageSpec displayStage) Sets the display stage specification for the appearance configuration.
-
Constructor Details
-
AppearanceSpec
public AppearanceSpec()Default constructor for the AppearanceSpec class.Initializes a new instance of the AppearanceSpec class. This constructor does not perform any operations and is intended for use in creating an empty AppearanceSpec object.
-
-
Method Details
-
getDisplayStage
Retrieves the display stage specification for the appearance configuration.- Returns:
- the display stage specification represented by an instance of
DisplayStageSpec, ornullif not set.
-
setDisplayStage
Sets the display stage specification for the appearance configuration.- Parameters:
displayStage- the new display stage specification to set, represented by an instance ofDisplayStageSpec
-
getCourseStructureWidth
Retrieves the course structure width for the appearance configuration.- Returns:
- the course structure width represented as a
BigInteger, ornullif not set.
-
setCourseStructureWidth
Sets the course structure width for the appearance configuration.- Parameters:
courseStructureWidth- the new course structure width to set, represented as aBigInteger
-
equals
-
hashCode
public int hashCode()
-