org.openrtk.idl.epprtk.domain

Class epp_DomainStatus

Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity

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/epprtk/domain/epp_DomainStatus.java,v 1.1 2004/12/07 15:27:50 ewang2004 Exp $
$Revision: 1.1 $
$Date: 2004/12/07 15:27:50 $
See Also:
epp_DomainInfoRsp, epp_DomainUpdateAddRemove

Field Summary

String
m_lang
The language used to express the domain status value.
epp_DomainStatusType
m_type
The type of the domain status.
String
m_value
The value of the domain status.

Constructor Summary

epp_DomainStatus()
Empty constructor
epp_DomainStatus(epp_DomainStatusType _m_type, String _m_lang, String _m_value)
The constructor with initializing variables.

Method Summary

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
String
getValue()
Accessor method for the value of the domain status
void
setLang(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(String value)
Accessor method for the value of the domain status
String
toString()
Converts this class into a string.

Field Details

m_lang

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

m_type

public epp_DomainStatusType m_type
The type of the domain status.

m_value

public String m_value
The value of the domain status.

Constructor Details

epp_DomainStatus

public epp_DomainStatus()
Empty constructor

epp_DomainStatus

public epp_DomainStatus(epp_DomainStatusType _m_type,
                        String _m_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 Details

getLang

public String getLang()
Accessor method for the language used to express the domain status value
Returns:
The language of the status value

getType

public epp_DomainStatusType getType()
Accessor method for the type of the domain status
Returns:
The domain status type
See Also:
m_type

getValue

public String getValue()
Accessor method for the value of the domain status
Returns:
The domain status value

setLang

public void setLang(String value)
Accessor method for the language used to express the domain status value
Parameters:
value - The language of the status value

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

setValue

public void setValue(String value)
Accessor method for the value of the domain status
Parameters:
value - The domain status value

toString

public String toString()
Converts this class into a string. Typically used to view the object in debug output.
Returns:
The string representation of this object instance

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