public class CrType
extends java.lang.Object
Java class for crType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="crType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDCreateType"/>
<element name="dnskey" type="{http://www.nic.cz/xml/epp/keyset-1.3}dnskeyT" maxOccurs="10" minOccurs="0"/>
<element name="tech" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" maxOccurs="10"/>
<element name="authInfo" type="{http://www.nic.cz/xml/epp/fredcom-1.2}authInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authInfo |
protected java.util.List<DnskeyT> |
dnskey |
protected java.lang.String |
id |
protected java.util.List<java.lang.String> |
tech |
| Constructor and Description |
|---|
CrType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property.
|
java.util.List<DnskeyT> |
getDnskey()
Gets the value of the dnskey property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<java.lang.String> |
getTech()
Gets the value of the tech property.
|
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected java.util.List<DnskeyT> dnskey
protected java.util.List<java.lang.String> tech
protected java.lang.String authInfo
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DnskeyT> getDnskey()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dnskey property.
For example, to add a new item, do as follows:
getDnskey().add(newItem);
Objects of the following type(s) are allowed in the list
DnskeyT
public java.util.List<java.lang.String> getTech()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tech property.
For example, to add a new item, do as follows:
getTech().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
StringCopyright © 2021. All rights reserved.