org.opcfoundation.ua.core
Class ChannelSecurityToken

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

public class ChannelSecurityToken
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
protected  UnsignedInteger ChannelId
           
protected  DateTime CreatedAt
           
static ExpandedNodeId ID
           
protected  UnsignedInteger RevisedLifetime
           
protected  UnsignedInteger TokenId
           
static ExpandedNodeId XML
           
 
Constructor Summary
ChannelSecurityToken()
           
ChannelSecurityToken(UnsignedInteger ChannelId, UnsignedInteger TokenId, DateTime CreatedAt, UnsignedInteger RevisedLifetime)
           
 
Method Summary
 ChannelSecurityToken clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 UnsignedInteger getChannelId()
           
 DateTime getCreatedAt()
           
 UnsignedInteger getRevisedLifetime()
           
 UnsignedInteger getTokenId()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setChannelId(UnsignedInteger ChannelId)
           
 void setCreatedAt(DateTime CreatedAt)
           
 void setRevisedLifetime(UnsignedInteger RevisedLifetime)
           
 void setTokenId(UnsignedInteger TokenId)
           
 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

ChannelId

protected UnsignedInteger ChannelId

TokenId

protected UnsignedInteger TokenId

CreatedAt

protected DateTime CreatedAt

RevisedLifetime

protected UnsignedInteger RevisedLifetime
Constructor Detail

ChannelSecurityToken

public ChannelSecurityToken()

ChannelSecurityToken

public ChannelSecurityToken(UnsignedInteger ChannelId,
                            UnsignedInteger TokenId,
                            DateTime CreatedAt,
                            UnsignedInteger RevisedLifetime)
Method Detail

getChannelId

public UnsignedInteger getChannelId()

setChannelId

public void setChannelId(UnsignedInteger ChannelId)

getTokenId

public UnsignedInteger getTokenId()

setTokenId

public void setTokenId(UnsignedInteger TokenId)

getCreatedAt

public DateTime getCreatedAt()

setCreatedAt

public void setCreatedAt(DateTime CreatedAt)

getRevisedLifetime

public UnsignedInteger getRevisedLifetime()

setRevisedLifetime

public void setRevisedLifetime(UnsignedInteger RevisedLifetime)

clone

public ChannelSecurityToken clone()
Deep clone

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

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.