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="set" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}addrListType" minOccurs="0"/>
<element name="rem" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}remType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RemType |
rem |
protected AddrListType |
set |
| Constructor and Description |
|---|
UpdateType() |
| Modifier and Type | Method and Description |
|---|---|
RemType |
getRem()
Gets the value of the rem property.
|
AddrListType |
getSet()
Gets the value of the set property.
|
void |
setRem(RemType value)
Sets the value of the rem property.
|
void |
setSet(AddrListType value)
Sets the value of the set property.
|
protected AddrListType set
protected RemType rem
public AddrListType getSet()
AddrListTypepublic void setSet(AddrListType value)
value - allowed object is
AddrListTypepublic RemType getRem()
RemTypeCopyright © 2022. All rights reserved.