org.openiec61850.server.scl
Class DOType

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

public class DOType
extends AbstractType


Constructor Summary
DOType(org.w3c.dom.Node xmlNode)
           
 
Method Summary
 java.lang.String getCdc()
           
 java.util.Vector<DA> getdAttributes()
           
 java.lang.String getIedType()
           
 java.util.Vector<SDO> getSdos()
           
 
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

DOType

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

getCdc

public java.lang.String getCdc()

getIedType

public java.lang.String getIedType()

getdAttributes

public java.util.Vector<DA> getdAttributes()

getSdos

public java.util.Vector<SDO> getSdos()