public class PDNType extends Sequence
PDNType
type.Modifier and Type | Class and Description |
---|---|
static class |
PDNType.PdnType
Defines meaningful names for particular values of the
pdnType field. |
Constructor and Description |
---|
PDNType()
The default constructor.
|
PDNType(INTEGER pdnType)
Constructs an instance of the
PDNType with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getPdnType()
Returns the value of the
pdnType field. |
INTEGER |
getSpare()
Returns the value of the
spare read-only field. |
void |
setPdnType(INTEGER pdnType)
Sets the value of the
pdnType field. |
public PDNType()
public PDNType(INTEGER pdnType)
PDNType
with the specified
components.pdnType
- the value of the pdnType
field (mandatory).
The PdnType
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getSpare()
spare
read-only field.spare
read-only field.public INTEGER getPdnType()
pdnType
field.pdnType
field.
The PdnType
class defines meaningful names for particular values of the field.public void setPdnType(INTEGER pdnType)
pdnType
field.pdnType
- the value of the pdnType
field.
The PdnType
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the pdnType
parameter is null.Copyright © 2022 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.