org.opcfoundation.ua.core
Class RequestHeader

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

public class RequestHeader
extends AbstractStructure


Field Summary
protected  ExtensionObject AdditionalHeader
           
protected  String AuditEntryId
           
protected  NodeId AuthenticationToken
           
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  UnsignedInteger RequestHandle
           
protected  UnsignedInteger ReturnDiagnostics
           
protected  UnsignedInteger TimeoutHint
           
protected  DateTime Timestamp
           
static ExpandedNodeId XML
           
 
Constructor Summary
RequestHeader()
           
RequestHeader(NodeId AuthenticationToken, DateTime Timestamp, UnsignedInteger RequestHandle, UnsignedInteger ReturnDiagnostics, String AuditEntryId, UnsignedInteger TimeoutHint, ExtensionObject AdditionalHeader)
           
 
Method Summary
 RequestHeader clone()
          Deep clone
 boolean equals(Object obj)
           
 ExtensionObject getAdditionalHeader()
           
 String getAuditEntryId()
           
 NodeId getAuthenticationToken()
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 UnsignedInteger getRequestHandle()
           
 UnsignedInteger getReturnDiagnostics()
           
 UnsignedInteger getTimeoutHint()
           
 DateTime getTimestamp()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setAdditionalHeader(ExtensionObject AdditionalHeader)
           
 void setAuditEntryId(String AuditEntryId)
           
 void setAuthenticationToken(NodeId AuthenticationToken)
           
 void setRequestHandle(UnsignedInteger RequestHandle)
           
 void setReturnDiagnostics(UnsignedInteger ReturnDiagnostics)
           
 void setTimeoutHint(UnsignedInteger TimeoutHint)
           
 void setTimestamp(DateTime Timestamp)
           
 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

AuthenticationToken

protected NodeId AuthenticationToken

Timestamp

protected DateTime Timestamp

RequestHandle

protected UnsignedInteger RequestHandle

ReturnDiagnostics

protected UnsignedInteger ReturnDiagnostics

AuditEntryId

protected String AuditEntryId

TimeoutHint

protected UnsignedInteger TimeoutHint

AdditionalHeader

protected ExtensionObject AdditionalHeader
Constructor Detail

RequestHeader

public RequestHeader()

RequestHeader

public RequestHeader(NodeId AuthenticationToken,
                     DateTime Timestamp,
                     UnsignedInteger RequestHandle,
                     UnsignedInteger ReturnDiagnostics,
                     String AuditEntryId,
                     UnsignedInteger TimeoutHint,
                     ExtensionObject AdditionalHeader)
Method Detail

getAuthenticationToken

public NodeId getAuthenticationToken()

setAuthenticationToken

public void setAuthenticationToken(NodeId AuthenticationToken)

getTimestamp

public DateTime getTimestamp()

setTimestamp

public void setTimestamp(DateTime Timestamp)

getRequestHandle

public UnsignedInteger getRequestHandle()

setRequestHandle

public void setRequestHandle(UnsignedInteger RequestHandle)

getReturnDiagnostics

public UnsignedInteger getReturnDiagnostics()

setReturnDiagnostics

public void setReturnDiagnostics(UnsignedInteger ReturnDiagnostics)

getAuditEntryId

public String getAuditEntryId()

setAuditEntryId

public void setAuditEntryId(String AuditEntryId)

getTimeoutHint

public UnsignedInteger getTimeoutHint()

setTimeoutHint

public void setTimeoutHint(UnsignedInteger TimeoutHint)

getAdditionalHeader

public ExtensionObject getAdditionalHeader()

setAdditionalHeader

public void setAdditionalHeader(ExtensionObject AdditionalHeader)

clone

public RequestHeader clone()
Deep clone

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

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.

Returns:
a ExpandedNodeId object.

getXmlEncodeId

public ExpandedNodeId getXmlEncodeId()
Description copied from interface: Structure

getXmlEncodeId.

Returns:
a ExpandedNodeId object.

getBinaryEncodeId

public ExpandedNodeId getBinaryEncodeId()
Description copied from interface: Structure

getBinaryEncodeId.

Returns:
a ExpandedNodeId object.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.