public class PostalInfoReadType
extends java.lang.Object
Java class for postalInfoReadType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="postalInfoReadType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.nic.cz/xml/epp/contact-1.6}postalLineType" minOccurs="0"/>
<element name="org" type="{http://www.nic.cz/xml/epp/contact-1.6}optPostalLineType" minOccurs="0"/>
<element name="addr" type="{http://www.nic.cz/xml/epp/contact-1.6}addrReadType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddrReadType |
addr |
protected java.lang.String |
name |
protected java.lang.String |
org |
| Constructor and Description |
|---|
PostalInfoReadType() |
| Modifier and Type | Method and Description |
|---|---|
AddrReadType |
getAddr()
Gets the value of the addr property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getOrg()
Gets the value of the org property.
|
void |
setAddr(AddrReadType value)
Sets the value of the addr property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOrg(java.lang.String value)
Sets the value of the org property.
|
protected java.lang.String name
protected java.lang.String org
protected AddrReadType addr
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrg()
Stringpublic void setOrg(java.lang.String value)
value - allowed object is
Stringpublic AddrReadType getAddr()
AddrReadTypepublic void setAddr(AddrReadType value)
value - allowed object is
AddrReadTypeCopyright © 2022. All rights reserved.