Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

CourseImpl.java

Go to the documentation of this file.
00001 
00065 package com.arcle.rmt.j2se.model.domimpl.rqml;
00066 
00067 
00068 import com.arcle.rmt.j2se.model.domimpl.RQMLSecondClassFactory;
00069 import org.w3c.dom.Element;
00070 import com.arcle.rmt.rqml.*;
00071 
00077 public class CourseImpl extends RQMLSecondClassImpl implements Course {
00078 
00085     public CourseImpl(Element elem, RQMLSecondClassFactory fac) {
00086         super(elem, fac);
00087     }
00088 
00089     public Description getDescription() {
00090         return (Description) getFirstChild("description");
00091     }
00092 
00093 
00094     public ActorAction getActorAction() {
00095         return (ActorAction) getFirstChild("actoraction");
00096     }
00097 
00098     public SystemResponse getSystemResponse() {
00099         return (SystemResponse) getFirstChild("systemresponse");
00100     }
00101 }
00102     

Generated on Fri Jun 18 19:51:14 2004 for Arcle Rambutan by doxygen 1.3.5