com.prosysopc.ua.types.opcua
Interface TrustListType
- All Superinterfaces:
- BaseInstanceType, BaseObjectType, FileType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- TrustListTypeImpl, TrustListTypeImplBase, TrustListTypeNode, TrustListTypeNodeBase
public interface TrustListType
- extends FileType
Generated on 2018-05-09 10:45:27
| Fields inherited from interface com.prosysopc.ua.types.opcua.FileType |
CLOSE, GET_POSITION, MIME_TYPE, OPEN, OPEN_COUNT, READ, SET_POSITION, SIZE, USER_WRITABLE, WRITABLE, WRITE |
| Methods inherited from interface com.prosysopc.ua.types.opcua.FileType |
close, getCloseNode, getGetPositionNode, getMimeType, getMimeTypeNode, getOpenCount, getOpenCountNode, getOpenNode, getPosition, getReadNode, getSetPositionNode, getSize, getSizeNode, getUserWritableNode, getWritableNode, getWriteNode, isUserWritable, isWritable, open, read, setMimeType, setOpenCount, setPosition, setSize, setUserWritable, setWritable, write |
| 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 |
LAST_UPDATE_TIME
static final String LAST_UPDATE_TIME
- See Also:
- Constant Field Values
OPEN_WITH_MASKS
static final String OPEN_WITH_MASKS
- See Also:
- Constant Field Values
CLOSE_AND_UPDATE
static final String CLOSE_AND_UPDATE
- See Also:
- Constant Field Values
ADD_CERTIFICATE
static final String ADD_CERTIFICATE
- See Also:
- Constant Field Values
REMOVE_CERTIFICATE
static final String REMOVE_CERTIFICATE
- See Also:
- Constant Field Values
getLastUpdateTimeNode
UaProperty getLastUpdateTimeNode()
getLastUpdateTime
org.opcfoundation.ua.builtintypes.DateTime getLastUpdateTime()
setLastUpdateTime
void setLastUpdateTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Throws:
StatusException
getOpenWithMasksNode
UaMethod getOpenWithMasksNode()
openWithMasks
org.opcfoundation.ua.builtintypes.UnsignedInteger openWithMasks(org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getCloseAndUpdateNode
UaMethod getCloseAndUpdateNode()
closeAndUpdate
Boolean closeAndUpdate(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getAddCertificateNode
UaMethod getAddCertificateNode()
addCertificate
void addCertificate(org.opcfoundation.ua.builtintypes.ByteString certificate,
Boolean isTrustedCertificate)
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
getRemoveCertificateNode
UaMethod getRemoveCertificateNode()
removeCertificate
void removeCertificate(String thumbprint,
Boolean isTrustedCertificate)
throws StatusException,
ServiceException
- Throws:
StatusException
ServiceException
Copyright © 2018. All rights reserved.