Package google.registry.xjc.contact
Class XjcContactIntLocType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactIntLocType
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Gets the value of the type property.void
Sets the value of the type property.
-
Field Details
-
type
-
-
Constructor Details
-
XjcContactIntLocType
public XjcContactIntLocType()
-
-
Method Details
-
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
-