org.opcfoundation.ua.core
Class PublishResponse

java.lang.Object
  extended by org.opcfoundation.ua.utils.AbstractStructure
      extended by org.opcfoundation.ua.core.PublishResponse
All Implemented Interfaces:
Cloneable, ServiceResponse, Structure, IEncodeable

public class PublishResponse
extends AbstractStructure
implements ServiceResponse


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

ID

public static final ExpandedNodeId ID

BINARY

public static final ExpandedNodeId BINARY

XML

public static final ExpandedNodeId XML

ResponseHeader

protected ResponseHeader ResponseHeader

SubscriptionId

protected UnsignedInteger SubscriptionId

AvailableSequenceNumbers

protected UnsignedInteger[] AvailableSequenceNumbers

MoreNotifications

protected Boolean MoreNotifications

NotificationMessage

protected NotificationMessage NotificationMessage

Results

protected StatusCode[] Results

DiagnosticInfos

protected DiagnosticInfo[] DiagnosticInfos
Constructor Detail

PublishResponse

public PublishResponse()

PublishResponse

public PublishResponse(ResponseHeader ResponseHeader,
                       UnsignedInteger SubscriptionId,
                       UnsignedInteger[] AvailableSequenceNumbers,
                       Boolean MoreNotifications,
                       NotificationMessage NotificationMessage,
                       StatusCode[] Results,
                       DiagnosticInfo[] DiagnosticInfos)
Method Detail

getResponseHeader

public ResponseHeader getResponseHeader()
Description copied from interface: ServiceResponse

getResponseHeader.

Specified by:
getResponseHeader in interface ServiceResponse
Returns:
a ResponseHeader object.

setResponseHeader

public void setResponseHeader(ResponseHeader ResponseHeader)
Description copied from interface: ServiceResponse

setResponseHeader.

Specified by:
setResponseHeader in interface ServiceResponse
Parameters:
ResponseHeader - a ResponseHeader object.

getSubscriptionId

public UnsignedInteger getSubscriptionId()

setSubscriptionId

public void setSubscriptionId(UnsignedInteger SubscriptionId)

getAvailableSequenceNumbers

public UnsignedInteger[] getAvailableSequenceNumbers()

setAvailableSequenceNumbers

public void setAvailableSequenceNumbers(UnsignedInteger[] AvailableSequenceNumbers)

getMoreNotifications

public Boolean getMoreNotifications()

setMoreNotifications

public void setMoreNotifications(Boolean MoreNotifications)

getNotificationMessage

public NotificationMessage getNotificationMessage()

setNotificationMessage

public void setNotificationMessage(NotificationMessage NotificationMessage)

getResults

public StatusCode[] getResults()

setResults

public void setResults(StatusCode[] Results)

getDiagnosticInfos

public DiagnosticInfo[] getDiagnosticInfos()

setDiagnosticInfos

public void setDiagnosticInfos(DiagnosticInfo[] DiagnosticInfos)

clone

public PublishResponse clone()
Deep clone

Specified by:
clone in interface Structure
Overrides:
clone in class AbstractStructure
Returns:
cloned PublishResponse

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeId

public ExpandedNodeId getTypeId()
Description copied from interface: Structure

getTypeId.

Specified by:
getTypeId in interface Structure
Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Specified by:
getXmlEncodeId in interface Structure
Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Specified by:
getBinaryEncodeId in interface Structure
Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.