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="name" type="{urn:ietf:params:xml:ns:eppcom-1.0}labelType"/>
<element name="add" type="{http://www.nic.cz/xml/epp/domain-1.4}addType" minOccurs="0"/>
<element name="rem" type="{http://www.nic.cz/xml/epp/domain-1.4}remType" minOccurs="0"/>
<element name="chg" type="{http://www.nic.cz/xml/epp/domain-1.4}chgType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddType |
add |
protected ChgType |
chg |
protected java.lang.String |
name |
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 |
getName()
Gets the value of the name 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 |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRem(RemType value)
Sets the value of the rem property.
|
protected java.lang.String name
protected AddType add
protected RemType rem
protected ChgType chg
public java.lang.String getName()
Stringpublic void setName(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 © 2021. All rights reserved.