Constructor and Description |
---|
CdmHeader(double minVersionMessageId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassification()
Get the classification or caveats text message of this CDM.
|
String |
getMessageFor()
Get the spacecraft name for which the CDM is provided stored in MESSAGE_FOR key.
|
void |
setClassification(String classification)
Set the classification or caveats text message of this CDM.
|
void |
setMessageFor(String spacecraftNames)
Set the spacecraft name for which the CDM is provided stored in MESSAGE_FOR key.
|
void |
validate(double version)
Check is all mandatory entries have been initialized.
|
getCreationDate, getFormatVersion, getMessageId, getOriginator, setCreationDate, setFormatVersion, setMessageId, setOriginator
acceptComments, addComment, checkAllowed, checkNotNaN, checkNotNegative, checkNotNull, getComments, refuseFurtherComments
public CdmHeader(double minVersionMessageId)
minVersionMessageId
- minimum version for HeaderKey.MESSAGE_ID
public void validate(double version)
This method should throw an exception if some mandatory entries are missing or not compatible with version number.
public String getMessageFor()
public void setMessageFor(String spacecraftNames)
spacecraftNames
- the spacecraft name for which the CDM is provided.public String getClassification()
public void setClassification(String classification)
classification
- the classification to setCopyright © 2002-2022 CS GROUP. All rights reserved.