public class AAbort extends java.lang.Object implements IDIMSEAssociation
| Constructor and Description |
|---|
AAbort() |
| Modifier and Type | Method and Description |
|---|---|
AAbortPDU |
getAAbortPDU()
Initializes the A-Abort PDU.
|
EnumPDUType |
getPDUType()
Retrieves the PDU type.
|
EnumAbortReason |
getReason()
Retrieves the reason of abnormal release.
|
EnumAbortSource |
getSource()
Retrieves the source of abnormal release..
|
void |
setAAbortPDU(AAbortPDU objAAbortPDU)
Initializes the A-Abort by given A-Abort PDU.
|
void |
setReason(EnumAbortReason enumReason)
Sets the reason of abnormal release.
|
void |
setSource(EnumAbortSource enumSource)
Sets the source of abnormal release..
|
boolean |
validate()
Validates Association Abort primitive for mandatory attributes
|
public EnumPDUType getPDUType()
getPDUType in interface IDIMSEAssociationEnumPDUType - Enum value of PDU type.public EnumAbortReason getReason()
public void setReason(EnumAbortReason enumReason)
enumReason - Enum value of Reasonpublic EnumAbortSource getSource()
public void setSource(EnumAbortSource enumSource)
enumSource - Enum value of Sourcepublic void setAAbortPDU(AAbortPDU objAAbortPDU)
objAAbortPDU - instance of AAbortPDU.public AAbortPDU getAAbortPDU()
public boolean validate()
throws InvalidAssociationPrimitiveException
validate in interface IDIMSEAssociationInvalidAssociationPrimitiveException - if validation fails