|
||||||||||
| 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.PublishResponse
public class PublishResponse
| Field Summary | |
|---|---|
protected UnsignedInteger[] |
AvailableSequenceNumbers
|
static ExpandedNodeId |
BINARY
|
protected DiagnosticInfo[] |
DiagnosticInfos
|
static ExpandedNodeId |
ID
|
protected Boolean |
MoreNotifications
|
protected NotificationMessage |
NotificationMessage
|
protected ResponseHeader |
ResponseHeader
|
protected StatusCode[] |
Results
|
protected UnsignedInteger |
SubscriptionId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
PublishResponse()
|
|
PublishResponse(ResponseHeader ResponseHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger[] AvailableSequenceNumbers,
Boolean MoreNotifications,
NotificationMessage NotificationMessage,
StatusCode[] Results,
DiagnosticInfo[] DiagnosticInfos)
|
|
| Method Summary | |
|---|---|
PublishResponse |
clone()
Deep clone |
boolean |
equals(Object obj)
|
UnsignedInteger[] |
getAvailableSequenceNumbers()
|
ExpandedNodeId |
getBinaryEncodeId()
getBinaryEncodeId. |
DiagnosticInfo[] |
getDiagnosticInfos()
|
Boolean |
getMoreNotifications()
|
NotificationMessage |
getNotificationMessage()
|
ResponseHeader |
getResponseHeader()
getResponseHeader. |
StatusCode[] |
getResults()
|
UnsignedInteger |
getSubscriptionId()
|
ExpandedNodeId |
getTypeId()
getTypeId. |
ExpandedNodeId |
getXmlEncodeId()
getXmlEncodeId. |
int |
hashCode()
|
void |
setAvailableSequenceNumbers(UnsignedInteger[] AvailableSequenceNumbers)
|
void |
setDiagnosticInfos(DiagnosticInfo[] DiagnosticInfos)
|
void |
setMoreNotifications(Boolean MoreNotifications)
|
void |
setNotificationMessage(NotificationMessage NotificationMessage)
|
void |
setResponseHeader(ResponseHeader ResponseHeader)
setResponseHeader. |
void |
setResults(StatusCode[] Results)
|
void |
setSubscriptionId(UnsignedInteger SubscriptionId)
|
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 UnsignedInteger SubscriptionId
protected UnsignedInteger[] AvailableSequenceNumbers
protected Boolean MoreNotifications
protected NotificationMessage NotificationMessage
protected StatusCode[] Results
protected DiagnosticInfo[] DiagnosticInfos
| Constructor Detail |
|---|
public PublishResponse()
public PublishResponse(ResponseHeader ResponseHeader,
UnsignedInteger SubscriptionId,
UnsignedInteger[] AvailableSequenceNumbers,
Boolean MoreNotifications,
NotificationMessage NotificationMessage,
StatusCode[] Results,
DiagnosticInfo[] DiagnosticInfos)
| 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 UnsignedInteger getSubscriptionId()
public void setSubscriptionId(UnsignedInteger SubscriptionId)
public UnsignedInteger[] getAvailableSequenceNumbers()
public void setAvailableSequenceNumbers(UnsignedInteger[] AvailableSequenceNumbers)
public Boolean getMoreNotifications()
public void setMoreNotifications(Boolean MoreNotifications)
public NotificationMessage getNotificationMessage()
public void setNotificationMessage(NotificationMessage NotificationMessage)
public StatusCode[] getResults()
public void setResults(StatusCode[] Results)
public DiagnosticInfo[] getDiagnosticInfos()
public void setDiagnosticInfos(DiagnosticInfo[] DiagnosticInfos)
public PublishResponse 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 | |||||||||