public class SOPClassExtendedNegotiationSubItemFields
extends java.lang.Object
| Constructor and Description |
|---|
SOPClassExtendedNegotiationSubItemFields() |
| Modifier and Type | Method and Description |
|---|---|
EnumElementCoercion |
getElementCoercion()
Gets Element Coercion
|
EnumLevelofDigitalSignatureSupport |
getLevelofDigitalSignatureSupport()
Gets Level of Digital Signature Support
|
EnumLevelofSupport |
getLevelofSupport()
Gets Level of Support
|
java.lang.String |
getSOPClassExtNegotiationSOPclassuid()
Retrieves the SOP Class UID for SOP Class Ext Negotiation.
|
void |
setElementCoercion(EnumElementCoercion enumElementCoercion)
Sets Element Coercion
|
void |
setLevelofDigitalSignatureSupport(EnumLevelofDigitalSignatureSupport enumLevelofDigitalSignatureSupport)
Sets Level of Digital Signature Support.
|
void |
setLevelofSupport(EnumLevelofSupport enumLevelofSupport)
Sets Level of Support
|
void |
setSOPClassExtNegotiationSOPclassuid(java.lang.String strSOPclassuid)
Sets the the SOP Class UID for SOP Class Ext Negotiation.
|
public SOPClassExtendedNegotiationSubItemFields()
public java.lang.String getSOPClassExtNegotiationSOPclassuid()
public void setSOPClassExtNegotiationSOPclassuid(java.lang.String strSOPclassuid)
strSOPclassuid - String value of SOP Class UID.public EnumElementCoercion getElementCoercion()
public void setElementCoercion(EnumElementCoercion enumElementCoercion)
enumElementCoercion - the enumElementCoercion to setpublic EnumLevelofDigitalSignatureSupport getLevelofDigitalSignatureSupport()
public void setLevelofDigitalSignatureSupport(EnumLevelofDigitalSignatureSupport enumLevelofDigitalSignatureSupport)
enumLevelofDigitalSignatureSupport - the enumLevelofDigitalSignatureSupport to setpublic EnumLevelofSupport getLevelofSupport()
public void setLevelofSupport(EnumLevelofSupport enumLevelofSupport)
enumLevelofSupport - the enumLevelofSupport to set