com.prosysopc.ua.types.opcua.client
Class CertificateExpirationAlarmTypeImplBase

java.lang.Object
  extended by com.prosysopc.ua.nodes.AbstractUaNode
      extended by com.prosysopc.ua.client.nodes.UaNodeImpl
          extended by com.prosysopc.ua.client.nodes.UaInstanceImpl
              extended by com.prosysopc.ua.client.nodes.UaObjectImpl
                  extended by com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
                      extended by com.prosysopc.ua.types.opcua.client.BaseEventTypeImplBase
                          extended by com.prosysopc.ua.types.opcua.client.BaseEventTypeImpl
                              extended by com.prosysopc.ua.types.opcua.client.ConditionTypeImplBase
                                  extended by com.prosysopc.ua.types.opcua.client.ConditionTypeImpl
                                      extended by com.prosysopc.ua.types.opcua.client.AcknowledgeableConditionTypeImplBase
                                          extended by com.prosysopc.ua.types.opcua.client.AcknowledgeableConditionTypeImpl
                                              extended by com.prosysopc.ua.types.opcua.client.AlarmConditionTypeImplBase
                                                  extended by com.prosysopc.ua.types.opcua.client.AlarmConditionTypeImpl
                                                      extended by com.prosysopc.ua.types.opcua.client.DiscreteAlarmTypeImplBase
                                                          extended by com.prosysopc.ua.types.opcua.client.DiscreteAlarmTypeImpl
                                                              extended by com.prosysopc.ua.types.opcua.client.OffNormalAlarmTypeImplBase
                                                                  extended by com.prosysopc.ua.types.opcua.client.OffNormalAlarmTypeImpl
                                                                      extended by com.prosysopc.ua.types.opcua.client.SystemOffNormalAlarmTypeImplBase
                                                                          extended by com.prosysopc.ua.types.opcua.client.SystemOffNormalAlarmTypeImpl
                                                                              extended by com.prosysopc.ua.types.opcua.client.CertificateExpirationAlarmTypeImplBase
All Implemented Interfaces:
UaInstance, UaNode, UaObject, AcknowledgeableConditionType, AlarmConditionType, BaseEventType, BaseInstanceType, BaseObjectType, CertificateExpirationAlarmType, ConditionType, DiscreteAlarmType, OffNormalAlarmType, SystemOffNormalAlarmType
Direct Known Subclasses:
CertificateExpirationAlarmTypeImpl

public abstract class CertificateExpirationAlarmTypeImplBase
extends SystemOffNormalAlarmTypeImpl
implements CertificateExpirationAlarmType

Generated on 2018-05-09 10:45:27


Field Summary
 
Fields inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addressSpace, references, supportedAttributesMap
 
Fields inherited from interface com.prosysopc.ua.types.opcua.CertificateExpirationAlarmType
CERTIFICATE, CERTIFICATE_TYPE, EXPIRATION_DATE, EXPIRATION_LIMIT
 
Fields inherited from interface com.prosysopc.ua.types.opcua.OffNormalAlarmType
NORMAL_STATE
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AlarmConditionType
ACTIVE_STATE, ENABLED_STATE, INPUT_NODE, MAX_TIME_SHELVED, SHELVING_STATE, SUPPRESSED_OR_SHELVED, SUPPRESSED_STATE
 
Fields inherited from interface com.prosysopc.ua.types.opcua.AcknowledgeableConditionType
ACKED_STATE, ACKNOWLEDGE, CONFIRM, CONFIRMED_STATE
 
Fields inherited from interface com.prosysopc.ua.types.opcua.ConditionType
ADD_COMMENT, BRANCH_ID, CLIENT_USER_ID, COMMENT, CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_NAME, DISABLE, ENABLE, LAST_SEVERITY, QUALITY, RETAIN
 
Fields inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME
 
Constructor Summary
protected CertificateExpirationAlarmTypeImplBase(AddressSpace addressSpace, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.builtintypes.LocalizedText displayName)
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.ByteString getCertificate()
           
 UaProperty getCertificateNode()
           
 org.opcfoundation.ua.builtintypes.NodeId getCertificateType()
           
 UaProperty getCertificateTypeNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getExpirationDate()
           
 UaProperty getExpirationDateNode()
           
 Double getExpirationLimit()
           
 UaProperty getExpirationLimitNode()
           
 void setCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void setExpirationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setExpirationLimit(Double value)
           
 
Methods inherited from class com.prosysopc.ua.types.opcua.client.OffNormalAlarmTypeImplBase
getNormalState, getNormalStateNode, setNormalState
 
Methods inherited from class com.prosysopc.ua.types.opcua.client.AlarmConditionTypeImplBase
getActiveState, getActiveStateNode, getEnabledState, getEnabledStateNode, getInputNode, getInputNodeNode, getMaxTimeShelved, getMaxTimeShelvedNode, getShelvingStateNode, getSuppressedOrShelvedNode, getSuppressedState, getSuppressedStateNode, isSuppressedOrShelved, setActiveState, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState
 
Methods inherited from class com.prosysopc.ua.types.opcua.client.AcknowledgeableConditionTypeImplBase
acknowledge, acknowledgeAsync, confirm, confirmAsync, getAckedState, getAckedStateNode, getAcknowledgeNode, getConfirmedState, getConfirmedStateNode, getConfirmNode, setAckedState, setConfirmedState
 
Methods inherited from class com.prosysopc.ua.types.opcua.client.ConditionTypeImplBase
addComment, addCommentAsync, disable, disableAsync, enable, enableAsync, getAddCommentNode, getBranchId, getBranchIdNode, getClientUserId, getClientUserIdNode, getComment, getCommentNode, getConditionClassId, getConditionClassIdNode, getConditionClassName, getConditionClassNameNode, getConditionName, getConditionNameNode, getDisableNode, getEnableNode, getLastSeverity, getLastSeverityNode, getQuality, getQualityNode, getRetainNode, isRetain, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain
 
