org.openrtk.idl.epp02

Class epp_AuthInfo

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

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

org/openrtk/idl/epp/epp_AuthInfo.java Generated by the IDL-to-Java compiler (portable), version "3.0" from epp.idl Thursday, July 26, 2001 6:26:03 PM EDT

Field Summary

String
m_roid
epp_AuthInfoType
m_type
String
m_value

Constructor Summary

epp_AuthInfo()
epp_AuthInfo(epp_AuthInfoType _m_type, String _m_roid, String _m_value)

Method Summary

String
getRoid()
epp_AuthInfoType
getType()
String
getValue()
void
setRoid(String value)
void
setType(epp_AuthInfoType value)
void
setValue(String value)
String
toString()

Field Details

m_roid

public String m_roid

m_type

public epp_AuthInfoType m_type

m_value

public String m_value

Constructor Details

epp_AuthInfo

public epp_AuthInfo()

epp_AuthInfo

public epp_AuthInfo(epp_AuthInfoType _m_type,
                    String _m_roid,
                    String _m_value)

Method Details

getRoid

public String getRoid()

getType

public epp_AuthInfoType getType()

getValue

public String getValue()

setRoid

public void setRoid(String value)

setType

public void setType(epp_AuthInfoType value)

setValue

public void setValue(String value)

toString

public String toString()

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