Package google.registry.xjc.contact
Class XjcContactPostalInfoType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactPostalInfoType
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="{urn:ietf:params:xml:ns:contact-1.0}postalLineType"/>
<element name="org" type="{urn:ietf:params:xml:ns:contact-1.0}optPostalLineType" minOccurs="0"/>
<element name="addr" type="{urn:ietf:params:xml:ns:contact-1.0}addrType"/>
</sequence>
<attribute name="type" use="required" type="{urn:ietf:params:xml:ns:contact-1.0}postalInfoEnumType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcContactAddrType
protected String
protected String
protected XjcContactPostalInfoEnumType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAddr()
Gets the value of the addr property.getName()
Gets the value of the name property.getOrg()
Gets the value of the org property.getType()
Gets the value of the type property.void
setAddr
(XjcContactAddrType value) Sets the value of the addr property.void
Sets the value of the name property.void
Sets the value of the org property.void
Sets the value of the type property.
-
Field Details
-
name
-
org
-
addr
-
type
-
-
Constructor Details
-
XjcContactPostalInfoType
public XjcContactPostalInfoType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getOrg
Gets the value of the org property.- Returns:
- possible object is
String
-
setOrg
Sets the value of the org property.- Parameters:
value
- allowed object isString
-
getAddr
Gets the value of the addr property.- Returns:
- possible object is
XjcContactAddrType
-
setAddr
Sets the value of the addr property.- Parameters:
value
- allowed object isXjcContactAddrType
-
getType
Gets the value of the type property.- Returns:
- possible object is
XjcContactPostalInfoEnumType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isXjcContactPostalInfoEnumType
-