public class PostalInfoType
extends java.lang.Object
Java class for postalInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="postalInfoType">
<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"/>
<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}addrType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddrType |
addr |
protected java.lang.String |
name |
protected java.lang.String |
org |
| Constructor and Description |
|---|
PostalInfoType() |
| Modifier and Type | Method and Description |
|---|---|
AddrType |
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(AddrType 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 AddrType 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 AddrType getAddr()
AddrTypeCopyright © 2023. All rights reserved.