Class XjcContactPostalInfoType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactPostalInfoType

public class XjcContactPostalInfoType extends XjcObject

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>