public class Notification extends Sequence
Notification
type.Constructor and Description |
---|
Notification()
The default constructor.
|
Notification(AccessType accessType)
Constructs an instance of the
Notification with the specified
components. |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccessType()
Returns the value of the
accessType field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setAccessType(AccessType accessType)
Sets the value of the
accessType field. |
public Notification()
public Notification(AccessType accessType)
Notification
with the specified
components.accessType
- the value of the accessType
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public AccessType getAccessType()
accessType
field.accessType
field.public void setAccessType(AccessType accessType)
accessType
field.accessType
- the value of the accessType
field.java.lang.IllegalArgumentException
- when the accessType
parameter is null.public INTEGER getSpare()
spare
read-only field.spare
read-only field.Copyright © 2024 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.