public class MatingFeatureSetsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
MatingFeatureSequence |
getMatingFeatureSequence()
Retrieves pre-initialized object of Mating Feature Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
short |
getMatingFeatureSetID()
Retrieves Mating Feature Set ID.
|
java.lang.String |
getMatingFeatureSetLabel()
Return Mating Feature Set Label.
|
void |
setMatingFeatureSetID(short shMatingFeatureSetID)
Sets Mating Feature Set ID.
|
void |
setMatingFeatureSetLabel(java.lang.String strMatingFeatureSetLabel)
Sets Mating Feature Set Label.
|
boolean |
validateForModule()
Validates all the attributes in MatingFeatureSetsSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setMatingFeatureSetID(short shMatingFeatureSetID)
shMatingFeatureSetID - short value of Mating Feature Set IDpublic short getMatingFeatureSetID()
public void setMatingFeatureSetLabel(java.lang.String strMatingFeatureSetLabel)
strMatingFeatureSetLabel - String value of Mating Feature Set Label.public java.lang.String getMatingFeatureSetLabel()
public MatingFeatureSequence getMatingFeatureSequence()