public class EUInformation extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
EUInformation.Builder |
static class |
EUInformation.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
EUInformation() |
|
EUInformation(String f_namespaceUri,
Integer f_unitId,
LocalizedText f_displayName,
LocalizedText f_description) |
protected |
EUInformation(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static EUInformation.Builder |
builder() |
EUInformation |
clone()
Clones the Structure.
|
LocalizedText |
getDescription() |
LocalizedText |
getDisplayName() |
String |
getNamespaceUri() |
Integer |
getUnitId() |
void |
setDescription(LocalizedText value) |
void |
setDisplayName(LocalizedText value) |
void |
setNamespaceUri(String value) |
void |
setUnitId(Integer value) |
EUInformation.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public EUInformation()
protected EUInformation(UaDataTypeSpecification specification)
public EUInformation(String f_namespaceUri, Integer f_unitId, LocalizedText f_displayName, LocalizedText f_description)
public String getNamespaceUri()
public void setNamespaceUri(String value)
public Integer getUnitId()
public void setUnitId(Integer value)
public LocalizedText getDisplayName()
public void setDisplayName(LocalizedText value)
public LocalizedText getDescription()
public void setDescription(LocalizedText value)
public EUInformation clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static EUInformation.Builder builder()
public EUInformation.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.