Package google.registry.xjc.domain
Class XjcDomainContactType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainContactType
Java class for contactType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="contactType">
<simpleContent>
<extension base="<urn:ietf:params:xml:ns:eppcom-1.0>clIDType">
<attribute name="type" type="{urn:ietf:params:xml:ns:domain-1.0}contactAttrType" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Gets the value of the type property.getValue()
Gets the value of the value property.void
setType
(XjcDomainContactAttrType value) Sets the value of the type property.void
Sets the value of the value property.
-
Field Details
-
value
-
type
-
-
Constructor Details
-
XjcDomainContactType
public XjcDomainContactType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
XjcDomainContactAttrType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isXjcDomainContactAttrType
-