org.activemath.webapp.tutor.cgWebService.scorm.simpleScorm2004
Class Organization

java.lang.Object
  extended by org.activemath.webapp.tutor.cgWebService.scorm.simpleScorm2004.Organization

public class Organization
extends Object

This class represents Organization in Manifest according to SCORM2004 specification of Content Packaging. Organization can be output as XML Stream.


Constructor Summary
Organization()
          All the members are initialised here.
 
Method Summary
 void dump(StringBuffer buf, int depth)
          Dumps the contents of this subtree into the provided string buffer.
 void dumpTitle(StringBuffer buf, int depth)
          Dumps the title into the given buffer.
 String getIdentifier()
           
 void parse(OJElement omgroupRoot)
          Parses the root element of a OJDocument with the goal of creating an Organization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Organization

public Organization()
All the members are initialised here. The structure of organization will be set to the "hierarchical" as default.

Method Detail

parse

public void parse(OJElement omgroupRoot)
Parses the root element of a OJDocument with the goal of creating an Organization.

Parameters:
omgroupRoot -

getIdentifier

public String getIdentifier()

dump

public void dump(StringBuffer buf,
                 int depth)
Dumps the contents of this subtree into the provided string buffer.


dumpTitle

public void dumpTitle(StringBuffer buf,
                      int depth)
Dumps the title into the given buffer.

Parameters:
buf -
depth -