|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractStructure
org.opcfoundation.ua.core.RepublishResponse
public class RepublishResponse
| Field Summary | |
|---|---|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected NotificationMessage |
NotificationMessage
|
protected ResponseHeader |
ResponseHeader
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
RepublishResponse()
|
|
RepublishResponse(ResponseHeader ResponseHeader,
NotificationMessage NotificationMessage)
|
|
| Method Summary | |
|---|---|
RepublishResponse |
clone()
Deep clone |
boolean |
equals(Object obj)
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
NotificationMessage |
getNotificationMessage()
|
ResponseHeader |
getResponseHeader()
getResponseHeader. |
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setNotificationMessage(NotificationMessage NotificationMessage)
|
void |
setResponseHeader(ResponseHeader ResponseHeader)
setResponseHeader. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected ResponseHeader ResponseHeader
protected NotificationMessage NotificationMessage
| Constructor Detail |
|---|
public RepublishResponse()
public RepublishResponse(ResponseHeader ResponseHeader,
NotificationMessage NotificationMessage)
| Method Detail |
|---|
public ResponseHeader getResponseHeader()
ServiceResponsegetResponseHeader.
getResponseHeader in interface ServiceResponseResponseHeader object.public void setResponseHeader(ResponseHeader ResponseHeader)
ServiceResponsesetResponseHeader.
setResponseHeader in interface ServiceResponseResponseHeader - a ResponseHeader object.public NotificationMessage getNotificationMessage()
public void setNotificationMessage(NotificationMessage NotificationMessage)
public RepublishResponse clone()
clone in interface Structureclone in class AbstractStructurepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic ExpandedNodeId getTypeId()
StructuregetTypeId.
getTypeId in interface StructureExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
getXmlEncodeId in interface StructureExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
getBinaryEncodeId in interface StructureExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||