| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
network.address
public class DirectoryNumber
DirectoryNumber represents the localized adddress of a telephone in abscense of prefixing. The DirectoryNumber has a NatureOfAddress to indicate its type.
Constraints:
::=
::= \d{1,10}
::= \d{1,25}
Default:
- none
| Nested Class Summary |
public class |
NatureOfAddress |
| Field Summary |
private String |
|
private NatureOfAddress |
|
NatureOfAddress |
INTERNATIONAL |
NatureOfAddress |
LOCAL |
NatureOfAddress |
NATIONAL |
NatureOfAddress |
PRIVATE |
private String localCountryCode
The local country code
Multiplicity:
1
private NatureOfAddress natureOfAddress
The NatureOfAddress describes the type of address contained in the DirectoryNumber as INTERNATIONAL, NATIONAL, LOCAL, or PRIVATE
Multiplicity:
1
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|