Class XjcContactIntLocType

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

public class XjcContactIntLocType extends XjcObject

Java class for intLocType complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="intLocType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" use="required" type="{urn:ietf:params:xml:ns:contact-1.0}postalInfoEnumType" />
     </restriction>
   </complexContent>
 </complexType>