org.openmuc.openiec61850
Class BdaReasonForInclusion

java.lang.Object
  extended by org.openmuc.openiec61850.ModelNode
      extended by org.openmuc.openiec61850.FcModelNode
          extended by org.openmuc.openiec61850.BasicDataAttribute
              extended by org.openmuc.openiec61850.BdaBitString
                  extended by org.openmuc.openiec61850.BdaReasonForInclusion
All Implemented Interfaces:
java.lang.Iterable<ModelNode>

public final class BdaReasonForInclusion
extends BdaBitString


Field Summary
 
Fields inherited from class org.openmuc.openiec61850.BasicDataAttribute
basicType, dchg, dupd, qchg, sAddr
 
Fields inherited from class org.openmuc.openiec61850.ModelNode
children, objectReference
 
Constructor Summary
BdaReasonForInclusion(ObjectReference objectReference)
           
 
Method Summary
 BdaReasonForInclusion copy()
          Copies the whole node with all of its children.
 boolean isApplicationTrigger()
           
 boolean isDataChange()
           
 boolean isDataUpdate()
           
 boolean isGeneralInterrogation()
           
 boolean isIntegrity()
           
 boolean isQualityChange()
           
 void setApplicationTrigger(boolean applicationTrigger)
           
 void setDataChange(boolean dataChange)
           
 void setDataUpdate(boolean dataUpdate)
           
 void setGeneralInterrogation(boolean generalInterrogation)
           
 void setIntegrity(boolean integrity)
           
 void setQualityChange(boolean qualityChange)
           
 
Methods inherited from class org.openmuc.openiec61850.BdaBitString
getMaxNumBits, getValue, setDefault, setValue, toString
 
Methods inherited from class org.openmuc.openiec61850.BasicDataAttribute
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator
 
Methods inherited from class org.openmuc.openiec61850.FcModelNode
getFc
 
Methods inherited from class org.openmuc.openiec61850.ModelNode
getIterators, getName, getParent, getReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BdaReasonForInclusion

public BdaReasonForInclusion(ObjectReference objectReference)
Method Detail

copy

public BdaReasonForInclusion copy()
Description copied from class: ModelNode
Copies the whole node with all of its children. Creates new BasicDataAttribute values but reuses ObjectReferences, FunctionalConstraints.

Specified by:
copy in class ModelNode

isDataChange

public boolean isDataChange()

isQualityChange

public boolean isQualityChange()

isDataUpdate

public boolean isDataUpdate()

isIntegrity

public boolean isIntegrity()

isGeneralInterrogation

public boolean isGeneralInterrogation()

isApplicationTrigger

public boolean isApplicationTrigger()

setDataChange

public void setDataChange(boolean dataChange)

setQualityChange

public void setQualityChange(boolean qualityChange)

setDataUpdate

public void setDataUpdate(boolean dataUpdate)

setIntegrity

public void setIntegrity(boolean integrity)

setGeneralInterrogation

public void setGeneralInterrogation(boolean generalInterrogation)

setApplicationTrigger

public void setApplicationTrigger(boolean applicationTrigger)