java.lang.Object
dev.jcputney.elearning.parser.input.lom.types.Identifier
All Implemented Interfaces:
Serializable

public class Identifier extends Object implements Serializable
Represents an identifier for a related resource.

 <xs:complexType name="identifier">
   <xs:choice minOccurs="0" maxOccurs="unbounded">
     <xs:element name="catalog" type="catalog" minOccurs="0"/>
     <xs:element name="entry" type="entry" minOccurs="0"/>
   </xs:choice>
   <xs:attributeGroup ref="ag:identifier"/>
 </xs:complexType>
 
See Also:
  • Constructor Details

    • Identifier

      public Identifier()