public class AKAAtNotification extends Sequence
AKAAtNotification
type.Constructor and Description |
---|
AKAAtNotification()
The default constructor.
|
AKAAtNotification(BOOLEAN s,
BOOLEAN p,
INTEGER notificationCode)
Constructs an instance of the
AKAAtNotification with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getNotificationCode()
Returns the value of the
notificationCode field. |
BOOLEAN |
getP()
Returns the value of the
p field. |
BOOLEAN |
getS()
Returns the value of the
s field. |
void |
setNotificationCode(INTEGER notificationCode)
Sets the value of the
notificationCode field. |
void |
setP(BOOLEAN p)
Sets the value of the
p field. |
void |
setS(BOOLEAN s)
Sets the value of the
s field. |
public AKAAtNotification()
public AKAAtNotification(BOOLEAN s, BOOLEAN p, INTEGER notificationCode)
AKAAtNotification
with the specified
components.s
- the value of the s
field (mandatory).p
- the value of the p
field (mandatory).notificationCode
- the value of the notificationCode
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public BOOLEAN getS()
s
field.s
field.public void setS(BOOLEAN s)
s
field.s
- the value of the s
field.java.lang.IllegalArgumentException
- when the s
parameter is null.public BOOLEAN getP()
p
field.p
field.public void setP(BOOLEAN p)
p
field.p
- the value of the p
field.java.lang.IllegalArgumentException
- when the p
parameter is null.public INTEGER getNotificationCode()
notificationCode
field.notificationCode
field.public void setNotificationCode(INTEGER notificationCode)
notificationCode
field.notificationCode
- the value of the notificationCode
field.java.lang.IllegalArgumentException
- when the notificationCode
parameter is null.Copyright © 2023 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.