org.opcfoundation.ua.core
Class TrustListDataType

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

public class TrustListDataType
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
static ExpandedNodeId ID
           
protected  ByteString[] IssuerCertificates
           
protected  ByteString[] IssuerCrls
           
protected  UnsignedInteger SpecifiedLists
           
protected  ByteString[] TrustedCertificates
           
protected  ByteString[] TrustedCrls
           
static ExpandedNodeId XML
           
 
Constructor Summary
TrustListDataType()
           
TrustListDataType(UnsignedInteger SpecifiedLists, ByteString[] TrustedCertificates, ByteString[] TrustedCrls, ByteString[] IssuerCertificates, ByteString[] IssuerCrls)
           
 
Method Summary
 TrustListDataType clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 ByteString[] getIssuerCertificates()
           
 ByteString[] getIssuerCrls()
           
 UnsignedInteger getSpecifiedLists()
           
 ByteString[] getTrustedCertificates()
           
 ByteString[] getTrustedCrls()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setIssuerCertificates(ByteString[] IssuerCertificates)
           
 void setIssuerCrls(ByteString[] IssuerCrls)
           
 void setSpecifiedLists(UnsignedInteger SpecifiedLists)
           
 void setTrustedCertificates(ByteString[] TrustedCertificates)
           
 void setTrustedCrls(ByteString[] TrustedCrls)
           
 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

SpecifiedLists

protected UnsignedInteger SpecifiedLists

TrustedCertificates

protected ByteString[] TrustedCertificates

TrustedCrls

protected ByteString[] TrustedCrls

IssuerCertificates

protected ByteString[] IssuerCertificates

IssuerCrls

protected ByteString[] IssuerCrls
Constructor Detail

TrustListDataType

public TrustListDataType()

TrustListDataType

public TrustListDataType(UnsignedInteger SpecifiedLists,
                         ByteString[] TrustedCertificates,
                         ByteString[] TrustedCrls,
                         ByteString[] IssuerCertificates,
                         ByteString[] IssuerCrls)
Method Detail

getSpecifiedLists

public UnsignedInteger getSpecifiedLists()

setSpecifiedLists

public void setSpecifiedLists(UnsignedInteger SpecifiedLists)

getTrustedCertificates

public ByteString[] getTrustedCertificates()

setTrustedCertificates

public void setTrustedCertificates(ByteString[] TrustedCertificates)

getTrustedCrls

public ByteString[] getTrustedCrls()

setTrustedCrls

public void setTrustedCrls(ByteString[] TrustedCrls)

getIssuerCertificates

public ByteString[] getIssuerCertificates()

setIssuerCertificates

public void setIssuerCertificates(ByteString[] IssuerCertificates)

getIssuerCrls

public ByteString[] getIssuerCrls()

setIssuerCrls

public void setIssuerCrls(ByteString[] IssuerCrls)

clone

public TrustListDataType clone()
Deep clone

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

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.