public interface LldpLocalSystemType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
CHASSIS_ID |
static String |
CHASSIS_ID_SUBTYPE |
static String |
SYSTEM_CAPABILITIES_ENABLED |
static String |
SYSTEM_CAPABILITIES_SUPPORTED |
static String |
SYSTEM_DESCRIPTION |
static String |
SYSTEM_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getChassisId() |
UaProperty |
getChassisIdNode() |
ChassisIdSubtype |
getChassisIdSubtype() |
UaProperty |
getChassisIdSubtypeNode() |
LldpSystemCapabilitiesMap |
getSystemCapabilitiesEnabled() |
UaProperty |
getSystemCapabilitiesEnabledNode() |
LldpSystemCapabilitiesMap |
getSystemCapabilitiesSupported() |
UaProperty |
getSystemCapabilitiesSupportedNode() |
String |
getSystemDescription() |
UaProperty |
getSystemDescriptionNode() |
String |
getSystemName() |
UaProperty |
getSystemNameNode() |
void |
setChassisId(String value) |
void |
setChassisIdSubtype(ChassisIdSubtype value) |
void |
setSystemCapabilitiesEnabled(LldpSystemCapabilitiesMap value) |
void |
setSystemCapabilitiesSupported(LldpSystemCapabilitiesMap value) |
void |
setSystemDescription(String value) |
void |
setSystemName(String value) |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String CHASSIS_ID_SUBTYPE
static final String SYSTEM_CAPABILITIES_ENABLED
static final String SYSTEM_DESCRIPTION
static final String SYSTEM_CAPABILITIES_SUPPORTED
static final String CHASSIS_ID
static final String SYSTEM_NAME
UaProperty getChassisIdSubtypeNode()
ChassisIdSubtype getChassisIdSubtype()
void setChassisIdSubtype(ChassisIdSubtype value) throws StatusException
StatusExceptionUaProperty getSystemCapabilitiesEnabledNode()
LldpSystemCapabilitiesMap getSystemCapabilitiesEnabled()
void setSystemCapabilitiesEnabled(LldpSystemCapabilitiesMap value) throws StatusException
StatusExceptionUaProperty getSystemDescriptionNode()
String getSystemDescription()
void setSystemDescription(String value) throws StatusException
StatusExceptionUaProperty getSystemCapabilitiesSupportedNode()
LldpSystemCapabilitiesMap getSystemCapabilitiesSupported()
void setSystemCapabilitiesSupported(LldpSystemCapabilitiesMap value) throws StatusException
StatusExceptionUaProperty getChassisIdNode()
String getChassisId()
void setChassisId(String value) throws StatusException
StatusExceptionUaProperty getSystemNameNode()
String getSystemName()
void setSystemName(String value) throws StatusException
StatusExceptionCopyright © 2026. All rights reserved.