public class ChgType
extends java.lang.Object
Java class for chgType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="chgType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nsset" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDChgType" minOccurs="0"/>
<element name="keyset" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDChgType" minOccurs="0"/>
<element name="registrant" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType" 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.lang.String |
authInfo |
protected java.lang.String |
keyset |
protected java.lang.String |
nsset |
protected java.lang.String |
registrant |
| Constructor and Description |
|---|
ChgType() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getNsset()
Gets the value of the nsset 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 |
setNsset(java.lang.String value)
Sets the value of the nsset property.
|
void |
setRegistrant(java.lang.String value)
Sets the value of the registrant property.
|
protected java.lang.String nsset
protected java.lang.String keyset
protected java.lang.String registrant
protected java.lang.String authInfo
public 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.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.