public class LADN extends Sequence
LADN
type.Constructor and Description |
---|
LADN()
The default constructor.
|
LADN(DNNValue dnn,
NAS5GSTrackingAreaIdentityList taiListContents)
Constructs an instance of the
LADN with the specified
components. |
Modifier and Type | Method and Description |
---|---|
DNNValue |
getDnn()
Returns the value of the
dnn field. |
NAS5GSTrackingAreaIdentityList |
getTaiListContents()
Returns the value of the
taiListContents field. |
void |
setDnn(DNNValue dnn)
Sets the value of the
dnn field. |
void |
setTaiListContents(NAS5GSTrackingAreaIdentityList taiListContents)
Sets the value of the
taiListContents field. |
public LADN()
public LADN(DNNValue dnn, NAS5GSTrackingAreaIdentityList taiListContents)
LADN
with the specified
components.dnn
- the value of the dnn
field (mandatory).taiListContents
- the value of the taiListContents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public DNNValue getDnn()
dnn
field.dnn
field.public void setDnn(DNNValue dnn)
dnn
field.dnn
- the value of the dnn
field.java.lang.IllegalArgumentException
- when the dnn
parameter is null.public NAS5GSTrackingAreaIdentityList getTaiListContents()
taiListContents
field.taiListContents
field.public void setTaiListContents(NAS5GSTrackingAreaIdentityList taiListContents)
taiListContents
field.taiListContents
- the value of the taiListContents
field.java.lang.IllegalArgumentException
- when the taiListContents
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.