public class DeRegistrationRequestUEOriginating extends Sequence
DeRegistrationRequestUEOriginating
type.Constructor and Description |
---|
DeRegistrationRequestUEOriginating()
The default constructor.
|
DeRegistrationRequestUEOriginating(DeRegistrationType deRegistrationType,
NASKeySetIdentifier ngKSI,
NAS5GSMobileIdentity nas5GSMobileIdentity)
Constructs an instance of the
DeRegistrationRequestUEOriginating with the specified
components. |
Modifier and Type | Method and Description |
---|---|
DeRegistrationType |
getDeRegistrationType()
Returns the value of the
deRegistrationType field. |
NAS5GSMobileIdentity |
getNas5GSMobileIdentity()
Returns the value of the
nas5GSMobileIdentity field. |
NASKeySetIdentifier |
getNgKSI()
Returns the value of the
ngKSI field. |
void |
setDeRegistrationType(DeRegistrationType deRegistrationType)
Sets the value of the
deRegistrationType field. |
void |
setNas5GSMobileIdentity(NAS5GSMobileIdentity nas5GSMobileIdentity)
Sets the value of the
nas5GSMobileIdentity field. |
void |
setNgKSI(NASKeySetIdentifier ngKSI)
Sets the value of the
ngKSI field. |
public DeRegistrationRequestUEOriginating()
public DeRegistrationRequestUEOriginating(DeRegistrationType deRegistrationType, NASKeySetIdentifier ngKSI, NAS5GSMobileIdentity nas5GSMobileIdentity)
DeRegistrationRequestUEOriginating
with the specified
components.deRegistrationType
- the value of the deRegistrationType
field (mandatory).ngKSI
- the value of the ngKSI
field (mandatory).nas5GSMobileIdentity
- the value of the nas5GSMobileIdentity
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public DeRegistrationType getDeRegistrationType()
deRegistrationType
field.deRegistrationType
field.public void setDeRegistrationType(DeRegistrationType deRegistrationType)
deRegistrationType
field.deRegistrationType
- the value of the deRegistrationType
field.java.lang.IllegalArgumentException
- when the deRegistrationType
parameter is null.public NASKeySetIdentifier getNgKSI()
ngKSI
field.ngKSI
field.public void setNgKSI(NASKeySetIdentifier ngKSI)
ngKSI
field.ngKSI
- the value of the ngKSI
field.java.lang.IllegalArgumentException
- when the ngKSI
parameter is null.public NAS5GSMobileIdentity getNas5GSMobileIdentity()
nas5GSMobileIdentity
field.nas5GSMobileIdentity
field.public void setNas5GSMobileIdentity(NAS5GSMobileIdentity nas5GSMobileIdentity)
nas5GSMobileIdentity
field.nas5GSMobileIdentity
- the value of the nas5GSMobileIdentity
field.java.lang.IllegalArgumentException
- when the nas5GSMobileIdentity
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.