org.opcfoundation.ua.core
Class ActivateSessionResponse

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

public class ActivateSessionResponse
extends AbstractStructure
implements ServiceResponse


Field Summary
static ExpandedNodeId BINARY
           
protected  DiagnosticInfo[] DiagnosticInfos
           
static ExpandedNodeId ID
           
protected  ResponseHeader ResponseHeader
           
protected  StatusCode[] Results
           
protected  ByteString ServerNonce
           
static ExpandedNodeId XML
           
 
Constructor Summary
ActivateSessionResponse()
           
ActivateSessionResponse(ResponseHeader ResponseHeader, ByteString ServerNonce, StatusCode[] Results, DiagnosticInfo[] DiagnosticInfos)
           
 
Method Summary
 ActivateSessionResponse clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 DiagnosticInfo[] getDiagnosticInfos()
           
 ResponseHeader getResponseHeader()
          getResponseHeader.
 StatusCode[] getResults()
           
 ByteString getServerNonce()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setDiagnosticInfos(DiagnosticInfo[] DiagnosticInfos)
           
 void setResponseHeader(ResponseHeader ResponseHeader)
          setResponseHeader.
 void setResults(StatusCode[] Results)
           
 void setServerNonce(ByteString ServerNonce)
           
 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

ServerNonce

protected ByteString ServerNonce

Results

protected StatusCode[] Results

DiagnosticInfos

protected DiagnosticInfo[] DiagnosticInfos
Constructor Detail

ActivateSessionResponse

public ActivateSessionResponse()

ActivateSessionResponse

public ActivateSessionResponse(ResponseHeader ResponseHeader,
                               ByteString ServerNonce,
                               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.

getServerNonce

public ByteString getServerNonce()

setServerNonce

public void setServerNonce(ByteString ServerNonce)

getResults

public StatusCode[] getResults()

setResults

public void setResults(StatusCode[] Results)

getDiagnosticInfos

public DiagnosticInfo[] getDiagnosticInfos()

setDiagnosticInfos

public void setDiagnosticInfos(DiagnosticInfo[] DiagnosticInfos)

clone

public ActivateSessionResponse clone()
Deep clone

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

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.