org.opcfoundation.ua.core
Class EUInformation

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

public class EUInformation
extends AbstractStructure


Field Summary
static ExpandedNodeId BINARY
           
protected  LocalizedText Description
           
protected  LocalizedText DisplayName
           
static ExpandedNodeId ID
           
protected  String NamespaceUri
           
protected  Integer UnitId
           
static ExpandedNodeId XML
           
 
Constructor Summary
EUInformation()
           
EUInformation(String NamespaceUri, Integer UnitId, LocalizedText DisplayName, LocalizedText Description)
           
 
Method Summary
 EUInformation clone()
          Deep clone
 boolean equals(Object obj)
           
 ExpandedNodeId getBinaryEncodeId()
          getBinaryEncodeId.
 LocalizedText getDescription()
           
 LocalizedText getDisplayName()
           
 String getNamespaceUri()
           
 ExpandedNodeId getTypeId()
          getTypeId.
 Integer getUnitId()
           
 ExpandedNodeId getXmlEncodeId()
          getXmlEncodeId.
 int hashCode()
           
 void setDescription(LocalizedText Description)
           
 void setDisplayName(LocalizedText DisplayName)
           
 void setNamespaceUri(String NamespaceUri)
           
 void setUnitId(Integer UnitId)
           
 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

NamespaceUri

protected String NamespaceUri

UnitId

protected Integer UnitId

DisplayName

protected LocalizedText DisplayName

Description

protected LocalizedText Description
Constructor Detail

EUInformation

public EUInformation()

EUInformation

public EUInformation(String NamespaceUri,
                     Integer UnitId,
                     LocalizedText DisplayName,
                     LocalizedText Description)
Method Detail

getNamespaceUri

public String getNamespaceUri()

setNamespaceUri

public void setNamespaceUri(String NamespaceUri)

getUnitId

public Integer getUnitId()

setUnitId

public void setUnitId(Integer UnitId)

getDisplayName

public LocalizedText getDisplayName()

setDisplayName

public void setDisplayName(LocalizedText DisplayName)

getDescription

public LocalizedText getDescription()

setDescription

public void setDescription(LocalizedText Description)

clone

public EUInformation clone()
Deep clone

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

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.