public class HPGLPenSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHPGLPenDescription()
Retrieves Description of the kind of information drawn with the pen.
|
java.lang.String |
getHPGLPenLabel()
Return Label of the pen.
|
short |
getHPGLPenNumber()
Retrieves Numeric ID of the pen in the HPGL document
|
void |
setHPGLPenDescription(java.lang.String strHPGLPenDescription)
Sets Description of the kind of information drawn with the pen.
|
void |
setHPGLPenLabel(java.lang.String strRescaleType)
Sets Label of the pen.
|
void |
setHPGLPenNumber(short shHPGLPenNumber)
Sets Numeric ID of the pen in the HPGL document
|
boolean |
validateForModule()
Validates all the attributes in HPGLPenSequenceItem 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 setHPGLPenNumber(short shHPGLPenNumber)
shHPGLPenNumber - short value of Numeric ID of the pen in the HPGL documentpublic short getHPGLPenNumber()
public void setHPGLPenLabel(java.lang.String strRescaleType)
strHPGLPenLabel - String value of Label of the pen.public java.lang.String getHPGLPenLabel()
public void setHPGLPenDescription(java.lang.String strHPGLPenDescription)
strHPGLPenDescription - public java.lang.String getHPGLPenDescription()