|
||||||||||
| 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.EUInformation
public class EUInformation
| 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 |
|---|
public static final ExpandedNodeId ID
public static final ExpandedNodeId BINARY
public static final ExpandedNodeId XML
protected String NamespaceUri
protected Integer UnitId
protected LocalizedText DisplayName
protected LocalizedText Description
| Constructor Detail |
|---|
public EUInformation()
public EUInformation(String NamespaceUri,
Integer UnitId,
LocalizedText DisplayName,
LocalizedText Description)
| Method Detail |
|---|
public String getNamespaceUri()
public void setNamespaceUri(String NamespaceUri)
public Integer getUnitId()
public void setUnitId(Integer UnitId)
public LocalizedText getDisplayName()
public void setDisplayName(LocalizedText DisplayName)
public LocalizedText getDescription()
public void setDescription(LocalizedText Description)
public EUInformation 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.
ExpandedNodeId object.public ExpandedNodeId getXmlEncodeId()
StructuregetXmlEncodeId.
ExpandedNodeId object.public ExpandedNodeId getBinaryEncodeId()
StructuregetBinaryEncodeId.
ExpandedNodeId object.public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||