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