Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.address
Class DirectoryNumber

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
Field Detail
localCountryCode
private String localCountryCode
The local country code
Multiplicity:
1
 

natureOfAddress
private NatureOfAddress natureOfAddress
The NatureOfAddress describes the type of address contained in the DirectoryNumber as INTERNATIONAL, NATIONAL, LOCAL, or PRIVATE
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD