|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openrtk.idl.epp.domain.epp_DomainCreateReq
Class that contains the elements necessary to create a domain in the registry.
$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp/domain/epp_DomainCreateReq.java,v 1.7 2001/12/04 22:31:06 lyin Exp $
EPPDomainCreate
,
epp_DomainCreateRsp
, Serialized FormField Summary | |
epp_AuthInfo |
m_auth_info
The authorization information to be associated with the domain object. |
epp_Command |
m_cmd
The common and generic command element. |
epp_DomainContact[] |
m_contacts
The array of contacts to be associated with the domain object. |
java.lang.String |
m_name
The name of the domain object to be created in the registry. |
java.lang.String[] |
m_name_servers
The array of name servers to be associated with the domain object. |
epp_DomainPeriod |
m_period
The registration period of the domain object. |
java.lang.String |
m_registrant
The domain registrant to be associated with the domain object. |
Constructor Summary | |
epp_DomainCreateReq()
Empty constructor |
|
epp_DomainCreateReq(epp_Command _m_cmd,
java.lang.String _m_name,
epp_DomainPeriod _m_period,
java.lang.String[] _m_name_servers,
java.lang.String _m_registrant,
epp_DomainContact[] _m_contacts,
epp_AuthInfo _m_auth_info)
The constructor with initializing variables. |
Method Summary | |
epp_AuthInfo |
getAuthInfo()
Accessor method for the authorization information to be associated with the domain object |
epp_Command |
getCmd()
Accessor method for the common and generic command element |
epp_DomainContact[] |
getContacts()
Accessor method for the array of contacts to be associated with the domain object |
java.lang.String |
getName()
Accessor method for the name of the domain object to be created in the registry |
java.lang.String[] |
getNameServers()
Accessor method for the array of name servers to be associated with the domain object |
epp_DomainPeriod |
getPeriod()
Accessor method for the registration period of the domain object |
java.lang.String |
getRegistrant()
Accessor method for the registrant to be associated with the domain object |
void |
setAuthInfo(epp_AuthInfo value)
Accessor method for the authorization information to be associated with the domain object |
void |
setCmd(epp_Command value)
Accessor method for the common and generic command element |
void |
setContacts(epp_DomainContact[] value)
Accessor method for the array of contacts to be associated with the domain object |
void |
setName(java.lang.String value)
Accessor method for the name of the domain object to be created in the registry |
void |
setNameServers(java.lang.String[] value)
Accessor method for the array of name servers to be associated with the domain object |
void |
setPeriod(epp_DomainPeriod value)
Accessor method for the registration period of the domain object |
void |
setRegistrant(java.lang.String value)
Accessor method for the registrant to be associated with the domain object |
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 |
public epp_Command m_cmd
setCmd(org.openrtk.idl.epp.epp_Command)
,
getCmd()
public java.lang.String m_name
setName(String)
,
getName()
public epp_DomainPeriod m_period
setPeriod(org.openrtk.idl.epp.domain.epp_DomainPeriod)
,
getPeriod()
public java.lang.String[] m_name_servers
setNameServers(String[])
,
getNameServers()
public java.lang.String m_registrant
setRegistrant(String)
,
getRegistrant()
public epp_DomainContact[] m_contacts
setContacts(org.openrtk.idl.epp.domain.epp_DomainContact[])
,
getContacts()
public epp_AuthInfo m_auth_info
setAuthInfo(org.openrtk.idl.epp.epp_AuthInfo)
,
getAuthInfo()
Constructor Detail |
public epp_DomainCreateReq()
public epp_DomainCreateReq(epp_Command _m_cmd, java.lang.String _m_name, epp_DomainPeriod _m_period, java.lang.String[] _m_name_servers, java.lang.String _m_registrant, epp_DomainContact[] _m_contacts, epp_AuthInfo _m_auth_info)
_m_cmd
- The common and generic command element_m_name
- The name of the domain object to be created in the registry_m_period
- The registration period of the domain object_m_name_servers
- The array of name servers to be associated with the domain object_m_registrant
- The registrant to be associated with the domain object_m_contacts
- The array of contacts to be associated with the domain object_m_auth_info
- The authorization information to be associated with the domain objectMethod Detail |
public void setCmd(epp_Command value)
value
- The command elementm_cmd
public epp_Command getCmd()
m_cmd
public void setName(java.lang.String value)
value
- The domain namem_name
public java.lang.String getName()
m_name
public void setPeriod(epp_DomainPeriod value)
value
- The domain periodm_period
public epp_DomainPeriod getPeriod()
m_period
public void setNameServers(java.lang.String[] value)
value
- The array of domain name serversm_name_servers
public java.lang.String[] getNameServers()
m_name_servers
public void setRegistrant(java.lang.String value)
value
- The domain registrantm_registrant
public java.lang.String getRegistrant()
m_registrant
public void setContacts(epp_DomainContact[] value)
value
- The array of domain contactsm_contacts
public epp_DomainContact[] getContacts()
m_contacts
public void setAuthInfo(epp_AuthInfo value)
value
- The domain auth infom_auth_info
public epp_AuthInfo getAuthInfo()
m_auth_info
public java.lang.String toString()
toString
in class java.lang.Object
|
EPP RTK for Java v 0.5.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |