EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503.contact
Class epp_ContactStatus

java.lang.Object
  |
  +--org.openrtk.idl.epp0503.contact.epp_ContactStatus
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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 $

See Also:
epp_ContactInfoRsp, epp_ContactUpdateAddRemove, Serialized Form

Field Summary
 java.lang.String m_lang
          The language used to express the contact status value.
 epp_ContactStatusType m_type
          The type of the contact status.
 java.lang.String m_value
          The value of the contact status.
 
Constructor Summary
epp_ContactStatus()
          Empty constructor
epp_ContactStatus(epp_ContactStatusType _m_type, java.lang.String _m_lang, java.lang.String _m_value)
          The constructor with initializing variables.
 
Method Summary
 java.lang.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
 java.lang.String getValue()
          Accessor method for the value of the contact status
 void setLang(java.lang.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(java.lang.String value)
          Accessor method for the value of the contact status
 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_type

public epp_ContactStatusType m_type
The type of the contact status.

See Also:
setType(org.openrtk.idl.epp0503.contact.epp_ContactStatusType), getType()

m_lang

public java.lang.String m_lang
The language used to express the contact status value.

See Also:
setLang(String), getLang()

m_value

public java.lang.String m_value
The value of the contact status.

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

epp_ContactStatus

public epp_ContactStatus()
Empty constructor


epp_ContactStatus

public epp_ContactStatus(epp_ContactStatusType _m_type,
                         java.lang.String _m_lang,
                         java.lang.String _m_value)
The constructor with initializing variables.

Parameters:
_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
Method Detail

setType

public void setType(epp_ContactStatusType value)
Accessor method for the type of the contact status

Parameters:
value - The contact status type
See Also:
m_type

getType

public epp_ContactStatusType getType()
Accessor method for the type of the contact status

Returns:
The contact status type
See Also:
m_type

setLang

public void setLang(java.lang.String value)
Accessor method for the language used to express the contact status value

Parameters:
value - The language of the status value
See Also:
m_lang

getLang

public java.lang.String getLang()
Accessor method for the language used to express the contact status value

Returns:
The language of the status value
See Also:
m_lang

setValue

public void setValue(java.lang.String value)
Accessor method for the value of the contact status

Parameters:
value - The contact status value
See Also:
m_value

getValue

public java.lang.String getValue()
Accessor method for the value of the contact status

Returns:
The contact status 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