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.Object
org.openrtk.idl.epp0604.epp_Command
public class epp_Command
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
epp_LoginReq.setCmd(epp_Command)
, org.openrtk.idl.epp0604.domain.epp_DomainCreateReq.setCmd(epp_Command)
Field Summary | |
String |
|
epp_Credentials |
|
epp_Extension[] |
|
Constructor Summary | |
| |
|
Method Summary | |
String |
|
epp_Credentials |
|
epp_Extension |
|
epp_Extension[] |
|
epp_Unspec |
|
void |
|
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_Credentials m_creds
The element that provides client identity information.
- See Also:
setCreds(epp_Credentials)
,getCreds()
public epp_Extension[] m_extensions
The optional command extensions.
- See Also:
setExtensions(org.openrtk.idl.epp0604.epp_Extension)
,getExtensions()
public epp_Command()
Empty constructor
public epp_Command(epp_Credentials _m_creds, epp_Extension[] _m_extensions, String _m_client_trid)
The constructor with initializing variables.
- Parameters:
_m_creds
- The element that provides client identity information_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_Credentials getCreds()
Accessor method for the element that provides client identity information
- Returns:
- The client identity credentials
- See Also:
m_creds
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()
Accessor method for the optional command extensions
- Returns:
- The optional command extensions
- See Also:
epp_Command
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 setCreds(epp_Credentials value)
Accessor method for the element that provides client identity information
- Parameters:
value
- The client identity credentials
- See Also:
m_creds
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()
Accessor method for the optional command extensions
- Parameters:
value
- The optional command extensions
- See Also:
epp_Command
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