Class XjcRdeRegistrarPostalInfoType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.rderegistrar.XjcRdeRegistrarPostalInfoType

public class XjcRdeRegistrarPostalInfoType 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="addr" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}addrType"/>
       </sequence>
       <attribute name="type" use="required" type="{urn:ietf:params:xml:ns:rdeRegistrar-1.0}postalInfoEnumType" />
     </restriction>
   </complexContent>
 </complexType>