org.openrtk.idl.epp0503.contact
Class epp_ContactStatus
java.lang.Object
org.openrtk.idl.epp0503.contact.epp_ContactStatus
- org.omg.CORBA.portable.IDLEntity
public class epp_ContactStatus
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Class that contains the elements used to represent contact status with different type.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/contact/epp_ContactStatus.java,v 1.1 2003/03/21 16:18:28 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:28 $
String | getLang() - Accessor method for the language used to express the contact status value
|
epp_ContactStatusType | getType() - Accessor method for the type of the contact status
|
String | getValue() - Accessor method for the value of the contact status
|
void | setLang(String value) - Accessor method for the language used to express the contact status value
|
void | setType(epp_ContactStatusType value) - Accessor method for the type of the contact status
|
void | setValue(String value) - Accessor method for the value of the contact status
|
String | toString() - Converts this class into a string.
|
m_lang
public String m_lang
The language used to express the contact status value.
m_value
public String m_value
The value of the contact status.
epp_ContactStatus
public epp_ContactStatus()
Empty constructor
epp_ContactStatus
public epp_ContactStatus(epp_ContactStatusType _m_type,
String _m_lang,
String _m_value)
The constructor with initializing variables.
_m_type
- The type of the contact status_m_lang
- The language used to express the contact status value_m_value
- The value of the contact status
getLang
public String getLang()
Accessor method for the language used to express the contact status value
- The language of the status value
getValue
public String getValue()
Accessor method for the value of the contact status
setLang
public void setLang(String value)
Accessor method for the language used to express the contact status value
value
- The language of the status value
setType
public void setType(epp_ContactStatusType value)
Accessor method for the type of the contact status
value
- The contact status type
setValue
public void setValue(String value)
Accessor method for the value of the contact status
value
- The contact status 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