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="add" type="{http://www.nic.cz/xml/epp/nsset-1.2}addType" minOccurs="0"/>
<element name="rem" type="{http://www.nic.cz/xml/epp/nsset-1.2}remType" minOccurs="0"/>
<element name="chg" type="{http://www.nic.cz/xml/epp/nsset-1.2}chgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddType |
add |
protected ChgType |
chg |
protected java.lang.String |
id |
protected RemType |
rem |
| Constructor and Description |
|---|
UpdateType() |
| Modifier and Type | Method and Description |
|---|---|
AddType |
getAdd()
Gets the value of the add property.
|
ChgType |
getChg()
Gets the value of the chg property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
RemType |
getRem()
Gets the value of the rem property.
|
void |
setAdd(AddType value)
Sets the value of the add 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.
|
void |
setRem(RemType value)
Sets the value of the rem property.
|
protected java.lang.String id
protected AddType add
protected RemType rem
protected ChgType chg
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic AddType getAdd()
AddTypepublic void setAdd(AddType value)
value - allowed object is
AddTypepublic RemType getRem()
RemTypepublic void setRem(RemType value)
value - allowed object is
RemTypepublic ChgType getChg()
ChgTypeCopyright © 2023. All rights reserved.