public class ACPresContext
extends java.lang.Object
| Constructor and Description |
|---|
ACPresContext() |
| Modifier and Type | Method and Description |
|---|---|
ACPresContextItem |
getItem()
Initializes the ACPresContextItem.
|
EnumACKReason |
getReason()
Retrieves the reason according to the status of ACK.
|
java.lang.String |
getTransferSyntaxName()
Retrieves the Transfer Syntax Name supported in this ACPresContext.
|
void |
populate(ACPresContextItem objACPresContextItem)
Initializes the ACPresContext with given ACPresContextItem.
|
void |
setReason(EnumACKReason enumACKReason)
Sets the reason according to the status of ACK.
|
void |
setTransferSyntaxName(java.lang.String strTransferSyntaxName)
Sets the Transfer Syntax Name supported in this ACPresContext.
|
boolean |
validate()
Validates the RQPresContext for mandatory attributes
|
public java.lang.String getTransferSyntaxName()
public void setTransferSyntaxName(java.lang.String strTransferSyntaxName)
strTransferSyntaxName - the new transfer syntax namepublic EnumACKReason getReason()
public void setReason(EnumACKReason enumACKReason)
enumACKReason - the Reasonpublic void populate(ACPresContextItem objACPresContextItem)
objACPresContextItem - instance of ACPresContextItempublic ACPresContextItem getItem()
public boolean validate()