public class CSServiceNotification extends Sequence
CSServiceNotification
type.Constructor and Description |
---|
CSServiceNotification()
The default constructor.
|
CSServiceNotification(PagingIdentity pagingIdentity)
Constructs an instance of the
CSServiceNotification with the specified mandatory
components. |
CSServiceNotification(PagingIdentity pagingIdentity,
CLI cli,
INTEGER ssCode,
INTEGER lcsIndicator,
OctetString lcsClientIdentity)
Constructs an instance of the
CSServiceNotification with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteCli()
Omits the
cli optional field from the value. |
void |
deleteLcsClientIdentity()
Omits the
lcsClientIdentity optional field from the value. |
void |
deleteLcsIndicator()
Omits the
lcsIndicator optional field from the value. |
void |
deleteSsCode()
Omits the
ssCode optional field from the value. |
CLI |
getCli()
Returns the value of the
cli optional field. |
OctetString |
getLcsClientIdentity()
Returns the value of the
lcsClientIdentity optional field. |
INTEGER |
getLcsIndicator()
Returns the value of the
lcsIndicator optional field. |
PagingIdentity |
getPagingIdentity()
Returns the value of the
pagingIdentity field. |
INTEGER |
getSsCode()
Returns the value of the
ssCode optional field. |
boolean |
hasCli()
Reports whether the
cli optional field is present in the value. |
boolean |
hasLcsClientIdentity()
Reports whether the
lcsClientIdentity optional field is present in the value. |
boolean |
hasLcsIndicator()
Reports whether the
lcsIndicator optional field is present in the value. |
boolean |
hasSsCode()
Reports whether the
ssCode optional field is present in the value. |
void |
setCli(CLI cli)
Sets the value of the
cli optional field. |
void |
setLcsClientIdentity(OctetString lcsClientIdentity)
Sets the value of the
lcsClientIdentity optional field. |
void |
setLcsIndicator(INTEGER lcsIndicator)
Sets the value of the
lcsIndicator optional field. |
void |
setPagingIdentity(PagingIdentity pagingIdentity)
Sets the value of the
pagingIdentity field. |
void |
setSsCode(INTEGER ssCode)
Sets the value of the
ssCode optional field. |
public CSServiceNotification()
public CSServiceNotification(PagingIdentity pagingIdentity)
CSServiceNotification
with the specified mandatory
components.pagingIdentity
- the value of the pagingIdentity
mandatory field.java.lang.IllegalArgumentException
- when any component has a null value.public CSServiceNotification(PagingIdentity pagingIdentity, CLI cli, INTEGER ssCode, INTEGER lcsIndicator, OctetString lcsClientIdentity)
CSServiceNotification
with the specified
components.pagingIdentity
- the value of the pagingIdentity
field (mandatory).cli
- the value of the cli
field (optional).ssCode
- the value of the ssCode
field (optional).
The SSCode
class defines meaningful names for particular values of the field.lcsIndicator
- the value of the lcsIndicator
field (optional).
The LCSIndicator
class defines meaningful names for particular values of the field.lcsClientIdentity
- the value of the lcsClientIdentity
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public PagingIdentity getPagingIdentity()
pagingIdentity
field.pagingIdentity
field.public void setPagingIdentity(PagingIdentity pagingIdentity)
pagingIdentity
field.pagingIdentity
- the value of the pagingIdentity
field.java.lang.IllegalArgumentException
- when the pagingIdentity
parameter is null.public CLI getCli()
cli
optional field.cli
optional field or null if the field is omitted.public void setCli(CLI cli)
cli
optional field.cli
- the value of the cli
optional field. A null
value indicates that the optional field is omitted.public boolean hasCli()
cli
optional field is present in the value.cli
optional field is present in the value.public void deleteCli()
cli
optional field from the value.public INTEGER getSsCode()
ssCode
optional field.ssCode
optional field or null if the field is omitted.
The SSCode
class defines meaningful names for particular values of the field.public void setSsCode(INTEGER ssCode)
ssCode
optional field.ssCode
- the value of the ssCode
optional field. A null
value indicates that the optional field is omitted.
The SSCode
class defines meaningful names for particular values of the field.public boolean hasSsCode()
ssCode
optional field is present in the value.ssCode
optional field is present in the value.public void deleteSsCode()
ssCode
optional field from the value.public INTEGER getLcsIndicator()
lcsIndicator
optional field.lcsIndicator
optional field or null if the field is omitted.
The LCSIndicator
class defines meaningful names for particular values of the field.public void setLcsIndicator(INTEGER lcsIndicator)
lcsIndicator
optional field.lcsIndicator
- the value of the lcsIndicator
optional field. A null
value indicates that the optional field is omitted.
The LCSIndicator
class defines meaningful names for particular values of the field.public boolean hasLcsIndicator()
lcsIndicator
optional field is present in the value.lcsIndicator
optional field is present in the value.public void deleteLcsIndicator()
lcsIndicator
optional field from the value.public OctetString getLcsClientIdentity()
lcsClientIdentity
optional field.lcsClientIdentity
optional field or null if the field is omitted.public void setLcsClientIdentity(OctetString lcsClientIdentity)
lcsClientIdentity
optional field.lcsClientIdentity
- the value of the lcsClientIdentity
optional field. A null
value indicates that the optional field is omitted.public boolean hasLcsClientIdentity()
lcsClientIdentity
optional field is present in the value.lcsClientIdentity
optional field is present in the value.public void deleteLcsClientIdentity()
lcsClientIdentity
optional field from the value.Copyright © 2022 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.