Package google.registry.xjc.epp
Class XjcEppCommandType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.epp.XjcEppCommandType
Java class for commandType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="commandType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="check" type="{urn:ietf:params:xml:ns:epp-1.0}readWriteType"/>
<element name="create" type="{urn:ietf:params:xml:ns:epp-1.0}readWriteType"/>
<element name="delete" type="{urn:ietf:params:xml:ns:epp-1.0}readWriteType"/>
<element name="info" type="{urn:ietf:params:xml:ns:epp-1.0}readWriteType"/>
<element name="login" type="{urn:ietf:params:xml:ns:epp-1.0}loginType"/>
<element name="logout" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="poll" type="{urn:ietf:params:xml:ns:epp-1.0}pollType"/>
<element name="renew" type="{urn:ietf:params:xml:ns:epp-1.0}readWriteType"/>
<element name="transfer" type="{urn:ietf:params:xml:ns:epp-1.0}transferType"/>
<element name="update" type="{urn:ietf:params:xml:ns:epp-1.0}readWriteType"/>
</choice>
<element name="extension" type="{urn:ietf:params:xml:ns:epp-1.0}extAnyType" minOccurs="0"/>
<element name="clTRID" type="{urn:ietf:params:xml:ns:epp-1.0}trIDStringType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcEppReadWriteType
protected String
protected XjcEppReadWriteType
protected XjcEppReadWriteType
protected XjcEppExtAnyType
protected XjcEppReadWriteType
protected XjcEppLoginType
protected Object
protected XjcEppPollType
protected XjcEppReadWriteType
protected XjcEppTransferType
protected XjcEppReadWriteType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCheck()
Gets the value of the check property.Gets the value of the clTRID property.Gets the value of the create property.Gets the value of the delete property.Gets the value of the extension property.getInfo()
Gets the value of the info property.getLogin()
Gets the value of the login property.Gets the value of the logout property.getPoll()
Gets the value of the poll property.getRenew()
Gets the value of the renew property.Gets the value of the transfer property.Gets the value of the update property.void
setCheck
(XjcEppReadWriteType value) Sets the value of the check property.void
Sets the value of the clTRID property.void
setCreate
(XjcEppReadWriteType value) Sets the value of the create property.void
setDelete
(XjcEppReadWriteType value) Sets the value of the delete property.void
setExtension
(XjcEppExtAnyType value) Sets the value of the extension property.void
setInfo
(XjcEppReadWriteType value) Sets the value of the info property.void
setLogin
(XjcEppLoginType value) Sets the value of the login property.void
Sets the value of the logout property.void
setPoll
(XjcEppPollType value) Sets the value of the poll property.void
setRenew
(XjcEppReadWriteType value) Sets the value of the renew property.void
setTransfer
(XjcEppTransferType value) Sets the value of the transfer property.void
setUpdate
(XjcEppReadWriteType value) Sets the value of the update property.
-
Field Details
-
update
-
transfer
-
renew
-
poll
-
logout
-
login
-
info
-
delete
-
create
-
check
-
extension
-
clTRID
-
-
Constructor Details
-
XjcEppCommandType
public XjcEppCommandType()
-
-
Method Details
-
getUpdate
Gets the value of the update property.- Returns:
- possible object is
XjcEppReadWriteType
-
setUpdate
Sets the value of the update property.- Parameters:
value
- allowed object isXjcEppReadWriteType
-
getTransfer
Gets the value of the transfer property.- Returns:
- possible object is
XjcEppTransferType
-
setTransfer
Sets the value of the transfer property.- Parameters:
value
- allowed object isXjcEppTransferType
-
getRenew
Gets the value of the renew property.- Returns:
- possible object is
XjcEppReadWriteType
-
setRenew
Sets the value of the renew property.- Parameters:
value
- allowed object isXjcEppReadWriteType
-
getPoll
Gets the value of the poll property.- Returns:
- possible object is
XjcEppPollType
-
setPoll
Sets the value of the poll property.- Parameters:
value
- allowed object isXjcEppPollType
-
getLogout
Gets the value of the logout property.- Returns:
- possible object is
Object
-
setLogout
Sets the value of the logout property.- Parameters:
value
- allowed object isObject
-
getLogin
Gets the value of the login property.- Returns:
- possible object is
XjcEppLoginType
-
setLogin
Sets the value of the login property.- Parameters:
value
- allowed object isXjcEppLoginType
-
getInfo
Gets the value of the info property.- Returns:
- possible object is
XjcEppReadWriteType
-
setInfo
Sets the value of the info property.- Parameters:
value
- allowed object isXjcEppReadWriteType
-
getDelete
Gets the value of the delete property.- Returns:
- possible object is
XjcEppReadWriteType
-
setDelete
Sets the value of the delete property.- Parameters:
value
- allowed object isXjcEppReadWriteType
-
getCreate
Gets the value of the create property.- Returns:
- possible object is
XjcEppReadWriteType
-
setCreate
Sets the value of the create property.- Parameters:
value
- allowed object isXjcEppReadWriteType
-
getCheck
Gets the value of the check property.- Returns:
- possible object is
XjcEppReadWriteType
-
setCheck
Sets the value of the check property.- Parameters:
value
- allowed object isXjcEppReadWriteType
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
XjcEppExtAnyType
-
setExtension
Sets the value of the extension property.- Parameters:
value
- allowed object isXjcEppExtAnyType
-
getClTRID
Gets the value of the clTRID property.- Returns:
- possible object is
String
-
setClTRID
Sets the value of the clTRID property.- Parameters:
value
- allowed object isString
-