public class NSetImagePrintMangMeta_QueryModel extends java.lang.Object implements IQueryModel
| Constructor and Description |
|---|
NSetImagePrintMangMeta_QueryModel()
This is default Constructor for NSetImagePrintMangMeta_QueryModel.
|
NSetImagePrintMangMeta_QueryModel(EnumSOPClassUIDs enumSOPClassUIDs)
Set the value of EnumSOPClassUIDs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(IDataSet objIDataSet)
Populates the Query Model using filled DataSet.
|
boolean |
encode(ITransferSyntax objITransferSyntax,
ISingleCollection<IDataSet> objDataSetList)
Gets the filled DataSet list from already populated Query Model.
|
EnumSOPClassUIDs |
getEnumSOPClassUIDs()
Retrieve the EnumSOPClassUIDs.
|
ISingleCollection<NSetImagePrintMangMeta_Attributes> |
getNSetImagePrintMangMeta_AttributesList()
Retrieve the object of NSetImagePrintMangMeta_Attributes.
|
void |
setNSetImagePrintMangMeta_AttributesList(ISingleCollection<NSetImagePrintMangMeta_Attributes> objNSetImagePrintMangMetaAttributes)
Set the value of NSetImagePrintMangMeta_Attributes.
|
public NSetImagePrintMangMeta_QueryModel()
public NSetImagePrintMangMeta_QueryModel(EnumSOPClassUIDs enumSOPClassUIDs)
enumSOPClassUIDs - public EnumSOPClassUIDs getEnumSOPClassUIDs()
public ISingleCollection<NSetImagePrintMangMeta_Attributes> getNSetImagePrintMangMeta_AttributesList()
public void setNSetImagePrintMangMeta_AttributesList(ISingleCollection<NSetImagePrintMangMeta_Attributes> objNSetImagePrintMangMetaAttributes)
objNSetImagePrintMangMetaAttributes - - ISingleCollection of NSetImagePrintMangMeta_Attributespublic boolean decode(IDataSet objIDataSet)
decode in interface IQueryModelobjIDataSet - Object of IDataSet.public boolean encode(ITransferSyntax objITransferSyntax, ISingleCollection<IDataSet> objDataSetList)
encode in interface IQueryModelobjITransferSyntax - Object of ITransferSyntax.objDataSetList - Single collect of DataSet.