public class NetworkName extends Sequence
NetworkName
type.Modifier and Type | Class and Description |
---|---|
static class |
NetworkName.AddCountryInitials
Defines meaningful names for particular values of the
addCountryInitials field. |
static class |
NetworkName.CodingScheme
Defines meaningful names for particular values of the
codingScheme field. |
static class |
NetworkName.SpareBitsInLastOctet
Defines meaningful names for particular values of the
spareBitsInLastOctet field. |
Constructor and Description |
---|
NetworkName()
The default constructor.
|
NetworkName(INTEGER codingScheme,
INTEGER addCountryInitials,
INTEGER spareBitsInLastOctet,
OctetString textString)
Constructs an instance of the
NetworkName with the specified
components. |
Modifier and Type | Method and Description |
---|---|
INTEGER |
getAddCountryInitials()
Returns the value of the
addCountryInitials field. |
INTEGER |
getCodingScheme()
Returns the value of the
codingScheme field. |
INTEGER |
getExt()
Returns the value of the
ext read-only field. |
INTEGER |
getSpareBitsInLastOctet()
Returns the value of the
spareBitsInLastOctet field. |
OctetString |
getTextString()
Returns the value of the
textString field. |
void |
setAddCountryInitials(INTEGER addCountryInitials)
Sets the value of the
addCountryInitials field. |
void |
setCodingScheme(INTEGER codingScheme)
Sets the value of the
codingScheme field. |
void |
setSpareBitsInLastOctet(INTEGER spareBitsInLastOctet)
Sets the value of the
spareBitsInLastOctet field. |
void |
setTextString(OctetString textString)
Sets the value of the
textString field. |
public NetworkName()
public NetworkName(INTEGER codingScheme, INTEGER addCountryInitials, INTEGER spareBitsInLastOctet, OctetString textString)
NetworkName
with the specified
components.codingScheme
- the value of the codingScheme
field (mandatory).
The CodingScheme
class defines meaningful names for particular values of the field.addCountryInitials
- the value of the addCountryInitials
field (mandatory).
The AddCountryInitials
class defines meaningful names for particular values of the field.spareBitsInLastOctet
- the value of the spareBitsInLastOctet
field (mandatory).
The SpareBitsInLastOctet
class defines meaningful names for particular values of the field.textString
- the value of the textString
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getExt()
ext
read-only field.ext
read-only field.public INTEGER getCodingScheme()
codingScheme
field.codingScheme
field.
The CodingScheme
class defines meaningful names for particular values of the field.public void setCodingScheme(INTEGER codingScheme)
codingScheme
field.codingScheme
- the value of the codingScheme
field.
The CodingScheme
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the codingScheme
parameter is null.public INTEGER getAddCountryInitials()
addCountryInitials
field.addCountryInitials
field.
The AddCountryInitials
class defines meaningful names for particular values of the field.public void setAddCountryInitials(INTEGER addCountryInitials)
addCountryInitials
field.addCountryInitials
- the value of the addCountryInitials
field.
The AddCountryInitials
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the addCountryInitials
parameter is null.public INTEGER getSpareBitsInLastOctet()
spareBitsInLastOctet
field.spareBitsInLastOctet
field.
The SpareBitsInLastOctet
class defines meaningful names for particular values of the field.public void setSpareBitsInLastOctet(INTEGER spareBitsInLastOctet)
spareBitsInLastOctet
field.spareBitsInLastOctet
- the value of the spareBitsInLastOctet
field.
The SpareBitsInLastOctet
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the spareBitsInLastOctet
parameter is null.public OctetString getTextString()
textString
field.textString
field.public void setTextString(OctetString textString)
textString
field.textString
- the value of the textString
field.java.lang.IllegalArgumentException
- when the textString
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.