public class EPSUnknownParameter extends Sequence
EPSUnknownParameter
type.Constructor and Description |
---|
EPSUnknownParameter()
The default constructor.
|
EPSUnknownParameter(INTEGER epsParameterIdentifier,
OctetString epsParameterContents)
Constructs an instance of the
EPSUnknownParameter with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getEpsParameterContents()
Returns the value of the
epsParameterContents field. |
INTEGER |
getEpsParameterIdentifier()
Returns the value of the
epsParameterIdentifier field. |
void |
setEpsParameterContents(OctetString epsParameterContents)
Sets the value of the
epsParameterContents field. |
void |
setEpsParameterIdentifier(INTEGER epsParameterIdentifier)
Sets the value of the
epsParameterIdentifier field. |
public EPSUnknownParameter()
public EPSUnknownParameter(INTEGER epsParameterIdentifier, OctetString epsParameterContents)
EPSUnknownParameter
with the specified
components.epsParameterIdentifier
- the value of the epsParameterIdentifier
field (mandatory).epsParameterContents
- the value of the epsParameterContents
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getEpsParameterIdentifier()
epsParameterIdentifier
field.epsParameterIdentifier
field.public void setEpsParameterIdentifier(INTEGER epsParameterIdentifier)
epsParameterIdentifier
field.epsParameterIdentifier
- the value of the epsParameterIdentifier
field.java.lang.IllegalArgumentException
- when the epsParameterIdentifier
parameter is null.public OctetString getEpsParameterContents()
epsParameterContents
field.epsParameterContents
field.public void setEpsParameterContents(OctetString epsParameterContents)
epsParameterContents
field.epsParameterContents
- the value of the epsParameterContents
field.java.lang.IllegalArgumentException
- when the epsParameterContents
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.