public class TLcdCADRGFrameDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static char |
SECURITY_CONFIDENTIAL |
static char |
SECURITY_RESTRICTED |
static char |
SECURITY_SECRET |
static char |
SECURITY_TOP_SECRET |
static char |
SECURITY_UNCLASSIFIED |
Constructor and Description |
---|
TLcdCADRGFrameDescriptor(java.lang.String aGeographicLocation,
char aSecurityClassification,
java.lang.String aSecurityCountryCode,
java.lang.String aSecurityReleaseMarking)
Creates a new TLcdCADRGFrameDescriptor with the given properties.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGeographicLocation()
Returns the Geographic Location.
|
char |
getSecurityClassification()
Returns the Security Classification.
|
java.lang.String |
getSecurityCountryCode()
Returns the Security Country Code.
|
java.lang.String |
getSecurityReleaseMarking()
Returns the Security Release Marking.
|
public static final char SECURITY_TOP_SECRET
public static final char SECURITY_SECRET
public static final char SECURITY_CONFIDENTIAL
public static final char SECURITY_RESTRICTED
public static final char SECURITY_UNCLASSIFIED
public TLcdCADRGFrameDescriptor(java.lang.String aGeographicLocation, char aSecurityClassification, java.lang.String aSecurityCountryCode, java.lang.String aSecurityReleaseMarking)
public java.lang.String getGeographicLocation()
public char getSecurityClassification()
SECURITY_TOP_SECRET
,
SECURITY_SECRET
,
SECURITY_CONFIDENTIAL
,
SECURITY_RESTRICTED
, or
SECURITY_UNCLASSIFIED
.public java.lang.String getSecurityCountryCode()
public java.lang.String getSecurityReleaseMarking()