org.openrtk.idl.epp0604.contact
Class epp_ContactPhone
java.lang.Object
org.openrtk.idl.epp0604.contact.epp_ContactPhone
- org.omg.CORBA.portable.IDLEntity
public class epp_ContactPhone
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent contact's voice telephone
number or facsimile telephone number.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0604/contact/epp_ContactPhone.java,v 1.1 2003/03/21 15:54:54 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 15:54:54 $
String | m_extension - The extension of the telephone number.
|
String | m_value - The contact's telephone number value.
|
String | getExtension() - Accessor method for the extension of the telephone number
|
String | getValue() - Accessor method for the contact's telephone number value
|
void | setExtension(String value) - Accessor method for the extension of the telephone number
|
void | setValue(String value) - Accessor method for the contact's telephone number value
|
String | toString() - Converts this class into a string.
|
m_extension
public String m_extension
The extension of the telephone number.
m_value
public String m_value
The contact's telephone number value.
epp_ContactPhone
public epp_ContactPhone()
Empty constructor
epp_ContactPhone
public epp_ContactPhone(String _m_extension,
String _m_value)
The constructor with initializing variables.
_m_extension
- The extension of the telephone number_m_value
- The contact's telephone number value
getExtension
public String getExtension()
Accessor method for the extension of the telephone number
- The extension of the telephone number
getValue
public String getValue()
Accessor method for the contact's telephone number value
- The contact's telephone number value
setExtension
public void setExtension(String value)
Accessor method for the extension of the telephone number
value
- The extension of the telephone number
setValue
public void setValue(String value)
Accessor method for the contact's telephone number value
value
- The contact's telephone number value
toString
public String toString()
Converts this class into a string.
Typically used to view the object in debug output.
- The string representation of this object instance
Copyright © 2001-2002 - Tucows, Inc., 2003 - LibertyRMS