public class CreateType
extends java.lang.Object
Java class for createType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="period" type="{http://www.nic.cz/xml/epp/domain-1.4}periodType" minOccurs="0"/>
<element name="nsset" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" minOccurs="0"/>
<element name="keyset" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" minOccurs="0"/>
<element name="registrant" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType"/>
<element name="admin" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" maxOccurs="unbounded" minOccurs="0"/>
<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.util.List<java.lang.String> |
admin |
protected java.lang.String |
authInfo |
protected java.lang.String |
keyset |
protected java.lang.String |
name |
protected java.lang.String |
nsset |
protected PeriodType |
period |
protected java.lang.String |
registrant |
| Constructor and Description |
|---|
CreateType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAdmin()
Gets the value of the admin property.
|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property.
|
java.lang.String |
getKeyset()
Gets the value of the keyset property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNsset()
Gets the value of the nsset property.
|
PeriodType |
getPeriod()
Gets the value of the period property.
|
java.lang.String |
getRegistrant()
Gets the value of the registrant property.
|
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.
|
void |
setKeyset(java.lang.String value)
Sets the value of the keyset property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNsset(java.lang.String value)
Sets the value of the nsset property.
|
void |
setPeriod(PeriodType value)
Sets the value of the period property.
|
void |
setRegistrant(java.lang.String value)
Sets the value of the registrant property.
|
protected java.lang.String name
protected PeriodType period
protected java.lang.String nsset
protected java.lang.String keyset
protected java.lang.String registrant
protected java.util.List<java.lang.String> admin
protected java.lang.String authInfo
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic PeriodType getPeriod()
PeriodTypepublic void setPeriod(PeriodType value)
value - allowed object is
PeriodTypepublic java.lang.String getNsset()
Stringpublic void setNsset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeyset()
Stringpublic void setKeyset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegistrant()
Stringpublic void setRegistrant(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getAdmin()
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 admin property.
For example, to add a new item, do as follows:
getAdmin().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 © 2022. All rights reserved.