| EPP RTK for Java v 0.9.5 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.openrtk.idl.epp0604.epp_LogoutReqpublic class epp_LogoutReqextends java.lang.Objectimplements org.omg.CORBA.portable.IDLEntityEPPLogout, epp_LogoutRspField Summary | |
String |
|
epp_Extension[] |
|
Constructor Summary | |
| |
| |
| |
Method Summary | |
String |
|
epp_Extension |
|
epp_Extension[] |
|
epp_Unspec |
|
void |
|
void |
|
void |
|
void |
|
String |
|
public String m_client_trid
The client transaction identifier assigned by the client to the command.
- See Also:
setClientTrid(String),getClientTrid()
public epp_LogoutReq()
Empty constructor
public epp_LogoutReq(epp_Extension _m_extension, String _m_client_trid)
Deprecated.
The constructor with initializing variables.
- Parameters:
_m_extension- The optional command extensions_m_client_trid- The client transaction identifier assigned by the client to the command
public epp_LogoutReq(epp_Extension[] _m_extensions, String _m_client_trid)
The constructor with initializing variables.
- Parameters:
_m_extensions- The optional command extensions_m_client_trid- The client transaction identifier assigned by the client to the command
public String getClientTrid()
Accessor method for the client transaction identifier assigned by the client to the command
- Returns:
- The client transaction identifier
- See Also:
m_client_trid
public epp_Extension getExtension()
Deprecated.
Accessor method for the optional command extensions
- Returns:
- The optional command extensions
- See Also:
m_extensions
public epp_Extension[] getExtensions()
Accessor method for the optional command extensions
- Returns:
- The optional command extensions
- See Also:
m_extensions
public epp_Unspec getUnspec()
Deprecated. Please use getExtension() intead.
Accessor method for the optional command extensions
- Returns:
- The optional command extensions
- See Also:
epp_LogoutReq
public void setClientTrid(String value)
Accessor method for the client transaction identifier assigned by the client to the command
- Parameters:
value- The client transaction identifier
- See Also:
m_client_trid
public void setExtension(epp_Extension value)
Deprecated.
Accessor method for the optional command extensions
- Parameters:
value- The optional command extensions
- See Also:
m_extensions
public void setExtensions(epp_Extension[] value)
Accessor method for the optional command extensions
- Parameters:
value- The optional command extensions
- See Also:
m_extensions
public void setUnspec(epp_Unspec value)
Deprecated. Please use setExtension() instead.
Accessor method for the optional command extensions
- Parameters:
value- The optional command extensions
- See Also:
epp_LogoutReq
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