|
||||||||||
| 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.CreateSessionResponse
public class CreateSessionResponse
| Field Summary | |
|---|---|
protected NodeId |
AuthenticationToken
|
static ExpandedNodeId |
BINARY
|
static ExpandedNodeId |
ID
|
protected UnsignedInteger |
MaxRequestMessageSize
|
protected ResponseHeader |
ResponseHeader
|
protected Double |
RevisedSessionTimeout
|
protected ByteString |
ServerCertificate
|
protected EndpointDescription[] |
ServerEndpoints
|
protected ByteString |
ServerNonce
|
protected SignatureData |
ServerSignature
|
protected SignedSoftwareCertificate[] |
ServerSoftwareCertificates
|
protected NodeId |
SessionId
|
static ExpandedNodeId |
XML
|
| Constructor Summary | |
|---|---|
CreateSessionResponse()
|
|
CreateSessionResponse(ResponseHeader ResponseHeader,
NodeId SessionId,
NodeId AuthenticationToken,
Double RevisedSessionTimeout,
ByteString ServerNonce,
ByteString ServerCertificate,
EndpointDescription[] ServerEndpoints,
SignedSoftwareCertificate[] ServerSoftwareCertificates,
SignatureData ServerSignature,
UnsignedInteger MaxRequestMessageSize)
|
|
| 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 NodeId SessionId
protected NodeId AuthenticationToken
protected Double RevisedSessionTimeout
protected ByteString ServerNonce
protected ByteString ServerCertificate
protected EndpointDescription[] ServerEndpoints
protected SignedSoftwareCertificate[] ServerSoftwareCertificates
protected SignatureData ServerSignature
protected UnsignedInteger MaxRequestMessageSize
| Constructor Detail |
|---|
public CreateSessionResponse()
public CreateSessionResponse(ResponseHeader ResponseHeader,
NodeId SessionId,
NodeId AuthenticationToken,
Double RevisedSessionTimeout,
ByteString ServerNonce,
ByteString ServerCertificate,
EndpointDescription[] ServerEndpoints,
SignedSoftwareCertificate[] ServerSoftwareCertificates,
SignatureData ServerSignature,
UnsignedInteger MaxRequestMessageSize)
| 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 NodeId getSessionId()
public void setSessionId(NodeId SessionId)
public NodeId getAuthenticationToken()
public void setAuthenticationToken(NodeId AuthenticationToken)
public Double getRevisedSessionTimeout()
public void setRevisedSessionTimeout(Double RevisedSessionTimeout)
public ByteString getServerNonce()
public void setServerNonce(ByteString ServerNonce)
public ByteString getServerCertificate()
public void setServerCertificate(ByteString ServerCertificate)
public EndpointDescription[] getServerEndpoints()
public void setServerEndpoints(EndpointDescription[] ServerEndpoints)
public SignedSoftwareCertificate[] getServerSoftwareCertificates()
public void setServerSoftwareCertificates(SignedSoftwareCertificate[] ServerSoftwareCertificates)
public SignatureData getServerSignature()
public void setServerSignature(SignatureData ServerSignature)
public UnsignedInteger getMaxRequestMessageSize()
public void setMaxRequestMessageSize(UnsignedInteger MaxRequestMessageSize)
public CreateSessionResponse 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 | |||||||||