public class ExtcommandType
extends java.lang.Object
Java class for extcommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="extcommandType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="sendAuthInfo" type="{http://www.nic.cz/xml/epp/fred-1.5}readWriteType"/>
<element name="test" type="{http://www.nic.cz/xml/epp/fred-1.5}readWriteType"/>
<element name="creditInfo" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="listDomains" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="listContacts" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="listNssets" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="listKeysets" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="domainsByNsset" type="{http://www.nic.cz/xml/epp/fred-1.5}domainsByNssetT"/>
<element name="domainsByKeyset" type="{http://www.nic.cz/xml/epp/fred-1.5}domainsByNssetT"/>
<element name="domainsByContact" type="{http://www.nic.cz/xml/epp/fred-1.5}domainsByContactT"/>
<element name="nssetsByContact" type="{http://www.nic.cz/xml/epp/fred-1.5}nssetsByContactT"/>
<element name="keysetsByContact" type="{http://www.nic.cz/xml/epp/fred-1.5}nssetsByContactT"/>
<element name="nssetsByNs" type="{http://www.nic.cz/xml/epp/fred-1.5}nssetsByNsT"/>
<element name="getResults" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</choice>
<element name="clTRID" type="{http://www.nic.cz/xml/epp/fred-1.5}trIDStringType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
clTRID |
protected java.lang.Object |
creditInfo |
protected DomainsByContactT |
domainsByContact |
protected DomainsByNssetT |
domainsByKeyset |
protected DomainsByNssetT |
domainsByNsset |
protected java.lang.Object |
getResults |
protected NssetsByContactT |
keysetsByContact |
protected java.lang.Object |
listContacts |
protected java.lang.Object |
listDomains |
protected java.lang.Object |
listKeysets |
protected java.lang.Object |
listNssets |
protected NssetsByContactT |
nssetsByContact |
protected NssetsByNsT |
nssetsByNs |
protected ReadWriteType |
sendAuthInfo |
protected ReadWriteType |
test |
| Constructor and Description |
|---|
ExtcommandType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClTRID()
Gets the value of the clTRID property.
|
java.lang.Object |
getCreditInfo()
Gets the value of the creditInfo property.
|
DomainsByContactT |
getDomainsByContact()
Gets the value of the domainsByContact property.
|
DomainsByNssetT |
getDomainsByKeyset()
Gets the value of the domainsByKeyset property.
|
DomainsByNssetT |
getDomainsByNsset()
Gets the value of the domainsByNsset property.
|
java.lang.Object |
getGetResults()
Gets the value of the getResults property.
|
NssetsByContactT |
getKeysetsByContact()
Gets the value of the keysetsByContact property.
|
java.lang.Object |
getListContacts()
Gets the value of the listContacts property.
|
java.lang.Object |
getListDomains()
Gets the value of the listDomains property.
|
java.lang.Object |
getListKeysets()
Gets the value of the listKeysets property.
|
java.lang.Object |
getListNssets()
Gets the value of the listNssets property.
|
NssetsByContactT |
getNssetsByContact()
Gets the value of the nssetsByContact property.
|
NssetsByNsT |
getNssetsByNs()
Gets the value of the nssetsByNs property.
|
ReadWriteType |
getSendAuthInfo()
Gets the value of the sendAuthInfo property.
|
ReadWriteType |
getTest()
Gets the value of the test property.
|
void |
setClTRID(java.lang.String value)
Sets the value of the clTRID property.
|
void |
setCreditInfo(java.lang.Object value)
Sets the value of the creditInfo property.
|
void |
setDomainsByContact(DomainsByContactT value)
Sets the value of the domainsByContact property.
|
void |
setDomainsByKeyset(DomainsByNssetT value)
Sets the value of the domainsByKeyset property.
|
void |
setDomainsByNsset(DomainsByNssetT value)
Sets the value of the domainsByNsset property.
|
void |
setGetResults(java.lang.Object value)
Sets the value of the getResults property.
|
void |
setKeysetsByContact(NssetsByContactT value)
Sets the value of the keysetsByContact property.
|
void |
setListContacts(java.lang.Object value)
Sets the value of the listContacts property.
|
void |
setListDomains(java.lang.Object value)
Sets the value of the listDomains property.
|
void |
setListKeysets(java.lang.Object value)
Sets the value of the listKeysets property.
|
void |
setListNssets(java.lang.Object value)
Sets the value of the listNssets property.
|
void |
setNssetsByContact(NssetsByContactT value)
Sets the value of the nssetsByContact property.
|
void |
setNssetsByNs(NssetsByNsT value)
Sets the value of the nssetsByNs property.
|
void |
setSendAuthInfo(ReadWriteType value)
Sets the value of the sendAuthInfo property.
|
void |
setTest(ReadWriteType value)
Sets the value of the test property.
|
protected ReadWriteType sendAuthInfo
protected ReadWriteType test
protected java.lang.Object creditInfo
protected java.lang.Object listDomains
protected java.lang.Object listContacts
protected java.lang.Object listNssets
protected java.lang.Object listKeysets
protected DomainsByNssetT domainsByNsset
protected DomainsByNssetT domainsByKeyset
protected DomainsByContactT domainsByContact
protected NssetsByContactT nssetsByContact
protected NssetsByContactT keysetsByContact
protected NssetsByNsT nssetsByNs
protected java.lang.Object getResults
protected java.lang.String clTRID
public ReadWriteType getSendAuthInfo()
ReadWriteTypepublic void setSendAuthInfo(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic ReadWriteType getTest()
ReadWriteTypepublic void setTest(ReadWriteType value)
value - allowed object is
ReadWriteTypepublic java.lang.Object getCreditInfo()
Objectpublic void setCreditInfo(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getListDomains()
Objectpublic void setListDomains(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getListContacts()
Objectpublic void setListContacts(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getListNssets()
Objectpublic void setListNssets(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getListKeysets()
Objectpublic void setListKeysets(java.lang.Object value)
value - allowed object is
Objectpublic DomainsByNssetT getDomainsByNsset()
DomainsByNssetTpublic void setDomainsByNsset(DomainsByNssetT value)
value - allowed object is
DomainsByNssetTpublic DomainsByNssetT getDomainsByKeyset()
DomainsByNssetTpublic void setDomainsByKeyset(DomainsByNssetT value)
value - allowed object is
DomainsByNssetTpublic DomainsByContactT getDomainsByContact()
DomainsByContactTpublic void setDomainsByContact(DomainsByContactT value)
value - allowed object is
DomainsByContactTpublic NssetsByContactT getNssetsByContact()
NssetsByContactTpublic void setNssetsByContact(NssetsByContactT value)
value - allowed object is
NssetsByContactTpublic NssetsByContactT getKeysetsByContact()
NssetsByContactTpublic void setKeysetsByContact(NssetsByContactT value)
value - allowed object is
NssetsByContactTpublic NssetsByNsT getNssetsByNs()
NssetsByNsTpublic void setNssetsByNs(NssetsByNsT value)
value - allowed object is
NssetsByNsTpublic java.lang.Object getGetResults()
Objectpublic void setGetResults(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.String getClTRID()
Stringpublic void setClTRID(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.