public class PDNDisconnectReject extends Sequence
PDNDisconnectReject
type.Constructor and Description |
---|
PDNDisconnectReject()
The default constructor.
|
PDNDisconnectReject(INTEGER esmCause)
Constructs an instance of the
PDNDisconnectReject with the specified mandatory
components. |
PDNDisconnectReject(INTEGER esmCause,
ProtocolConfigurationOptionsNW protocolConfigurationOptions,
ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
Constructs an instance of the
PDNDisconnectReject with the specified
components. |
Modifier and Type | Method and Description |
---|---|
void |
deleteExtendedProtocolConfigurationOptions()
Omits the
extendedProtocolConfigurationOptions optional field from the value. |
void |
deleteProtocolConfigurationOptions()
Omits the
protocolConfigurationOptions optional field from the value. |
INTEGER |
getEsmCause()
Returns the value of the
esmCause field. |
ExtendedProtocolConfigurationOptionsNW |
getExtendedProtocolConfigurationOptions()
Returns the value of the
extendedProtocolConfigurationOptions optional field. |
ProtocolConfigurationOptionsNW |
getProtocolConfigurationOptions()
Returns the value of the
protocolConfigurationOptions optional field. |
boolean |
hasExtendedProtocolConfigurationOptions()
Reports whether the
extendedProtocolConfigurationOptions optional field is present in the value. |
boolean |
hasProtocolConfigurationOptions()
Reports whether the
protocolConfigurationOptions optional field is present in the value. |
void |
setEsmCause(INTEGER esmCause)
Sets the value of the
esmCause field. |
void |
setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
Sets the value of the
extendedProtocolConfigurationOptions optional field. |
void |
setProtocolConfigurationOptions(ProtocolConfigurationOptionsNW protocolConfigurationOptions)
Sets the value of the
protocolConfigurationOptions optional field. |
public PDNDisconnectReject()
public PDNDisconnectReject(INTEGER esmCause)
PDNDisconnectReject
with the specified mandatory
components.esmCause
- the value of the esmCause
mandatory field.
The ESMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any component has a null value.public PDNDisconnectReject(INTEGER esmCause, ProtocolConfigurationOptionsNW protocolConfigurationOptions, ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
PDNDisconnectReject
with the specified
components.esmCause
- the value of the esmCause
field (mandatory).
The ESMCause
class defines meaningful names for particular values of the field.protocolConfigurationOptions
- the value of the protocolConfigurationOptions
field (optional).extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
field (optional).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getEsmCause()
esmCause
field.esmCause
field.
The ESMCause
class defines meaningful names for particular values of the field.public void setEsmCause(INTEGER esmCause)
esmCause
field.esmCause
- the value of the esmCause
field.
The ESMCause
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the esmCause
parameter is null.public ProtocolConfigurationOptionsNW getProtocolConfigurationOptions()
protocolConfigurationOptions
optional field.protocolConfigurationOptions
optional field or null if the field is omitted.public void setProtocolConfigurationOptions(ProtocolConfigurationOptionsNW protocolConfigurationOptions)
protocolConfigurationOptions
optional field.protocolConfigurationOptions
- the value of the protocolConfigurationOptions
optional field. A null
value indicates that the optional field is omitted.public boolean hasProtocolConfigurationOptions()
protocolConfigurationOptions
optional field is present in the value.protocolConfigurationOptions
optional field is present in the value.public void deleteProtocolConfigurationOptions()
protocolConfigurationOptions
optional field from the value.public ExtendedProtocolConfigurationOptionsNW getExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
optional field or null if the field is omitted.public void setExtendedProtocolConfigurationOptions(ExtendedProtocolConfigurationOptionsNW extendedProtocolConfigurationOptions)
extendedProtocolConfigurationOptions
optional field.extendedProtocolConfigurationOptions
- the value of the extendedProtocolConfigurationOptions
optional field. A null
value indicates that the optional field is omitted.public boolean hasExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field is present in the value.extendedProtocolConfigurationOptions
optional field is present in the value.public void deleteExtendedProtocolConfigurationOptions()
extendedProtocolConfigurationOptions
optional field from the value.Copyright © 2025 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.