public static class ExtendedEmergencyNumber.Number extends Sequence
number
field.Constructor and Description |
---|
Number()
The default constructor.
|
Number(VisibleString digits)
Constructs an instance of the
Number with the specified
components. |
Modifier and Type | Method and Description |
---|---|
VisibleString |
getDigits()
Returns the value of the
digits field. |
void |
setDigits(VisibleString digits)
Sets the value of the
digits field. |
public Number()
public Number(VisibleString digits)
Number
with the specified
components.digits
- the value of the digits
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public VisibleString getDigits()
digits
field.digits
field.public void setDigits(VisibleString digits)
digits
field.digits
- the value of the digits
field.java.lang.IllegalArgumentException
- when the digits
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.