public class DeRegistrationRequestUETerminated extends Sequence
DeRegistrationRequestUETerminated
type.Constructor and Description |
---|
DeRegistrationRequestUETerminated()
The default constructor.
|
DeRegistrationRequestUETerminated(DeRegistrationType deRegistrationType)
Constructs an instance of the
DeRegistrationRequestUETerminated with the specified mandatory
components. |
DeRegistrationRequestUETerminated(DeRegistrationType deRegistrationType,
INTEGER nas5GMMCause,
GPRSTimer2 t3346,
RejectedNSSAI rejectedNSSAI,
CAGInformationList cagInformationList)
Constructs an instance of the
DeRegistrationRequestUETerminated with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteCagInformationList()
Omits the
cagInformationList optional field from the value. |
void |
deleteNas5GMMCause()
Omits the
nas5GMMCause optional field from the value. |
void |
deleteRejectedNSSAI()
Omits the
rejectedNSSAI optional field from the value. |
void |
deleteT3346()
Omits the
t3346 optional field from the value. |
CAGInformationList |
getCagInformationList()
Returns the value of the
cagInformationList optional field. |
DeRegistrationType |
getDeRegistrationType()
Returns the value of the
deRegistrationType field. |
INTEGER |
getNas5GMMCause()
Returns the value of the
nas5GMMCause optional field. |
RejectedNSSAI |
getRejectedNSSAI()
Returns the value of the
rejectedNSSAI optional field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
GPRSTimer2 |
getT3346()
Returns the value of the
t3346 optional field. |
boolean |
hasCagInformationList()
Reports whether the
cagInformationList optional field is present in the value. |
boolean |
hasNas5GMMCause()
Reports whether the
nas5GMMCause optional field is present in the value. |
boolean |
hasRejectedNSSAI()
Reports whether the
rejectedNSSAI optional field is present in the value. |
boolean |
hasT3346()
Reports whether the
t3346 optional field is present in the value. |
void |
setCagInformationList(CAGInformationList cagInformationList)
Sets the value of the
cagInformationList optional field. |
void |
setDeRegistrationType(DeRegistrationType deRegistrationType)
Sets the value of the
deRegistrationType field. |
void |
setNas5GMMCause(INTEGER nas5GMMCause)
Sets the value of the
nas5GMMCause optional field. |
void |
setRejectedNSSAI(RejectedNSSAI rejectedNSSAI)
Sets the value of the
rejectedNSSAI optional field. |
void |
setT3346(GPRSTimer2 t3346)
Sets the value of the
t3346 optional field. |
public DeRegistrationRequestUETerminated()
public DeRegistrationRequestUETerminated(DeRegistrationType deRegistrationType)
DeRegistrationRequestUETerminated
with the specified mandatory
components.deRegistrationType
- the value of the deRegistrationType
mandatory field.java.lang.IllegalArgumentException
- when any component has a null value.public DeRegistrationRequestUETerminated(DeRegistrationType deRegistrationType, INTEGER nas5GMMCause, GPRSTimer2 t3346, RejectedNSSAI rejectedNSSAI, CAGInformationList cagInformationList)
DeRegistrationRequestUETerminated
with the specified
components.deRegistrationType
- the value of the deRegistrationType
field (mandatory).nas5GMMCause
- the value of the nas5GMMCause
field (optional).
The NAS5GMMCause
class defines meaningful names for particular values of the field.t3346
- the value of the t3346
field (optional).rejectedNSSAI
- the value of the rejectedNSSAI
field (optional).cagInformationList
- the value of the cagInformationList
field (optional).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 INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getNas5GMMCause()
nas5GMMCause
optional field.nas5GMMCause
optional field or null if the field is omitted.
The NAS5GMMCause
class defines meaningful names for particular values of the field.public void setNas5GMMCause(INTEGER nas5GMMCause)
nas5GMMCause
optional field.nas5GMMCause
- the value of the nas5GMMCause
optional field. A null
value indicates that the optional field is omitted.
The NAS5GMMCause
class defines meaningful names for particular values of the field.public boolean hasNas5GMMCause()
nas5GMMCause
optional field is present in the value.nas5GMMCause
optional field is present in the value.public void deleteNas5GMMCause()
nas5GMMCause
optional field from the value.public GPRSTimer2 getT3346()
t3346
optional field.t3346
optional field or null if the field is omitted.public void setT3346(GPRSTimer2 t3346)
t3346
optional field.t3346
- the value of the t3346
optional field. A null
value indicates that the optional field is omitted.public boolean hasT3346()
t3346
optional field is present in the value.t3346
optional field is present in the value.public void deleteT3346()
t3346
optional field from the value.public RejectedNSSAI getRejectedNSSAI()
rejectedNSSAI
optional field.rejectedNSSAI
optional field or null if the field is omitted.public void setRejectedNSSAI(RejectedNSSAI rejectedNSSAI)
rejectedNSSAI
optional field.rejectedNSSAI
- the value of the rejectedNSSAI
optional field. A null
value indicates that the optional field is omitted.public boolean hasRejectedNSSAI()
rejectedNSSAI
optional field is present in the value.rejectedNSSAI
optional field is present in the value.public void deleteRejectedNSSAI()
rejectedNSSAI
optional field from the value.public CAGInformationList getCagInformationList()
cagInformationList
optional field.cagInformationList
optional field or null if the field is omitted.public void setCagInformationList(CAGInformationList cagInformationList)
cagInformationList
optional field.cagInformationList
- the value of the cagInformationList
optional field. A null
value indicates that the optional field is omitted.public boolean hasCagInformationList()
cagInformationList
optional field is present in the value.cagInformationList
optional field is present in the value.public void deleteCagInformationList()
cagInformationList
optional field from the value.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.