|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.contact.epp_ContactPhone
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/epp/contact/epp_ContactPhone.java,v 1.3 2001/12/04 22:31:46 lyin Exp $
epp_ContactCreateReq
,
epp_ContactInfoRsp
,
epp_ContactUpdateChange
, Serialized FormField 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 |
public java.lang.String m_extension
setExtension(String)
,
getExtension()
public java.lang.String m_value
setValue(String)
,
getValue()
Constructor Detail |
public epp_ContactPhone()
public epp_ContactPhone(java.lang.String _m_extension, java.lang.String _m_value)
_m_extension
- The extension of the telephone number_m_value
- The contact's telephone number valueMethod Detail |
public void setExtension(java.lang.String value)
value
- The extension of the telephone numberm_extension
public java.lang.String getExtension()
m_extension
public void setValue(java.lang.String value)
value
- The contact's telephone number valuem_value
public java.lang.String getValue()
m_value
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |