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="id" type="{http://www.nic.cz/xml/epp/fredcom-1.2}objIDType"/>
<element name="chg" type="{http://www.nic.cz/xml/epp/contact-1.6}chgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChgType |
chg |
protected java.lang.String |
id |
| Constructor and Description |
|---|
UpdateType() |
| Modifier and Type | Method and Description |
|---|---|
ChgType |
getChg()
Gets the value of the chg property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setChg(ChgType value)
Sets the value of the chg property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
protected java.lang.String id
protected ChgType chg
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic ChgType getChg()
ChgTypeCopyright © 2021. All rights reserved.