public class AddrListType
extends java.lang.Object
Java class for addrListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addrListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mailing" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}addrType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AddrListType() |
| Modifier and Type | Method and Description |
|---|---|
AddrType |
getMailing()
Gets the value of the mailing property.
|
void |
setMailing(AddrType value)
Sets the value of the mailing property.
|
protected AddrType mailing
Copyright © 2023. All rights reserved.