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="authInfo" type="{http://www.nic.cz/xml/epp/fredcom-1.2}authInfoType" minOccurs="0"/>
<element name="reportlevel" type="{http://www.nic.cz/xml/epp/nsset-1.2}reportlevelType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authInfo |
protected java.lang.Short |
reportlevel |
| Constructor and Description |
|---|
ChgType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthInfo()
Gets the value of the authInfo property.
|
java.lang.Short |
getReportlevel()
Gets the value of the reportlevel property.
|
void |
setAuthInfo(java.lang.String value)
Sets the value of the authInfo property.
|
void |
setReportlevel(java.lang.Short value)
Sets the value of the reportlevel property.
|
protected java.lang.String authInfo
protected java.lang.Short reportlevel
public java.lang.String getAuthInfo()
Stringpublic void setAuthInfo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Short getReportlevel()
Shortpublic void setReportlevel(java.lang.Short value)
value - allowed object is
ShortCopyright © 2023. All rights reserved.