org.openiec61850.server.scl
Class DAType

java.lang.Object
  extended by org.openiec61850.server.scl.AbstractType
      extended by org.openiec61850.server.scl.DAType

public class DAType
extends AbstractType


Constructor Summary
DAType(org.w3c.dom.Node xmlNode)
           
DAType(java.lang.String id, java.lang.String desc)
           
 
Method Summary
 java.util.Vector<BDA> getBdas()
           
 
Methods inherited from class org.openiec61850.server.scl.AbstractType
getDesc, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAType

public DAType(java.lang.String id,
              java.lang.String desc)

DAType

public DAType(org.w3c.dom.Node xmlNode)
       throws SCLParserException
Throws:
SCLParserException
Method Detail

getBdas

public java.util.Vector<BDA> getBdas()