public class AddrReadType
extends java.lang.Object
Java class for addrReadType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="addrReadType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="street" type="{http://www.nic.cz/xml/epp/contact-1.6}optPostalLineType" maxOccurs="3" minOccurs="0"/>
<element name="city" type="{http://www.nic.cz/xml/epp/contact-1.6}postalLineType" minOccurs="0"/>
<element name="sp" type="{http://www.nic.cz/xml/epp/contact-1.6}optPostalLineType" minOccurs="0"/>
<element name="pc" type="{http://www.nic.cz/xml/epp/contact-1.6}pcType" minOccurs="0"/>
<element name="cc" type="{http://www.nic.cz/xml/epp/contact-1.6}ccType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cc |
protected java.lang.String |
city |
protected java.lang.String |
pc |
protected java.lang.String |
sp |
protected java.util.List<java.lang.String> |
street |
| Constructor and Description |
|---|
AddrReadType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCc()
Gets the value of the cc property.
|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getPc()
Gets the value of the pc property.
|
java.lang.String |
getSp()
Gets the value of the sp property.
|
java.util.List<java.lang.String> |
getStreet()
Gets the value of the street property.
|
void |
setCc(java.lang.String value)
Sets the value of the cc property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setPc(java.lang.String value)
Sets the value of the pc property.
|
void |
setSp(java.lang.String value)
Sets the value of the sp property.
|
protected java.util.List<java.lang.String> street
protected java.lang.String city
protected java.lang.String sp
protected java.lang.String pc
protected java.lang.String cc
public java.util.List<java.lang.String> getStreet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the street property.
For example, to add a new item, do as follows:
getStreet().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSp()
Stringpublic void setSp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPc()
Stringpublic void setPc(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCc()
Stringpublic void setCc(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.