public class CommandType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clTRID |
protected ReadWriteType |
create |
protected ReadWriteType |
delete |
protected ExtAnyType |
extension |
protected ReadWriteType |
check |
protected ReadWriteType |
info |
protected LoginType |
login |
protected java.lang.Object |
logout |
protected PollType |
poll |
protected ReadWriteType |
renew |
protected TransferType |
transfer |
protected ReadWriteType |
update |
| Constructor and Description |
|---|
CommandType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClTRID()
Gets the value of the clTRID property.
|
ReadWriteType |
getCreate()
Gets the value of the create property.
|
ReadWriteType |
getDelete()
Gets the value of the delete property.
|
ExtAnyType |
getExtension()
Gets the value of the extension property.
|
ReadWriteType |
getCheck()
Gets the value of the check property.
|
ReadWriteType |
getInfo()
Gets the value of the info property.
|
LoginType |
getLogin()
Gets the value of the login property.
|
java.lang.Object |
getLogout()
Gets the value of the logout property.
|
PollType |
getPoll()
Gets the value of the poll property.
|
ReadWriteType |
getRenew()
Gets the value of the renew property.
|
TransferType |
getTransfer()
Gets the value of the transfer property.
|
ReadWriteType |
getUpdate()
Gets the value of the update property.
|
void |
setClTRID(java.lang.String value)
Sets the value of the clTRID property.
|
void |
setCreate(ReadWriteType value)
Sets the value of the create property.
|
void |
setDelete(ReadWriteType value)
Sets the value of the delete property.
|
void |
setExtension(ExtAnyType value)
Sets the value of the extension property.
|
void |
setCheck(ReadWriteType value)
Sets the value of the check property.
|
void |
setInfo(ReadWriteType value)
Sets the value of the info property.
|
void |
setLogin(LoginType value)
Sets the value of the login property.
|
void |
setLogout(java.lang.Object value)
Sets the value of the logout property.
|
void |
setPoll(PollType value)
Sets the value of the poll property.
|
void |
setRenew(ReadWriteType value)
Sets the value of the renew property.
|
void |
setTransfer(TransferType value)
Sets the value of the transfer property.
|
void |
setUpdate(ReadWriteType value)
Sets the value of the update property.
|
protected ReadWriteType check
protected ReadWriteType create
protected ReadWriteType delete
protected ReadWriteType info
protected LoginType login
protected java.lang.Object logout
protected PollType poll
protected ReadWriteType renew
protected TransferType transfer
protected ReadWriteType update
protected ExtAnyType extension
protected java.lang.String clTRID
public ReadWriteType getCheck()
ReadWriteTypepublic void setCheck(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic ReadWriteType getCreate()
ReadWriteTypepublic void setCreate(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic ReadWriteType getDelete()
ReadWriteTypepublic void setDelete(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic ReadWriteType getInfo()
ReadWriteTypepublic void setInfo(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic LoginType getLogin()
LoginTypepublic void setLogin(LoginType value)
value - allowed object is
LoginTypepublic java.lang.Object getLogout()
Objectpublic void setLogout(java.lang.Object value)
value - allowed object is
Objectpublic PollType getPoll()
PollTypepublic void setPoll(PollType value)
value - allowed object is
PollTypepublic ReadWriteType getRenew()
ReadWriteTypepublic void setRenew(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic TransferType getTransfer()
TransferTypepublic void setTransfer(TransferType value)
value - allowed object is
TransferTypepublic ReadWriteType getUpdate()
ReadWriteTypepublic void setUpdate(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic ExtAnyType getExtension()
ExtAnyTypepublic void setExtension(ExtAnyType value)
value - allowed object is
ExtAnyTypepublic java.lang.String getClTRID()
Stringpublic void setClTRID(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.