Methods inherited from class com.prosysopc.ua.types.opcua.client.BaseEventTypeImplBase
getEventId, getEventIdNode, getEventType, getEventTypeNode, getLocalTime, getLocalTimeNode, getMessage, getMessageNode, getReceiveTime, getReceiveTimeNode, getSeverity, getSeverityNode, getSourceName, getSourceNameNode, getSourceNode, getSourceNodeNode, getTime, getTimeNode, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime
 
Methods inherited from class com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
callMethod, callMethodAsync, getComponentId, getQualifiedName
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaObjectImpl
addComponent, call, call, call, callAsync, callAsync, callAsync, callMethod, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaInstanceImpl
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl
addProperties, addProperty, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, assertTypeSupport, assertTypeSupport, beforeAddReference, deleteReference, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, equals, findPlaceholders, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeId, getNodeVersion, getNodeVersionString, getProperties, getProperty, getPropertyValue, getReference, getReferenceList, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hashCode, hasProperty, hasTypeDefinition, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setNodeVersion, setPropertyValue, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 
Methods inherited from class com.prosysopc.ua.nodes.AbstractUaNode
getForwardReferences, getInverseReferences, getReferences, getReferences, getReferencesAsList, referenceTypeInherits
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.prosysopc.ua.types.opcua.OffNormalAlarmType
getNormalState, getNormalStateNode, setNormalState
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AlarmConditionType
getActiveState, getActiveStateNode, getEnabledState, getEnabledStateNode, getInputNode, getInputNodeNode, getMaxTimeShelved, getMaxTimeShelvedNode, getShelvingStateNode, getSuppressedOrShelvedNode, getSuppressedState, getSuppressedStateNode, isSuppressedOrShelved, setActiveState, setEnabledState, setInputNode, setMaxTimeShelved, setSuppressedOrShelved, setSuppressedState
 
Methods inherited from interface com.prosysopc.ua.types.opcua.AcknowledgeableConditionType
acknowledge, confirm, getAckedState, getAckedStateNode, getAcknowledgeNode, getConfirmedState, getConfirmedStateNode, getConfirmNode, setAckedState, setConfirmedState
 
Methods inherited from interface com.prosysopc.ua.types.opcua.ConditionType
addComment, disable, enable, getAddCommentNode, getBranchId, getBranchIdNode, getClientUserId, getClientUserIdNode, getComment, getCommentNode, getConditionClassId, getConditionClassIdNode, getConditionClassName, getConditionClassNameNode, getConditionName, getConditionNameNode, getDisableNode, getEnableNode, getLastSeverity, getLastSeverityNode, getQuality, getQualityNode, getRetainNode, isRetain, setBranchId, setClientUserId, setComment, setConditionClassId, setConditionClassName, setConditionName, setLastSeverity, setQuality, setRetain
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseEventType
getEventId, getEventIdNode, getEventType, getEventTypeNode, getLocalTime, getLocalTimeNode, getMessage, getMessageNode, getReceiveTime, getReceiveTimeNode, getSeverity, getSeverityNode, getSourceName, getSourceNameNode, getSourceNode, getSourceNodeNode, getTime, getTimeNode, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Constructor Detail

CertificateExpirationAlarmTypeImplBase

protected CertificateExpirationAlarmTypeImplBase(AddressSpace addressSpace,
                                                 org.opcfoundation.ua.builtintypes.NodeId nodeId,
                                                 org.opcfoundation.ua.builtintypes.QualifiedName browseName,
                                                 org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Method Detail

getExpirationDateNode

public UaProperty getExpirationDateNode()
Specified by:
getExpirationDateNode in interface CertificateExpirationAlarmType

getExpirationDate

public org.opcfoundation.ua.builtintypes.DateTime getExpirationDate()
Specified by:
getExpirationDate in interface CertificateExpirationAlarmType

setExpirationDate

public void setExpirationDate(org.opcfoundation.ua.builtintypes.DateTime value)
                       throws StatusException
Specified by:
setExpirationDate in interface CertificateExpirationAlarmType
Throws:
StatusException

getExpirationLimitNode

public UaProperty getExpirationLimitNode()
Specified by:
getExpirationLimitNode in interface CertificateExpirationAlarmType

getExpirationLimit

public Double getExpirationLimit()
Specified by:
getExpirationLimit in interface CertificateExpirationAlarmType

setExpirationLimit

public void setExpirationLimit(Double value)
                        throws StatusException
Specified by:
setExpirationLimit in interface CertificateExpirationAlarmType
Throws:
StatusException

getCertificateTypeNode

public UaProperty getCertificateTypeNode()
Specified by:
getCertificateTypeNode in interface CertificateExpirationAlarmType

getCertificateType

public org.opcfoundation.ua.builtintypes.NodeId getCertificateType()
Specified by:
getCertificateType in interface CertificateExpirationAlarmType

setCertificateType

public void setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
                        throws StatusException
Specified by:
setCertificateType in interface CertificateExpirationAlarmType
Throws:
StatusException

getCertificateNode

public UaProperty getCertificateNode()
Specified by:
getCertificateNode in interface CertificateExpirationAlarmType

getCertificate

public org.opcfoundation.ua.builtintypes.ByteString getCertificate()
Specified by:
getCertificate in interface CertificateExpirationAlarmType

setCertificate

public void setCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
                    throws StatusException
Specified by:
setCertificate in interface CertificateExpirationAlarmType
Throws:
StatusException


Copyright © 2018. All rights reserved.