public class AddrType
extends java.lang.Object
Java class for addrType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addrType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="addr">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="street" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}postalLineType" maxOccurs="3"/>
<element name="city" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}postalLineType"/>
<element name="sp" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}postalLineType" minOccurs="0"/>
<element name="pc" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}pcType"/>
<element name="cc" type="{http://www.nic.cz/xml/epp/extra-addr-1.0}ccType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AddrType.Addr
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AddrType.Addr |
addr |
| Constructor and Description |
|---|
AddrType() |
| Modifier and Type | Method and Description |
|---|---|
AddrType.Addr |
getAddr()
Gets the value of the addr property.
|
void |
setAddr(AddrType.Addr value)
Sets the value of the addr property.
|
protected AddrType.Addr addr
public AddrType.Addr getAddr()
AddrType.Addrpublic void setAddr(AddrType.Addr value)
value - allowed object is
AddrType.AddrCopyright © 2023. All rights reserved.