EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0705.domain
Class epp_DomainStatus

java.lang.Object
  |
  +--org.openrtk.idl.epp0705.domain.epp_DomainStatus
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_DomainStatus
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class that contains the elements used to represent domain status with different type.

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0705/domain/epp_DomainStatus.java,v 1.1 2003/03/20 22:42:30 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/20 22:42:30 $

See Also:
epp_DomainInfoRsp, epp_DomainUpdateAddRemove, Serialized Form

Field Summary
 java.lang.String m_lang
          The language used to express the domain status value.
 epp_DomainStatusType m_type
          The type of the domain status.
 java.lang.String m_value
          The value of the domain status.
 
Constructor Summary
epp_DomainStatus()
          Empty constructor
epp_DomainStatus(epp_DomainStatusType _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 domain status value
 epp_DomainStatusType getType()
          Accessor method for the type of the domain status
 java.lang.String getValue()
          Accessor method for the value of the domain status
 void setLang(java.lang.String value)
          Accessor method for the language used to express the domain status value
 void setType(epp_DomainStatusType value)
          Accessor method for the type of the domain status
 void setValue(java.lang.String value)
          Accessor method for the value of the domain 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_DomainStatusType m_type
The type of the domain status.

See Also:
setType(org.openrtk.idl.epp0705.domain.epp_DomainStatusType), getType()

m_lang

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

See Also:
setLang(String), getLang()

m_value

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

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

epp_DomainStatus

public epp_DomainStatus()
Empty constructor


epp_DomainStatus

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

Parameters:
_m_type - The type of the domain status
_m_lang - The language used to express the domain status value
_m_value - The value of the domain status
Method Detail

setType

public void setType(epp_DomainStatusType value)
Accessor method for the type of the domain status

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

getType

public epp_DomainStatusType getType()
Accessor method for the type of the domain status

Returns:
The domain status type
See Also:
m_type

setLang

public void setLang(java.lang.String value)
Accessor method for the language used to express the domain 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 domain 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 domain status

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

getValue

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

Returns:
The domain 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