public class UpdateType
extends java.lang.Object
Java class for updateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="updateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chg" type="{http://www.nic.cz/xml/epp/enumval-1.2}exValType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
UpdateType() |
| Modifier and Type | Method and Description |
|---|---|
ExValType |
getChg()
Gets the value of the chg property.
|
void |
setChg(ExValType value)
Sets the value of the chg property.
|
protected ExValType chg
Copyright © 2022. All rights reserved.