Java javax.xml.registry.infomodel TelephoneNumber fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry.infomodel TelephoneNumber fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry.infomodel TelephoneNumber.

The text is from its open source code.

Method

StringgetAreaCode()
Gets the area code.
StringgetCountryCode()
Gets the country code.
StringgetExtension()
Gets the internal extension.
StringgetNumber()
Gets the telephone number suffix, not including the country or area code.
inthashCode()
Returns a hash code value for the object.
voidsetNumber(String number)
Sets the telephone number suffix, not including the country or area code.