EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503.contact
Class epp_ContactPhone

java.lang.Object
  |
  +--org.openrtk.idl.epp0503.contact.epp_ContactPhone
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable
Direct Known Subclasses:
epp_ContactVoice

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/epp0503/contact/epp_ContactPhone.java,v 1.1 2003/03/21 16:18:28 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:28 $

See Also:
epp_ContactCreateReq, epp_ContactInfoRsp, epp_ContactUpdateChange, Serialized Form

Field Summary
 java.lang.String m_extension
          The extension of the telephone number.
 java.lang.String m_value
          The contact's telephone number value.
 
Constructor Summary
epp_ContactPhone()
          Empty constructor
epp_ContactPhone(java.lang.String _m_extension, java.lang.String _m_value)
          The constructor with initializing variables.
 
Method Summary
 java.lang.String getExtension()
          Accessor method for the extension of the telephone number
 java.lang.String getValue()
          Accessor method for the contact's telephone number value
 void setExtension(java.lang.String value)
          Accessor method for the extension of the telephone number
 void setValue(java.lang.String value)
          Accessor method for the contact's telephone number value
 java.lang.String toString()
          Converts this class into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_extension

public java.lang.String m_extension
The extension of the telephone number.

See Also:
setExtension(String), getExtension()

m_value

public java.lang.String m_value
The contact's telephone number value.

See Also:
setValue(String), getValue()
Constructor Detail

epp_ContactPhone

public epp_ContactPhone()
Empty constructor


epp_ContactPhone

public epp_ContactPhone(java.lang.String _m_extension,
                        java.lang.String _m_value)
The constructor with initializing variables.

Parameters:
_m_extension - The extension of the telephone number
_m_value - The contact's telephone number value
Method Detail

setExtension

public void setExtension(java.lang.String value)
Accessor method for the extension of the telephone number

Parameters:
value - The extension of the telephone number
See Also:
m_extension

getExtension

public java.lang.String getExtension()
Accessor method for the extension of the telephone number

Returns:
The extension of the telephone number
See Also:
m_extension

setValue

public void setValue(java.lang.String value)
Accessor method for the contact's telephone number value

Parameters:
value - The contact's telephone number value
See Also:
m_value

getValue

public java.lang.String getValue()
Accessor method for the contact's telephone number value

Returns:
The contact's telephone number value
See Also:
m_value

toString

public java.lang.String toString()
Converts this class into a string. Typically used to view the object in debug output.

Overrides:
toString in class java.lang.Object
Returns:
The string representation of this object instance

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS