public final class BdaReasonForInclusion extends BdaBitString
children, objectReference| Constructor | Description |
|---|---|
BdaReasonForInclusion(ObjectReference objectReference) |
| Modifier and Type | Method | Description |
|---|---|---|
BdaReasonForInclusion |
copy() |
Returns a copy of model 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) |
|
java.lang.String |
toString() |
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iteratorgetMaxNumBits, getValue, getValueString, setDefault, setValue, setValueFromgetFcgetIterators, getName, getParent, getReferencepublic BdaReasonForInclusion(ObjectReference objectReference)
public BdaReasonForInclusion copy()
ModelNodepublic boolean isDataChange()
public void setDataChange(boolean dataChange)
public boolean isQualityChange()
public void setQualityChange(boolean qualityChange)
public boolean isDataUpdate()
public void setDataUpdate(boolean dataUpdate)
public boolean isIntegrity()
public void setIntegrity(boolean integrity)
public boolean isGeneralInterrogation()
public void setGeneralInterrogation(boolean generalInterrogation)
public boolean isApplicationTrigger()
public void setApplicationTrigger(boolean applicationTrigger)
public java.lang.String toString()
toString in class BdaBitString