public abstract class ProcessingInformation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProcessingInformation.Type
Типы сообщения
|
Modifier | Constructor and Description |
---|---|
protected |
ProcessingInformation(String nodeId,
ProcessingInformation.Type type)
Конструктор
|
Modifier and Type | Method and Description |
---|---|
String |
getNodeId()
Возвращает идентификатор узла СМЭВ
|
ProcessingInformation.Type |
getType()
Возвращает тип сообщения
|
protected void |
setMessageType(ProcessingInformation.Type type)
Устанавливает тип сообщения
|
protected ProcessingInformation(String nodeId, ProcessingInformation.Type type)
nodeId
- идентификатор узла СМЭВtype
- тип сообщенияpublic String getNodeId()
public ProcessingInformation.Type getType()
protected void setMessageType(ProcessingInformation.Type type)
type
- тип сообщенияCopyright © 2017. All rights reserved.